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
| Name | Type | Access | Description |
|---|---|---|---|
wx | double | Read | Returns the horizontal displacement component. |
wy | double | Read | Returns the vertical displacement component. |
llx | double | Read | Returns the lower-left x of the bounding box. |
lly | double | Read | Returns the lower-left y of the bounding box. |
urx | double | Read | Returns the upper-right x of the bounding box. |
ury | double | Read | Returns the upper-right y of the bounding box. |
name | String | Read | Returns the operator keyword. |
index | int | Read | Returns the index of this operator within its parent {@link OperatorCollection}, |
| or -1 if not set. | |||
operands | List<PdfBase> | Read | Returns the operands as an unmodifiable list. |
méthodes
| Signature | Description |
|---|---|
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() → double | Returns the horizontal displacement component. |
getWy() → double | Returns the vertical displacement component. |
getLlx() → double | Returns the lower-left x of the bounding box. |
getLly() → double | Returns the lower-left y of the bounding box. |
getUrx() → double | Returns the upper-right x of the bounding box. |
getUry() → double | Returns the upper-right y of the bounding box. |
Operator(name: String, operands: List<PdfBase>) | Creates an operator with the given name and operands. |
getName() → String | Returns the operator keyword. |
getIndex() → int | Returns 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() → String | Returns 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