[]
Returns the list of ITextParagraph objects representing the content associated with the current element.
public IList<ITextParagraph> GetParagraphs()
Public Function GetParagraphs() As IList(Of ITextParagraph)
Type | Description |
---|---|
IList<ITextParagraph> | The list of paragraphs associated with this element. |