ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfParagraph Class / Clipped Property

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

    Property Value

    true if clip of text, otherwise false.
    See Also