HeaderFooter
Overview
HeaderFooter is a class in Aspose.PDF FOSS for Java.
Represents the header or footer area of a PDF page.
This class provides 5 methods for working with HeaderFooter objects in Java programs.
Available methods include: HeaderFooter, getMargin, getParagraphs, setMargin, setParagraphs.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: margin, paragraphs.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
margin | MarginInfo | Read | Returns the margin for this header/footer. |
paragraphs | Paragraphs | Read | Returns the paragraphs collection for this header/footer, creating it lazily if needed. |
Methods
| Signature | Description |
|---|---|
HeaderFooter() | Creates a new empty HeaderFooter. |
getMargin() → MarginInfo | Returns the margin for this header/footer. |
setMargin(margin: MarginInfo) | Sets the margin for this header/footer. |
getParagraphs() → Paragraphs | Returns the paragraphs collection for this header/footer, creating it lazily if needed. |
setParagraphs(paragraphs: Paragraphs) | Sets the paragraphs collection for this header/footer. |