SetCharWidthBoundingBox

SetCharWidthBoundingBox

Vue de l’ensemble

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

Définissez la largeur de char et l’opérateur de boîte d’interface pour les phares Type 3 (d1).

Cette classe fournit 17 méthodes pour travailler avec les objets de SetCharWidthBoundingBox dans des programmes Java. Les méthodologies disponibles comprennent: ‘Operator’, ‘SetChar WidThBoondingbox’, equals', ‘getIndex’, 'getLlx', ’getTam' , 'getOparands', ‚getUrx, ‘GetUry , ‘GETWX et 4 méthode supplémentaires. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspose.PDF FOSS pour le package Java . Propriétés : ‘index’, ‘’llx‘, ‘‘LLYs, name`` ‘,‘‘opérands`’,‘‘urx ́, et plus.

Propriétés

NameTypeAccessDescription
wxdoubleReadReturns the horizontal displacement component.
wydoubleReadReturns the vertical displacement component.
llxdoubleReadReturns the lower-left x of the bounding box.
llydoubleReadReturns the lower-left y of the bounding box.
urxdoubleReadReturns the upper-right x of the bounding box.
urydoubleReadReturns the upper-right y of the bounding box.
nameStringReadReturns the operator keyword.
indexintReadReturns the index of this operator within its parent {@link OperatorCollection},
or -1 if not set.
operandsList<PdfBase>ReadReturns the operands as an unmodifiable list.

méthodes

SignatureDescription
SetCharWidthBoundingBox(wx: double, wy: double, llx: double, lly: double, urx: double, ury: double)Creates a SetCharWidthBoundingBox (d1) operator with the specified values.
SetCharWidthBoundingBox(operands: List<PdfBase>)Creates a SetCharWidthBoundingBox (d1) operator from parsed operands.
getWx()doubleReturns the horizontal displacement component.
getWy()doubleReturns the vertical displacement component.
getLlx()doubleReturns the lower-left x of the bounding box.
getLly()doubleReturns the lower-left y of the bounding box.
getUrx()doubleReturns the upper-right x of the bounding box.
getUry()doubleReturns the upper-right y of the bounding box.
Operator(name: String, operands: List<PdfBase>)Creates an operator with the given name and operands.
getName()StringReturns the operator keyword.
getIndex()intReturns the index of this operator within its parent {@link OperatorCollection},
or -1 if not set.
setIndex(index: int)Sets the index of this operator within its parent collection.
getOperands()List<PdfBase>Returns the operands as an unmodifiable list.
toString()StringReturns a string representation of this operator in content stream syntax.
writeTo(os: OutputStream)Writes this operator’s content-stream serialization to {@code os} preserving
exact operand bytes.
equals(o: Object)boolean
hashCode()int

Voir aussi

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