public final class Paragraphs
extends com.aspose.ms.System.Collections.CollectionBase
Constructor and Description |
---|
Paragraphs() |
Modifier and Type | Method and Description |
---|---|
Paragraph |
get_Item(int index) |
void |
remove(Paragraph paragraphToRemove)
Removes a
Paragraph object from the collection. |
public void remove(Paragraph paragraphToRemove)
Removes a Paragraph
object from the collection.
paragraphToRemove
- The Paragraph
object to be romoved.public Paragraph get_Item(int index)
get_Item
in interface com.aspose.ms.System.Collections.IList
get_Item
in class com.aspose.ms.System.Collections.CollectionBase
Copyright © 2014 Aspose. All Rights Reserved.