API Reference
Class
FooterSegment
A segment of header or footer content, either literal text, styled text, or a page token.
Inheritance
- Object
- FooterSegment
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method FooterSegment.PageNumber
- Method FooterSegment.RichText
- Method FooterSegment.TotalPages
- Property PdfOptions.EvenPageFooterSegments
- Property PdfOptions.FirstPageFooterSegments
- Property PdfOptions.FooterSegments
Constructors
Methods
public static FooterSegment PageNumber(TextRun style) #Returns:
FooterSegmentCreates a current-page token using the supplied visual text style.
Parameters
- style OfficeIMO.Pdf.TextRun
- Text run whose visual styling is applied; its text is ignored.
public static FooterSegment RichText(TextRun run) #Returns:
FooterSegmentCreates a styled literal text segment.
Parameters
- run OfficeIMO.Pdf.TextRun
- Visual text run to render.
public static FooterSegment TotalPages(TextRun style) #Returns:
FooterSegmentCreates a total-pages token using the supplied visual text style.
Parameters
- style OfficeIMO.Pdf.TextRun
- Text run whose visual styling is applied; its text is ignored.