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

NameTypeAccessDescription
textStringReadReturns the marker-text override.
paragraphsParagraphsReadReturns the paragraphs that make up the body of this note.

méthodes

SignatureDescription
Note()Creates an empty note.
Note(bodyText: String)Creates a note whose body is a single {@link TextFragment} with the
given text.
getText()StringReturns the marker-text override.
setText(text: String)Overrides the marker text for this single note.
getParagraphs()ParagraphsReturns the paragraphs that make up the body of this note.

Voir aussi

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