HeaderFooter

Overview

HeaderFooter is a class in Aspose.Pdf FOSS for Java.

Represents the header or footer area of a PDF page.

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