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


In This Topic
    Formatting Class
    In This Topic
    Represents a group of formatting options that can be applied to text.
    Syntax
    'Declaration
     
    Public Class Formatting 
    'Usage
     
    Dim instance As Formatting
    public class Formatting 
    Inheritance Hierarchy

    System.Object
       Xceed.Document.NET.Formatting

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Formatting class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets if the Bold format is applied in this Formatting.  
    Public PropertyGets or sets the Border applied in this Formatting.  
    Public PropertyGets or sets the CapsStyle applied in this Formatting.  
    Public PropertyGets or sets the Font Color applied in this Formatting.  
    Public PropertyGets or sets the Font Family applied in this Formatting.  
    Public PropertyGets or sets if the text is Hidden in this Formatting.  
    Public PropertyGets or sets the Highlight Color applied in this Formatting.  
    Public PropertyGets or sets if the Italic format is applied in this Formatting.  
    Public PropertyGets or sets the Kerning applied in this Formatting.  
    Public PropertyGets or sets the Language applied in this Formatting.  
    Public PropertyGets or sets the Misc settings applied in this Formatting.  
    Public PropertyGets or sets the Percentage Scale applied in this Formatting.  
    Public PropertyGets or sets the Position applied in this Formatting.  
    Public PropertyGets or sets the Script format applied in this Formatting.  
    Public PropertyGets or sets the ShaddingPattern of the Formatting object. The default value is null.  
    Public PropertyGets or sets the Size applied in this Formatting (in points).  
    Public PropertyGets or sets the text Spacing applied in this Formatting (in points).  
    Public PropertyGets or sets the StrikeThrough format applied in this Formatting.  
    Public PropertyGets or sets the id of the style for this formatting.  
    Public PropertyGets or sets the Underline Color applied in this Formatting.  
    Public PropertyGets or sets the Underline Style applied in this Formatting.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a clone of this Formatting instance.  
    Public MethodCompares this Formatting to another object.  
    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