Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / ExtensionsHeadings Class / Heading Method


In This Topic
    Heading Method
    In This Topic
    Syntax
    'Declaration
     
    <ExtensionAttribute()>
    Public Shared Function Heading( _
       ByVal paragraph As Paragraph, _
       ByVal headingType As HeadingType _
    ) As Paragraph
    'Usage
     
    Dim paragraph As Paragraph
    Dim headingType As HeadingType
    Dim value As Paragraph
     
    value = ExtensionsHeadings.Heading(paragraph, headingType)
    [Extension()]
    public static Paragraph Heading( 
       Paragraph paragraph,
       HeadingType headingType
    )

    Parameters

    paragraph
    headingType
    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