Note
Vue de l’ensemble
‘Note’ est une classe dans Aspose.PDF FOSS pour Java.
Il représente une note de pied ou d’endroit attachée à un {@link TextFragment} (compatibilité API Aspose.PDF).
Cette classe fournit 5 méthodes pour travailler avec les objets Note dans les programmes Java. Les méthodologies disponibles comprennent: ‘Note’, ‘getParagraphs’, getText', ‘setTeXT'. 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 : 'paragrafes', «text.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
text | String | Read | Returns the marker-text override. |
paragraphs | Paragraphs | Read | Returns the paragraphs that make up the body of this note. |
méthodes
| Signature | Description |
|---|---|
Note() | Creates an empty note. |
Note(bodyText: String) | Creates a note whose body is a single {@link TextFragment} with the |
| given text. | |
getText() → String | Returns the marker-text override. |
setText(text: String) | Overrides the marker text for this single note. |
getParagraphs() → Paragraphs | Returns the paragraphs that make up the body of this note. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise