:: com :: sun :: star :: task ::

unpublished exception DocumentPasswordRequest2
Base Hierarchy
DocumentPasswordRequest2DocumentPasswordRequestPasswordRequestClassifiedInteractionRequest
          ┗ ::com::sun::star::uno::Exception
Usage Restrictions
not published
Description
this request specifies if a password for opening or modifying a document is requested.

It is supported by InteractionHandler service, and can be used to interact for a document password. Continuations for using with the mentioned service are Abort and Approve.

Since
OOo 3.3
See also
PasswordRequest, DocumentPasswordRequest

Elements' Summary
IsRequestPasswordToModify specifies if the requested password is for opening a document or for mofiying it.  
Elements' Details
IsRequestPasswordToModify
boolean IsRequestPasswordToModify;
Description
specifies if the requested password is for opening a document or for mofiying it.
Top of Page