EOFillStroke

EOFillStroke

Összefoglaló

EOFillStroke egy osztály a Aspose.PDF FOSS-ban, Java. A következőkből származik: ゚Operator゚.

A töltés és a menet útja (B*) az páros-egyes szabály alkalmazásával.

Ez a osztály 11 módszert kínál az EOFillStroke objektumokkal való munkavégzéshez Java programokban. A rendelkezésre álló módszerek közé tartozik: `EOFilStroket, ̋Operátorat, tˇegyenlőket, gˇgetIndexet , ggetNámét, GˇtetOoperandokat, hˇashCodékat, sˇsetIndexetet, to Stringet és ∂writeTo . Minden nyilvános tag hozzáférhető bármely Java alkalmazáshoz a Aspose.PDF FOSS for Java csomag telepítése után. tulajdonságai: indexet.

A tulajdonságok

NameTypeAccessDescription
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ódszerek

SignatureDescription
EOFillStroke()Creates an EOFillStroke operator.
EOFillStroke(operands: List<PdfBase>)Creates an EOFillStroke operator from parsed operands.
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

Lásd még:

  • Aspose.PDF a Java Enterprise API referenciára
 Magyar