service ViewSettings in module com::sun::star::text::

(Global Index)

Syntax

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.


Property 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.

Property Details



ShowAnnotations

Syntax

boolean ShowAnnotations;

Description

If this property is true , annotations (notes) are visible.


ShowBreaks

Syntax

boolean ShowBreaks;

Description

If this property is true , paragraph line breaks are visible.


ShowDrawings

Syntax

boolean ShowDrawings;

Description

If this property is true , shapes are visible.


ShowFieldCommands

Syntax

boolean ShowFieldCommands;

Description

If this property is true , text fields are shown with their commands; otherwise the content is visible.


ShowFootnoteBackground

Syntax

boolean ShowFootnoteBackground;

Description

If this property is true , footnotes symbols are displayed with gray background.


ShowGraphics

Syntax

boolean ShowGraphics;

Description

If this property is true , graphic objects are visible.


ShowHiddenParagraphs

Syntax

boolean ShowHiddenParagraphs;

Description

If this property is true , hidden paragraghs are displayed.


ShowHiddenText

Syntax

boolean ShowHiddenText;

Description

If this property is true , hidden text is displayed.


ShowHoriRuler

Syntax

boolean ShowHoriRuler;

Description

If this property is true , the horizontal ruler is displayed.


ShowHoriScrollBar

Syntax

boolean ShowHoriScrollBar;

Description

If this property is true , the horizontal scroll bar is displayed.


ShowIndexMarkBackground

Syntax

boolean ShowIndexMarkBackground;

Description

If this property is true , index marks are displayed with gray background.


ShowParaBreaks

Syntax

boolean ShowParaBreaks;

Description

If this property is true , paragraph breaks are visible.


ShowProtectedSpaces

Syntax

boolean ShowProtectedSpaces;

Description

If this property is true , protected spaces (hard spaces) are displayed with gray background.


ShowSoftHyphens

Syntax

boolean ShowSoftHyphens;

Description

If this property is true , soft hyphens are displayed with gray background.


ShowSpaces

Syntax

boolean ShowSpaces;

Description

If this property is true , spaces are displayed with dots.


ShowTableBoundaries

Syntax

boolean ShowTableBoundaries;

Description

If this property is true , table boundaries are displayed.


ShowTables

Syntax

boolean ShowTables;

Description

If this property is true , tables are visible.


ShowTabstops

Syntax

boolean ShowTabstops;

Description

If this property is true , tab stops are visible.


ShowTextBoundaries

Syntax

boolean ShowTextBoundaries;

Description

If this property is true , text boundaries are displayed.


ShowTextFieldBackground

Syntax

boolean ShowTextFieldBackground;

Description

If this property is true , text fields are displayed with gray background.


ShowVertRuler

Syntax

boolean ShowVertRuler;

Description

If this property is true , the vertical ruler is displayed.


ShowVertScrollBar

Syntax

boolean ShowVertScrollBar;

Description

If this property is true , the vertical scroll bar is displayed.


SmoothScrolling

Syntax

boolean SmoothScrolling;

Description

If this property is true , smooth scrolling is active.


SolidMarkHandles

Syntax

boolean SolidMarkHandles;

Description

If this property is true , handles of drawing objects are visible.

Top of Page