HeaderFooter
Overview
HeaderFooter is a class in Aspose.Pdf FOSS for Java.
Represents the header or footer area of a PDF page.
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. |