TextStyle Class
Class represents style of text in annotation
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.AnnotationsTextStyle

Namespace: Aspose.Pdf.Annotations
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class TextStyle

The TextStyle type exposes the following members.

Properties
  NameDescription
Public propertyAlignment Obsolete.
Gets or sets horizontal alignment of the text.
Public propertyColor
Color of the text.
Public propertyFontName
Name of the font.
Public propertyFontSize
Fonst size.
Public propertyHorizontalAlignment
Text alignment. Valid values are: Left, Center, Rigth.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
String representation of TextStyle.
(Overrides ObjectToString.)
See Also