Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / TextProperties Class
Members


In This Topic
    TextProperties Class
    In This Topic
    Represents the properties of a text.
    Syntax
    'Declaration
     
    Public Class TextProperties 
       Inherits TextPropertiesBase
    'Usage
     
    Dim instance As TextProperties
    public class TextProperties : TextPropertiesBase 
    Remarks
    This class inherits all the public properties from the TextPropertiesBase class.
    Inheritance Hierarchy

    System.Object
       Xceed.Document.NET.TextPropertiesBase
          Xceed.Document.NET.TextProperties

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the TextProperties class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the TextAnchorType. (Inherited from Xceed.Document.NET.TextPropertiesBase)
    Public PropertyGets or sets if the text is centered on the Anchor. (Inherited from Xceed.Document.NET.TextPropertiesBase)
    Public PropertyGets or sets the Baseline Offset value. (Inherited from Xceed.Document.NET.TextPropertiesBase)
    Public PropertyGets or sets if the text is in Bold. (Inherited from Xceed.Document.NET.TextPropertiesBase)
    Public PropertyGets or sets the text's size. (Inherited from Xceed.Document.NET.TextPropertiesBase)
    Public PropertyGets or sets if the text is in Italic. (Inherited from Xceed.Document.NET.TextPropertiesBase)
    Public PropertyGets or sets the Kerning value. (Inherited from Xceed.Document.NET.TextPropertiesBase)
    Public PropertyGets or sets in which language the text is written. (Inherited from Xceed.Document.NET.TextPropertiesBase)
    Public PropertyGets or sets the angle that determines how the text is rotated. (Inherited from Xceed.Document.NET.TextPropertiesBase)
    Public PropertyGets or sets if some space is added before the first paragraph & after the last paragraph. (Inherited from Xceed.Document.NET.TextPropertiesBase)
    Public PropertyGets or sets if the text uses Strikethrough. (Inherited from Xceed.Document.NET.TextPropertiesBase)
    Public PropertyGets or sets the text's Color. (Inherited from Xceed.Document.NET.TextPropertiesBase)
    Public PropertyGets or sets if the text is underlined. (Inherited from Xceed.Document.NET.TextPropertiesBase)
    Public PropertyGets or sets the TextVerticalType. (Inherited from Xceed.Document.NET.TextPropertiesBase)
    Public PropertyGets or sets the VerticalOverflowType. (Inherited from Xceed.Document.NET.TextPropertiesBase)
    Public PropertyGets or sets the TextWrapType. (Inherited from Xceed.Document.NET.TextPropertiesBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden.   
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also