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

com :: sun :: star :: text ::

service ViewSettings

Description
provides access to the settings of the controller of a text document.


Exported Interfaces

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

Properties' Summary

ShowAnnotations If this property is true , annotations (notes) are visible.
ShowBreaks If this property is true , paragraph line breaks are visible.
ShowDrawings If this property is true , shapes are visible.
ShowFieldCommands If this property is true , text fields are shown with their commands; otherwise the content is visible.
ShowFootnoteBackground If this property is true , footnotes symbols are displayed with gray background.
ShowGraphics If this property is true , graphic objects are visible.
ShowHiddenParagraphs If this property is true , hidden paragraghs are displayed.
ShowHiddenText If this property is true , hidden text is displayed.
ShowHoriRuler If this property is true , the horizontal ruler is displayed.
ShowHoriScrollBar If this property is true , the horizontal scroll bar is displayed.
ShowIndexMarkBackground If this property is true , index marks are displayed with gray background.
ShowParaBreaks If this property is true , paragraph breaks are visible.
ShowProtectedSpaces If this property is true , protected spaces (hard spaces) are displayed with gray background.
ShowSoftHyphens If this property is true , soft hyphens are displayed with gray background.
ShowSpaces If this property is true , spaces are displayed with dots.
ShowTableBoundaries If this property is true , table boundaries are displayed.
ShowTables If this property is true , tables are visible.
ShowTabstops If this property is true , tab stops are visible.
ShowTextBoundaries If this property is true , text boundaries are displayed.
ShowTextFieldBackground If this property is true , text fields are displayed with gray background.
ShowVertRuler If this property is true , the vertical ruler is displayed.
ShowVertScrollBar If this property is true , the vertical scroll bar is displayed.
SmoothScrolling If this property is true , smooth scrolling is active.
SolidMarkHandles If this property is true , handles of drawing objects are visible.

Properties' Details

ShowAnnotations
 
boolean ShowAnnotations;
Description
If this property is true , annotations (notes) are visible.
ShowBreaks
 
boolean ShowBreaks;
Description
If this property is true , paragraph line breaks are visible.
ShowDrawings
 
boolean ShowDrawings;
Description
If this property is true , shapes are visible.
ShowFieldCommands
 
boolean ShowFieldCommands;
Description
If this property is true , text fields are shown with their commands; otherwise the content is visible.
ShowFootnoteBackground
 
boolean ShowFootnoteBackground;
Description
If this property is true , footnotes symbols are displayed with gray background.
ShowGraphics
 
boolean ShowGraphics;
Description
If this property is true , graphic objects are visible.
ShowHiddenParagraphs
 
boolean ShowHiddenParagraphs;
Description
If this property is true , hidden paragraghs are displayed.
ShowHiddenText
 
boolean ShowHiddenText;
Description
If this property is true , hidden text is displayed.
ShowHoriRuler
 
boolean ShowHoriRuler;
Description
If this property is true , the horizontal ruler is displayed.
ShowHoriScrollBar
 
boolean ShowHoriScrollBar;
Description
If this property is true , the horizontal scroll bar is displayed.
ShowIndexMarkBackground
 
boolean ShowIndexMarkBackground;
Description
If this property is true , index marks are displayed with gray background.
ShowParaBreaks
 
boolean ShowParaBreaks;
Description
If this property is true , paragraph breaks are visible.
ShowProtectedSpaces
 
boolean ShowProtectedSpaces;
Description
If this property is true , protected spaces (hard spaces) are displayed with gray background.
ShowSoftHyphens
 
boolean ShowSoftHyphens;
Description
If this property is true , soft hyphens are displayed with gray background.
ShowSpaces
 
boolean ShowSpaces;
Description
If this property is true , spaces are displayed with dots.
ShowTableBoundaries
 
boolean ShowTableBoundaries;
Description
If this property is true , table boundaries are displayed.
ShowTables
 
boolean ShowTables;
Description
If this property is true , tables are visible.
ShowTabstops
 
boolean ShowTabstops;
Description
If this property is true , tab stops are visible.
ShowTextBoundaries
 
boolean ShowTextBoundaries;
Description
If this property is true , text boundaries are displayed.
ShowTextFieldBackground
 
boolean ShowTextFieldBackground;
Description
If this property is true , text fields are displayed with gray background.
ShowVertRuler
 
boolean ShowVertRuler;
Description
If this property is true , the vertical ruler is displayed.
ShowVertScrollBar
 
boolean ShowVertScrollBar;
Description
If this property is true , the vertical scroll bar is displayed.
SmoothScrolling
 
boolean SmoothScrolling;
Description
If this property is true , smooth scrolling is active.
SolidMarkHandles
 
boolean SolidMarkHandles;
Description
If this property is true , handles of drawing objects are visible.

Top of Page