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

(Global Index)

Syntax

service LineNumberingSettings;

Description

provides access to the settings of the line numbering.

Property Summary

On If true , line numbering is used.

CharStyle The name of the character style that is used for the line number.

CountEmptyLines If true , empty lines are counted.

CountLinesInFrames If true , lines in frames are included in counting.

Distance specifies the distance between the line number and the start or end of the text area.

LineInterval Line numbers are shown on every LineInterval th line.

LineSeparator specifies the symbol that is shown between the line numbers.

SeparatorLineDistance The line separator is shown every SeparatorLineDistance th line.

NumberPosition specifies the position of the line number (constant LineNumberPosition - left/right/inside/outside).

NumberingType specifies the type of the numbering.

Property Details



On

Syntax

boolean On;

Description

If true , line numbering is used.


CharStyle

Syntax

string CharStyle;

Description

The name of the character style that is used for the line number.


CountEmptyLines

Syntax

boolean CountEmptyLines;

Description

If true , empty lines are counted.


CountLinesInFrames

Syntax

boolean CountLinesInFrames;

Description

If true , lines in frames are included in counting.


Distance

Syntax

long Distance;

Description

specifies the distance between the line number and the start or end of the text area.


LineInterval

Syntax

short LineInterval;

Description

Line numbers are shown on every LineInterval th line.


LineSeparator

Syntax

string LineSeparator;

Description

specifies the symbol that is shown between the line numbers.


SeparatorLineDistance

Syntax

short SeparatorLineDistance;

Description

The line separator is shown every SeparatorLineDistance th line.


NumberPosition

Syntax

short NumberPosition;

Description

specifies the position of the line number (constant LineNumberPosition - left/right/inside/outside).


NumberingType

Syntax

short NumberingType;

Description

specifies the type of the numbering.

Top of Page