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