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 |
---|---|
static Element |
InternalHelper.new_FigureElement(com.aspose.pdf.engine.data.IPdfObject tagFigureElementObj) |
Modifier and Type | Method and Description |
---|---|
List<Element> |
Element.getChildren()
Gets child elements 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) |