TextProperties Class
Represents text properties such as: text size, color, style etc.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.FacadesTextProperties

Namespace: Aspose.Pdf.Facades
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class TextProperties

The TextProperties type exposes the following members.

Constructors
  NameDescription
Public methodTextProperties
Creates TextProperties object for the specified text size
Properties
  NameDescription
Public propertyColor
Gets or sets text color.
Public propertyIsColorSpecified
Gets or sets a value that indicates whether the Color property is specified.
Public propertyIsTextSizeSpecified
Gets or sets a value that indicates whether the TextSize property is specified.
Public propertyTextSize
Gets or sets text size.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also