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

NameTypeAccessDescription
marginMarginInfoReadReturns the margin for this header/footer.
paragraphsParagraphsReadReturns the paragraphs collection for this header/footer, creating it lazily if needed.

Methods

SignatureDescription
HeaderFooter()Creates a new empty HeaderFooter.
getMargin()MarginInfoReturns the margin for this header/footer.
setMargin(margin: MarginInfo)Sets the margin for this header/footer.
getParagraphs()ParagraphsReturns the paragraphs collection for this header/footer, creating it lazily if needed.
setParagraphs(paragraphs: Paragraphs)Sets the paragraphs collection for this header/footer.

See Also

 English