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

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

service PageFootnoteInfo

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


Properties' 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.

Properties' Details

FootnoteHeight
 
long FootnoteHeight;
Description
contains the maximum height of the footnote section.

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

FootnoteSeparatorLineWidth
 
long FootnoteSeparatorLineWidth;
Description
contains the relative width of the footnote separator line.
FootnoteTopDistance
 
long FootnoteTopDistance;
Description
contains the distance between the text and footnote section.
FootnoteBottomDistance
 
long FootnoteBottomDistance;
Description
contains the distance between the separator line and the footnote section.
FootnoteSeparatorLineWidthPercent
 
short FootnoteSeparatorLineWidthPercent;
Description
contains the relative width of the footnote separator line.
FootnoteSeparatorLineAdjust
 
com::sun::star::text::HorizontalAdjust FootnoteSeparatorLineAdjust;
Description
contains the adjustment of the footnote separator line.
FootnoteSeparatorLinePenWidth
 
short FootnoteSeparatorLinePenWidth;
Description
contains the width of the pen for the footnote separator line.

Top of Page