GlyphPosition

Vue de l’ensemble

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

Il représente un élément unique dans une array TJ (afficher le texte avec positionnement glyph).

Cette classe fournit 7 méthodes pour travailler avec les objets GlyphPosition dans les programmes Java. Les méthodologies disponibles comprennent: ‘GlyfPose’, ‘getAdjustment’, getText', ‘isTeXT’, 'toString'. 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 : 'adjustement', ’text.

Propriétés

NameTypeAccessDescription
textbooleanReadReturns whether this element represents a text string.
adjustmentdoubleReadReturns the position adjustment value.

méthodes

SignatureDescription
GlyphPosition(text: String)Creates a text glyph position with no adjustment.
GlyphPosition(adjustment: double)Creates a numeric adjustment glyph position.
GlyphPosition(text: String, adjustment: double)Creates a text glyph position with an associated adjustment.
getText()StringReturns the text string, or null if this is a numeric adjustment only.
getAdjustment()doubleReturns the position adjustment value.
isText()booleanReturns whether this element represents a text string.
toString()String

Voir aussi

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