This method returns a paragraph of a document according to an index.
Defined in
TextParagraphs
Syntax
public TextParagraph item(int index)
Parameters
int index
Specifies the index of the paragraph in the collection, starting at 1.
Return Value
paragraph
A TextParagraph object that represents a paragraph.
See examples
Example: item method