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 | Class and Description |
---|---|
class |
FigureElement
Class representing logical structure figure.
|
class |
RootElement
Root structure element.
|
class |
StructElement
General structure element.
|
class |
TextElement
General text element of document logical structure.
|
Modifier and Type | Method and Description |
---|---|
Element |
ElementCollection.get_Item(int index)
Gets Element by index.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<Element> |
ElementCollection.iterator()
Returns an enumerator that iterates through the collection.
|
Modifier and Type | Method and Description |
---|---|
static com.aspose.pdf.engine.data.IPdfObject |
InternalHelper.Element_pdfObject(Element el) |
static com.aspose.pdf.engine.data.IPdfObject |
InternalHelper.pdfObject(Element el) |
boolean |
ElementCollection.remove(Element item)
Remove item from collection.
|
Copyright © 2024 Aspose. All Rights Reserved.