ClosePathEOFillStroke
Revisión
‘ClosePathEOFillStroke’ es una clase en Aspose.PDF FOSS para Java. Heredado de: ‘Operador’.
Cerca, llenar (even-odd), y operador de carretera de accidente (b*).
Esta clase ofrece 11 métodos para trabajar con los objetos de ClosePathEOFillStroke en programas Java. Los métodos disponibles incluyen: ‘ClosePathiopathEfillstroge’, ‘Operador’, equals', ‘getIndex’, 'getName', ’getOoperands', ‚hashCode‘, 'setIntex, ‘toStringy 'writeTo'. Todos los miembros públicos son accesibles a cualquier aplicación Java después de instalar el Aspose.PDF FOSS para el paquete Java y las propiedades:index , 'nombre o ‘operand’ .
Propiedades
| Name | Type | Access | Description |
|---|---|---|---|
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. |
Metodología
| Signature | Description |
|---|---|
ClosePathEOFillStroke() | Creates a ClosePathEOFillStroke operator. |
ClosePathEOFillStroke(operands: List<PdfBase>) | Creates a ClosePathEOFillStroke operator from parsed operands. |
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 |
Ver también
- Aspose.PDF para Java — Referencia de API Enterprise