ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfParagraph Class / Clipped Property

In This Topic
    Clipped Property (RtfParagraph)
    In This Topic
    Gets or sets the clip of the text of this paragraph.
    Syntax
    'Declaration
     
    Public Property Clipped As Boolean
    public bool Clipped {get; set;}

    Property Value

    true if clip of text, otherwise false.
    See Also