Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: view ::

service ViewSettings

Description
provides access to the settings of the controller of an office document.


Exported Interfaces

com::sun::star::beans::XPropertySet
Description
provides information about and access to the properties from an implementation.

Properties' Summary

ShowHoriRuler [ OPTIONAL ]
If this property is true , the horizontal ruler is displayed.
ShowHoriScrollBar [ OPTIONAL ]
If this property is true , the horizontal scroll bar is displayed.
ZoomValue [ OPTIONAL ]
specfifies the zoom-value in percent.
ShowVertRuler [ OPTIONAL ]
If this property is true , the vertical ruler is displayed.
ShowVertScrollBar [ OPTIONAL ]
If this property is true , the vertical scroll bar is displayed.

Properties' Details

ShowHoriRuler
 
boolean ShowHoriRuler;
[ OPTIONAL ]
Description
If this property is true , the horizontal ruler is displayed.
ShowHoriScrollBar
 
boolean ShowHoriScrollBar;
[ OPTIONAL ]
Description
If this property is true , the horizontal scroll bar is displayed.
ZoomValue
 
short ZoomValue;
[ OPTIONAL ]
Description
specfifies the zoom-value in percent.
ShowVertRuler
 
boolean ShowVertRuler;
[ OPTIONAL ]
Description
If this property is true , the vertical ruler is displayed.
ShowVertScrollBar
 
boolean ShowVertScrollBar;
[ OPTIONAL ]
Description
If this property is true , the vertical scroll bar is displayed.

Top of Page