Text

IParagraph.Text property

Gets or sets the the plain text of a paragraph. Read/write String.

public string Text { get; set; }

Property Value

The text.

See Also