Class ET
ET class
Class representing operator ET (End of text block).
public class ET : BlockTextOperator
Constructors
| Name | Description |
|---|---|
| ET() | Initializes operator. |
Properties
| Name | Description |
|---|---|
| Index { get; set; } | Operator index in page operators list. |
Methods
| Name | Description |
|---|---|
| override Accept(IOperatorSelector) | Accepts visitor object to process operator. |
| override ToString() | Produces text code of operator. |
| ValueEquals(Operator) | Compares this instance with the given object. |
See Also
- class BlockTextOperator
- namespace Aspose.Pdf.Operators
- assembly Aspose.PDF