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
| 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. |
méthodes
| 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. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise