SetTextLeading
Overview
SetTextLeading 是一个类在Aspose.PDF FOSS的.NET中. 继承人: TextStateOperator.
设置文字前.
本类提供了在NET程序中与SetTextLeading对象工作的8种方法. 有的方法包括: Accept, IsTextShowOperator, SetTextLeading, TextOperator, TextStateOperator, ToPdf, ToString, ValueEquals. 所有公众成员在安装了Aspose.PDF FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: CommandName, Index, Leading, TextProperties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Leading | double | 阅读/写作 | 获得或设置领先. |
TextProperties | Aspose.Pdf.Facades.TextProperties? | Read | 选项外观元数据. |
CommandName | string | Read | 文件命令名 (序列形式的最后一个标记,例如:. |
Index | int | 阅读/写作 | 1-based position of this operator within its containing OperatorCollection. |
Methods
| Signature | Description |
|---|---|
SetTextLeading(leading: double) | 设置文本的首要值. |
ToPdf() | 在这个 SetTextLeading 实例中调用ToPdf. |
ToString() | 在这个 SetTextLeading 实例中调用ToString. |
Accept(visitor: IOperatorSelector) | 在这个 SetTextLeading 实例中调用 Accept. |
TextStateOperator() | 在这个 SetTextLeading 实例中调用TextStateOperator. |
TextOperator() | 在这个 SetTextLeading 实例中调用TextOperator. |
IsTextShowOperator(op: Operator) | 当op是文本显示操作符时,则为真 (Tj / TJ / ’ / " TextShowOperator 的具体子类). |
ValueEquals(op: Operator) | 当该操作者的序列化PDF表格等于op时,则是真的. |