public abstract class Element extends Object
Represents a base class for element in logical structure.
Modifier and Type | Method and Description |
---|---|
Element |
appendChild(Element element)
Append
/Aspose.Pdf.LogicalStructure.Element to collection of children. |
ElementList |
getChildElements()
Gets children collection of
Element objects. |
ElementPdfEngine |
getElementEngine()
Get parent element.
|
Element |
getParentElement()
Gets parent collection of
Element objects. |
ITaggedContent |
getTaggedContent() |
com.aspose.pdf.engine.data.ITrailerable |
getTrailer()
Internam method
|
void |
setParentElement(Element parentElement) |
String |
toString()
Returns a string that represents the current object.
|
public final com.aspose.pdf.engine.data.ITrailerable getTrailer()
public final ITaggedContent getTaggedContent()
public final ElementPdfEngine getElementEngine()
Get parent element.
public final Element getParentElement()
Gets parent collection of Element
objects.
Element
objects.public final ElementList getChildElements()
Gets children collection of Element
objects.
Element
objects.public void setParentElement(Element parentElement)
public final Element appendChild(Element element)
Append /Aspose.Pdf.LogicalStructure.Element
to collection of children.
element
- /Aspose.Pdf.LogicalStructure.Element
object to add./Aspose.Pdf.LogicalStructure.Element
which has been added.Copyright © 2019 Aspose. All Rights Reserved.