ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / C1WordDocument Class / GetParagraph Method / GetParagraph(String,Font) Method
The text string of the paragraph.
The drawing font for the text.

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

    Parameters

    text
    The text string of the paragraph.
    font
    The drawing font for the text.

    Return Value

    The paragraph for this document
    See Also