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


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

    System.Object
       Xceed.Document.NET.TextPropertiesBase
          Xceed.Document.NET.ExtTextProperties

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ExtTextProperties 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