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


In This Topic
    TextPropertiesBase Class
    In This Topic
    Base class for all things related to the properties of a text.
    Syntax
    'Declaration
     
    Public MustInherit Class TextPropertiesBase 
    'Usage
     
    Dim instance As TextPropertiesBase
    public abstract class TextPropertiesBase 
    Inheritance Hierarchy

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

    Public Properties
     NameDescription
    Public PropertyGets or sets the TextAnchorType.  
    Public PropertyGets or sets if the text is centered on the Anchor.  
    Public PropertyGets or sets the Baseline Offset value.  
    Public PropertyGets or sets if the text is in Bold.  
    Public PropertyGets or sets the text's size.  
    Public PropertyGets or sets if the text is in Italic.  
    Public PropertyGets or sets the Kerning value.  
    Public PropertyGets or sets in which language the text is written.  
    Public PropertyGets or sets the angle that determines how the text is rotated.  
    Public PropertyGets or sets if some space is added before the first paragraph & after the last paragraph.  
    Public PropertyGets or sets if the text uses Strikethrough.  
    Public PropertyGets or sets the text's Color.  
    Public PropertyGets or sets if the text is underlined.  
    Public PropertyGets or sets the TextVerticalType.  
    Public PropertyGets or sets the VerticalOverflowType.  
    Public PropertyGets or sets the TextWrapType.  
    Top
    Protected Methods
     NameDescription
    Protected Method  
    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