Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NDocumentBlock Class / AddDefaultDocumentStyles Method


In This Topic
    AddDefaultDocumentStyles Method
    In This Topic
    Adds the default document styles to this document, i.e. styles that are applied to all paragraphs, inlines and tables in the document. The names of these styles are null and that is why they get applied to all elements of the specific type.
    Syntax
    'Declaration
     
    
    Public Overridable Sub AddDefaultDocumentStyles() 
    'Usage
     
    
    Dim instance As NDocumentBlock
     
    instance.AddDefaultDocumentStyles()
    public virtual void AddDefaultDocumentStyles()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also