AddParagraphsToList(DocumentRange, NumberingList, Int32)
|
Apply the numbering list format specified by the NumberingList object to the paragraphs in the specified range.
|
AddParagraphToList(Paragraph, NumberingList, Int32)
|
Apply the numbering list format specified by the NumberingList object to the specified paragraph.
|
AddParagraphToList(Paragraph, Int32, Int32)
|
Apply the numbering list format specified by the NumberingList object to the specified paragraph.
|
Append()
|
Appends a new Paragraph to the document.
|
CopyTo(Array, Int32)
|
Copies the elements of the ICollection to an Array, starting at a particular Array index.
|
Get(DocumentPosition)
|
Gets a paragraph which contains the specified position.
|
Get(DocumentRange)
|
Gets all paragraphs located in the specified document range.
|
GetEnumerator()
|
Returns an enumerator that iterates through the collection.
|
Insert(DocumentPosition, InsertOptions)
|
Inserts a new paragraph into the document at a specified position using the specified options.
|
Insert(DocumentPosition)
|
Inserts a new Paragraph at a specified position.
|
RemoveNumberingFromParagraph(Paragraph)
|
Removes the numbering or bullet from the specified paragraph.
|
RemoveNumberingFromParagraphs(DocumentRange)
|
Remove the numbering or bullet from all paragraphs intersecting the specified range.
|