TextProperties

TextProperties

概述

TextProperties 是一个类在Aspose.PDF FOSS的.NET中.

通过 *TextOperator 家族使用的文本显示属性.

这个类提供了在NET程序中使用TextProperties 对象的1种方法. 有的方法包括: TextProperties. 所有公众成员在安装了Aspose.PDF FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: Color, IsColorSpecified, IsTextSizeSpecified, TextSize.

属性

名称:类型Access描述情况
ColorSystem.Drawing.Color阅读/写作文字颜色.
IsColorSpecifiedbool阅读是否已明确设置 Color.
TextSizedouble阅读/写作文字大小以点表示.
IsTextSizeSpecifiedbool阅读是否 TextSize 已明确设置.

方法

Signature描述情况
TextProperties(textSize: double)在这个 TextProperties 实例中调用TextProperties (textSize).

查看更多

 中文