:: 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
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.
ShowRulers ShowHoriRuler and ShowVertRuler determine whether a ruler is visible.
ShowHoriRuler If this property is true and the property ShowRulers is true , the horizontal ruler is displayed.
ShowHoriScrollBar If this property is true and the property ShowRulers 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.
IsVertRulerRightAligned If this property is true , the vertical ruler is aligned to the right side of the view and the vertical scrollbar is on the left.
ShowOnlineLayout If this property is true the document will be displayed as if it were a HTML document.
ZoomType This property defines the zoom type for the document.
ZoomValue Defines the zoom value to use. Valid only if the ZoomType is set to BY_VALUE .
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.
ShowRulers
boolean ShowRulers;
Description
ShowHoriRuler and ShowVertRuler determine whether a ruler is visible.
ShowHoriRuler
boolean ShowHoriRuler;
Description
If this property is true and the property ShowRulers is true , the horizontal ruler is displayed.
ShowHoriScrollBar
boolean ShowHoriScrollBar;
Description
If this property is true and the property ShowRulers 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.
IsVertRulerRightAligned
boolean IsVertRulerRightAligned;
Description
If this property is true , the vertical ruler is aligned to the right side of the view and the vertical scrollbar is on the left.
ShowOnlineLayout
boolean ShowOnlineLayout;
Description
If this property is true the document will be displayed as if it were a HTML document.
ZoomType
short ZoomType;
Description
This property defines the zoom type for the document.
See also
::com::sun::star::view::DocumentZoomType
ZoomValue
short ZoomValue;
Description
Defines the zoom value to use. Valid only if the ZoomType is set to BY_VALUE .

 
Top of Page