TextParagraphProperties.FirstLineInParagraph Property

Definition

Gets a value that indicates whether the text run is the first line of the paragraph.

public:
 abstract property bool FirstLineInParagraph { bool get(); };
public abstract bool FirstLineInParagraph { get; }
member this.FirstLineInParagraph : bool
Public MustOverride ReadOnly Property FirstLineInParagraph As Boolean

Property Value

true, if the text run is the first line of the paragraph; otherwise, false.

Applies to