Represents a paragraph in .
Inheritance
object
Properties
Section titled "Properties"Alignment
Section titled "Alignment"Gets or sets the alignment of the paragraph.
public HorizontalTextAlignment Alignment { get; set; } FormattedText
Section titled "FormattedText"Gets the owning to which the paragraph belongs or null if the paragraph has been removed from its owning formatted text.
public FormattedText FormattedText { get; } StartIndex
Section titled "StartIndex"Gets the zero-based index of the paragraph's first character in the overall formatted text.
public int StartIndex { get; } UnformattedString
Section titled "UnformattedString"Gets or sets the raw string of the paragraph.
public string UnformattedString { get; set; }