:: com :: sun :: star :: util ::

interface XModifiable2
Base Interfaces
XModifiable2XModifiableXModifyBroadcaster

XModifiable
(referenced interface's summary:)

Methods' Summary
disableSetModified disable possibility to change modified state of the document  
enableSetModified enable possibility to change modified state of the document  
isSetModifiedEnabled allows to detect whether the modified state change is enabled  
Methods' Details
disableSetModified
boolean
disableSetModified();

Description
disable possibility to change modified state of the document
Returns
the value that says whether the modified state change was enabled before the call true the changing of the modified state was already disabled false the changing of the modified state was enabled
enableSetModified
boolean
enableSetModified();

Description
enable possibility to change modified state of the document
Returns
the value that says whether the modified state change was enabled before the call true the changing of the modified state was disabled false the changing of the modified state was already enabled
isSetModifiedEnabled
boolean
isSetModifiedEnabled();

Description
allows to detect whether the modified state change is enabled
Top of Page