19 #ifndef __com_sun_star_text_LineNumberingProperties_idl__
20 #define __com_sun_star_text_LineNumberingProperties_idl__
25 module
com { module sun { module star { module text {
Definition: Ambiguous.idl:22
provides access to the settings of the line numbering.
Definition: LineNumberingProperties.idl:30
short Interval
Line numbers are shown on every Intervalth line.
Definition: LineNumberingProperties.idl:57
boolean CountLinesInFrames
If TRUE, lines in frames are included in counting.
Definition: LineNumberingProperties.idl:48
boolean IsOn
If TRUE, line numbering is used.
Definition: LineNumberingProperties.idl:34
long Distance
specifies the distance between the line number and the start or end of the text area.
Definition: LineNumberingProperties.idl:53
short SeparatorInterval
The line separator is shown every SeparatorIntervalth line.
Definition: LineNumberingProperties.idl:65
string SeparatorText
specifies the string that is used for the line separator.
Definition: LineNumberingProperties.idl:61
short NumberPosition
specifies the position of the line number (constant LineNumberPositions left/right/inside/outside).
Definition: LineNumberingProperties.idl:70
boolean RestartAtEachPage
specifies if the line numbering should start from the beginning at each page.
Definition: LineNumberingProperties.idl:83
string CharStyleName
The name of the character style that is used for the line number.
Definition: LineNumberingProperties.idl:39
short NumberingType
specifies the type of the numbering.
Definition: LineNumberingProperties.idl:74
boolean CountEmptyLines
If TRUE, empty lines are counted.
Definition: LineNumberingProperties.idl:44