ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / C1WordDocument Class / GetParagraph Method / GetParagraph(Font) Method
The drawing font.

In This Topic
    GetParagraph(Font) Method
    In This Topic
    Get paragraph with the empty text and string format for this document.
    Syntax
    'Declaration
     
    Public Overloads Function GetParagraph( _
       ByVal font As Font _
    ) As RtfParagraph
    public RtfParagraph GetParagraph( 
       Font font
    )

    Parameters

    font
    The drawing font.
    See Also