LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
LineNumberingProperties Service Referencepublished

provides access to the settings of the line numbering. More...

import"LineNumberingProperties.idl";

Public Attributes

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

Detailed Description

provides access to the settings of the line numbering.

Developers Guide
Text Documents - Line Numbering and Outline Numbering - Line Numbering

Member Data Documentation

◆ CharStyleName

string CharStyleName
property

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

◆ CountEmptyLines

boolean CountEmptyLines
property

If TRUE, empty lines are counted.

◆ CountLinesInFrames

boolean CountLinesInFrames
property

If TRUE, lines in frames are included in counting.

◆ Distance

long Distance
property

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

◆ Interval

short Interval
property

Line numbers are shown on every Intervalth line.

◆ IsOn

boolean IsOn
property

If TRUE, line numbering is used.

◆ NumberingType

short NumberingType
property

specifies the type of the numbering.

◆ NumberPosition

short NumberPosition
property

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

◆ RestartAtEachPage

boolean RestartAtEachPage
optionalproperty

specifies if the line numbering should start from the beginning at each page.

If set to FALSE the line numbering will be continuous.

Since
OOo 2.0

◆ SeparatorInterval

short SeparatorInterval
property

The line separator is shown every SeparatorIntervalth line.

◆ SeparatorText

string SeparatorText
property

specifies the string that is used for the line separator.


The documentation for this service was generated from the following file: