Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawGElement
-
-
Uses of DrawGElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawGElement Modifier and Type Method Description void
DefaultElementVisitor. visit(DrawGElement ele)
A method to visit "draw:g" elements -
Uses of DrawGElement in org.odftoolkit.odfdom.dom.element.draw
Methods in org.odftoolkit.odfdom.dom.element.draw that return DrawGElement Modifier and Type Method Description DrawGElement
DrawAElement. newDrawGElement()
Create child element <draw:g>.DrawGElement
DrawGElement. newDrawGElement()
Create child element <draw:g>.DrawGElement
DrawPageElement. newDrawGElement()
Create child element <draw:g>.DrawGElement
DrawTextBoxElement. newDrawGElement()
Create child element <draw:g>. -
Uses of DrawGElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return DrawGElement Modifier and Type Method Description DrawGElement
OfficeTextElement. newDrawGElement()
Create child element <draw:g>. -
Uses of DrawGElement in org.odftoolkit.odfdom.dom.element.presentation
Methods in org.odftoolkit.odfdom.dom.element.presentation that return DrawGElement Modifier and Type Method Description DrawGElement
PresentationNotesElement. newDrawGElement()
Create child element <draw:g>. -
Uses of DrawGElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return DrawGElement Modifier and Type Method Description DrawGElement
StyleHandoutMasterElement. newDrawGElement()
Create child element <draw:g>.DrawGElement
StyleMasterPageElement. newDrawGElement()
Create child element <draw:g>. -
Uses of DrawGElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return DrawGElement Modifier and Type Method Description DrawGElement
TableCoveredTableCellElement. newDrawGElement()
Create child element <draw:g>.DrawGElement
TableShapesElement. newDrawGElement()
Create child element <draw:g>.DrawGElement
TableTableCellElement. newDrawGElement()
Create child element <draw:g>. -
Uses of DrawGElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return DrawGElement Modifier and Type Method Description DrawGElement
TextAElement. newDrawGElement()
Create child element <draw:g>.DrawGElement
TextDeletionElement. newDrawGElement()
Create child element <draw:g>.DrawGElement
TextHElement. newDrawGElement()
Create child element <draw:g>.DrawGElement
TextIndexBodyElement. newDrawGElement()
Create child element <draw:g>.DrawGElement
TextIndexTitleElement. newDrawGElement()
Create child element <draw:g>.DrawGElement
TextMetaElement. newDrawGElement()
Create child element <draw:g>.DrawGElement
TextMetaFieldElement. newDrawGElement()
Create child element <draw:g>.DrawGElement
TextNoteBodyElement. newDrawGElement()
Create child element <draw:g>.DrawGElement
TextPElement. newDrawGElement()
Create child element <draw:g>.DrawGElement
TextRubyBaseElement. newDrawGElement()
Create child element <draw:g>.DrawGElement
TextSectionElement. newDrawGElement()
Create child element <draw:g>.DrawGElement
TextSpanElement. newDrawGElement()
Create child element <draw:g>.
-