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

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

service LineNumberingProperties

Description
provides access to the settings of the line numbering.


Properties' Summary

IsOn If true , line numbering is used.
CharStyleName 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.
Interval Line numbers are shown on every Interval th line.
SeparatorText specifies the string that is used for the line separator.
SeparatorInterval The line separator is shown every SeparatorInterval th line.
NumberPosition specifies the position of the line number (constant LineNumberPositions left/right/inside/outside).
NumberingType specifies the type of the numbering.

Properties' Details

IsOn
 
boolean IsOn;
Description
If true , line numbering is used.
CharStyleName
 
string CharStyleName;
Description
The name of the character style that is used for the line number.
CountEmptyLines
 
boolean CountEmptyLines;
Description
If true , empty lines are counted.
CountLinesInFrames
 
boolean CountLinesInFrames;
Description
If true , lines in frames are included in counting.
Distance
 
long Distance;
Description
specifies the distance between the line number and the start or end of the text area.
Interval
 
short Interval;
Description
Line numbers are shown on every Interval th line.
SeparatorText
 
string SeparatorText;
Description
specifies the string that is used for the line separator.
SeparatorInterval
 
short SeparatorInterval;
Description
The line separator is shown every SeparatorInterval th line.
NumberPosition
 
short NumberPosition;
Description
specifies the position of the line number (constant LineNumberPositions left/right/inside/outside).
NumberingType
 
short NumberingType;
Description
specifies the type of the numbering.

Top of Page