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

unpublished exception DocumentMSPasswordRequest2
Base Hierarchy
DocumentMSPasswordRequest2DocumentMSPasswordRequestPasswordRequestClassifiedInteractionRequest
          ┗ ::com::sun::star::uno::Exception
Usage Restrictions
not published
Description
this request specifies if a password for opening or modifying of an encrypted Microsoft Office 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, DocumentMSPasswordRequest

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