Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextPlaceholderElement
-
Packages that use TextPlaceholderElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextPlaceholderElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextPlaceholderElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextPlaceholderElement ele)A method to visit "text:placeholder" elements -
Uses of TextPlaceholderElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextPlaceholderElement Modifier and Type Method Description TextPlaceholderElementTextAElement. newTextPlaceholderElement(String textPlaceholderTypeValue)Create child element <text:placeholder>.TextPlaceholderElementTextMetaElement. newTextPlaceholderElement(String textPlaceholderTypeValue)Create child element <text:placeholder>.TextPlaceholderElementTextMetaFieldElement. newTextPlaceholderElement(String textPlaceholderTypeValue)Create child element <text:placeholder>.TextPlaceholderElementTextParagraphElementBase. newTextPlaceholderElement(String textPlaceholderTypeValue)Create child element <text:placeholder>.TextPlaceholderElementTextRubyBaseElement. newTextPlaceholderElement(String textPlaceholderTypeValue)Create child element <text:placeholder>.TextPlaceholderElementTextSpanElement. newTextPlaceholderElement(String textPlaceholderTypeValue)Create child element <text:placeholder>.
-