HeaderFooter

Vue de l’ensemble

‘HeaderFooter’ est une classe dans Aspose.PDF FOSS pour Java.

Il représente le titre ou la zone de footer d’une page PDF.

Cette classe fournit 5 méthodes pour travailler avec les objets HeaderFooter dans les programmes Java. Les méthodologies disponibles comprennent: Header Footer, getMargin , getParagraphs et setMargin . Tous les membres publics sont accessibles à n’importe quelle application Java après l’installation de l’Aspose.PDF FOSS pour le package Java . Propriétés : ‘margin` ; ‘paragrafs’.

Propriétés

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

méthodes

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.

Voir aussi

  • Aspose.PDF pour Java — API d’entreprise
 Français