Uses of Class
org.odftoolkit.odfdom.dom.element.office.OfficeBinaryDataElement
-
Packages that use OfficeBinaryDataElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.draw org.odftoolkit.odfdom.dom.element.style org.odftoolkit.odfdom.dom.element.text -
-
Uses of OfficeBinaryDataElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type OfficeBinaryDataElement Modifier and Type Method Description voidDefaultElementVisitor. visit(OfficeBinaryDataElement ele)A method to visit "office:binary-data" elements -
Uses of OfficeBinaryDataElement in org.odftoolkit.odfdom.dom.element.draw
Methods in org.odftoolkit.odfdom.dom.element.draw that return OfficeBinaryDataElement Modifier and Type Method Description OfficeBinaryDataElementDrawImageElement. newOfficeBinaryDataElement()Create child element <office:binary-data>.OfficeBinaryDataElementDrawObjectOleElement. newOfficeBinaryDataElement()Create child element <office:binary-data>. -
Uses of OfficeBinaryDataElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return OfficeBinaryDataElement Modifier and Type Method Description OfficeBinaryDataElementStyleBackgroundImageElement. newOfficeBinaryDataElement()Create child element <office:binary-data>. -
Uses of OfficeBinaryDataElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return OfficeBinaryDataElement Modifier and Type Method Description OfficeBinaryDataElementTextListLevelStyleImageElement. newOfficeBinaryDataElement()Create child element <office:binary-data>.
-