Removes the paragraph at the specified zero-based index in the collection. Syntax Parameters index The zero-based index of the paragraph to remove. Exceptions Exception Description System.ArgumentOutOfRangeException index is less than zero or greater than or equal to the number of paragraphs in the collection.
Public Properties
Public Properties
Gets or sets the alignment of the paragraph. Syntax
Gets the owning FormattedText to which the paragraph belongs or null if the paragraph has been removed from its owning formatted text. Syntax
Gets the zero-based index of the paragraphs first character in the overall formatted text. Syntax
Gets or sets the raw string of the paragraph. Syntax Property Value The unformatted string. Exceptions Exception Description System.ArgumentNullException The value assigned is a null string. Remarks If the new unformatted string assigned is shorter than the previous unformatted string, all formatting outside the r...
Public Constructors Public Properties Public Methods
Public Methods
Public Properties