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

(Global Index)

Syntax

service PageFootnoteInfo;

Description

specifies the properties of the footnote area of a page or a page style.

Property Summary

FootnoteHeight contains the maximum height of the footnote section.

FootnoteSeparatorLineWidth contains the relative width of the footnote separator line.

FootnoteTopDistance contains the distance between the text and footnote section.

FootnoteBottomDistance contains the distance between the separator line and the footnote section.

FootnoteSeparatorLineWidthPercent contains the relative width of the footnote separator line.

FootnoteSeparatorLineAdjust contains the adjustment of the footnote separator line.

FootnoteSeparatorLinePenWidth contains the width of the pen for the footnote separator line.

Property Details



FootnoteHeight

Syntax

long FootnoteHeight;

Description

contains the maximum height of the footnote section.

If 0, the maximum is the height of the page.


FootnoteSeparatorLineWidth

Syntax

long FootnoteSeparatorLineWidth;

Description

contains the relative width of the footnote separator line.


FootnoteTopDistance

Syntax

long FootnoteTopDistance;

Description

contains the distance between the text and footnote section.


FootnoteBottomDistance

Syntax

long FootnoteBottomDistance;

Description

contains the distance between the separator line and the footnote section.


FootnoteSeparatorLineWidthPercent

Syntax

short FootnoteSeparatorLineWidthPercent;

Description

contains the relative width of the footnote separator line.


FootnoteSeparatorLineAdjust

Syntax

com::sun::star::text::HorizontalAdjust FootnoteSeparatorLineAdjust;

Description

contains the adjustment of the footnote separator line.


FootnoteSeparatorLinePenWidth

Syntax

short FootnoteSeparatorLinePenWidth;

Description

contains the width of the pen for the footnote separator line.

Top of Page