Class Element
java.lang.Object
org.ofdrw.converter.html.Element
- Author:
- yuanfang date: 2021-05-24
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendChild(Element element) intgetStyle()doublegetX()doublegetY()voidset_index(int _index) voidsetAttribute(String name, String value) voidsetAttribute(Map<String, String> attribute) voidsetChildren(List<Element> children) voidsetInnerHTML(String innerHTML) voidsetNamespaceURI(String namespaceURI) voidvoidsetTagName(String tagName) voidsetVersion(String version) voidsetX(double x) voidsetY(double y)
-
Constructor Details
-
Element
public Element()
-
-
Method Details
-
setAttribute
-
appendChild
-
get_index
public int get_index() -
set_index
public void set_index(int _index) -
getInnerHTML
-
setInnerHTML
-
getAttribute
-
setAttribute
-
getChildren
-
setChildren
-
getTagName
-
setTagName
-
getStyle
-
setStyle
-
getVersion
-
setVersion
-
getNamespaceURI
-
setNamespaceURI
-
getX
public double getX() -
setX
public void setX(double x) -
getY
public double getY() -
setY
public void setY(double y)
-