Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
TextParagraph |
TextParagraphCollection.get_Item(int index)
Gets the text paragraph element at the specified index.
|
static TextParagraph |
InternalHelper.PageGenerator_getTextParagraph(TextFragment fragment,
Rectangle rect,
Page page,
boolean isHorizontalAlignmentSet,
int alignment,
int verticalAlignment,
boolean isWordWrapped) |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.IEnumerator<TextParagraph> |
TextParagraphCollection.iterator()
Returns an enumerator for the entire collection.
|
Modifier and Type | Method and Description |
---|---|
void |
TextParagraphCollection.add(TextParagraph paragraph)
Adds the text paragraph element at the specified index.
|
void |
TextBuilder.appendParagraph(TextParagraph textParagraph)
Appends text paragraph to Pdf page.
|
void |
TextBuilder.appendParagraph(TextParagraph textParagraph,
int rotation)
Appends paragraph with rotation
|
boolean |
TextParagraphCollection.contains(TextParagraph item)
Determines whether the collection contains a specific value.
|
void |
TextParagraphCollection.copyTo(TextParagraph[] array,
int index)
Copies the entire collection to a compatible one-dimensional Array, starting at the specified
index of the target array
|
boolean |
TextParagraphCollection.remove(TextParagraph item)
Deletes specified item from collection.
|