TextStateOperator
Overview
TextStateOperator 是一个类在Aspose.PDF FOSS的.NET中. 继承人: TextOperator.
文本状态运算符 (Tc, Tw, Tz, TL,Tf, Tr, Ts) 的共同基础.
本类提供了在NET程序中与TextStateOperator对象工作的8种方法. 有的方法包括: Accept, IsTextShowOperator, TextOperator, TextStateOperator, ToPdf, ToString, ValueEquals. 所有公众成员在安装了Aspose.PDF FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: CommandName, Index, TextProperties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
TextProperties | Aspose.Pdf.Facades.TextProperties? | Read | 选项外观元数据. |
CommandName | string | Read | 文件命令名 (序列形式的最后一个标记,例如:. |
Index | int | 阅读/写作 | 1-based position of this operator within its containing OperatorCollection. |
Methods
| Signature | Description |
|---|---|
TextStateOperator() | 在这个 TextStateOperator 实例中调用TextStateOperator. |
TextStateOperator(textProperties: Aspose.Pdf.Facades.TextProperties) | |
TextOperator() | 在这个 TextStateOperator 实例中调用TextOperator. |
Accept(visitor: IOperatorSelector) | 默认的 IOperatorSelector发送具体子类通常会用输入到访问调用来遮蔽此. |
ToPdf() | 将这个操作符串化为PDF语法. |
ToString() | 默认字符串形式是PDF序列化,因此调用者 (测试助手,调整日志) 不论他们持有未解析的RawOperator还是打入子类都会得到相同的内容流文本. |
IsTextShowOperator(op: Operator) | 当op是文本显示操作符时,则为真 (Tj / TJ / ’ / " TextShowOperator 的具体子类). |
ValueEquals(op: Operator) | 当该操作者的序列化PDF表格等于op时,则是真的. |