TextProperties
概述
TextProperties 是一个类在Aspose.PDF FOSS的.NET中.
通过 *TextOperator 家族使用的文本显示属性.
这个类提供了在NET程序中使用TextProperties 对象的1种方法. 有的方法包括: TextProperties. 所有公众成员在安装了Aspose.PDF FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: Color, IsColorSpecified, IsTextSizeSpecified, TextSize.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
Color | System.Drawing.Color | 阅读/写作 | 文字颜色. |
IsColorSpecified | bool | 阅读 | 是否已明确设置 Color. |
TextSize | double | 阅读/写作 | 文字大小以点表示. |
IsTextSizeSpecified | bool | 阅读 | 是否 TextSize 已明确设置. |
方法
| Signature | 描述情况 |
|---|---|
TextProperties(textSize: double) | 在这个 TextProperties 实例中调用TextProperties (textSize). |