|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.pdf.elements.PdfElementBase
Base class of all pdf element.
Constructor Summary | |
PdfElementBase(ElementFactory elementFactory)
Explicit Constructor of PdfElementBase. |
Method Summary | |
java.lang.Object |
clone()
Clone an object. |
org.w3c.dom.Element |
getDOMElement()
Gets a DOM representation of the pdf element. |
ElementFactory |
getElementFactory()
Gets the DOM element factory. |
java.lang.String |
getID()
Gets the element ID in xml. |
static int |
getNameIndex()
Gets an automated name index. |
void |
setID(java.lang.String ID)
Sets the element ID in xml. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PdfElementBase(ElementFactory elementFactory)
elementFactory
- Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
java.lang.Object#clone()
public ElementFactory getElementFactory()
public org.w3c.dom.Element getDOMElement() throws AsposeBaseException
AsposeBaseException
public static int getNameIndex()
public java.lang.String getID()
public void setID(java.lang.String ID)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |