Uses of Interface
org.eclipse.actf.model.dom.odf.style.StyleElement

Packages that use StyleElement
org.eclipse.actf.model.dom.odf.content This package contains interfaces of ODF text and graphics contents. 
org.eclipse.actf.model.dom.odf.office This package contains interfaces of ODF office namespace. 
org.eclipse.actf.model.dom.odf.style This package contains interfaces of ODF style namespace. 
org.eclipse.actf.model.dom.odf.text This package contains interfaces of ODF text namespace. 
 

Uses of StyleElement in org.eclipse.actf.model.dom.odf.content
 

Methods in org.eclipse.actf.model.dom.odf.content that return StyleElement
 StyleElement IStylable.getStyle()
           
 

Methods in org.eclipse.actf.model.dom.odf.content with parameters of type StyleElement
 void IStylable.setStyle(StyleElement style)
           
 

Uses of StyleElement in org.eclipse.actf.model.dom.odf.office
 

Methods in org.eclipse.actf.model.dom.odf.office that return StyleElement
 StyleElement DocumentContentElement.createStyle(String family)
           
 StyleElement AutomaticStylesElement.getStyleElement(long index)
           
 StyleElement AutomaticStylesElement.getStyleElementByName(String name)
           
 

Methods in org.eclipse.actf.model.dom.odf.office with parameters of type StyleElement
 void AutomaticStylesElement.addStyleElement(StyleElement element)
           
 

Uses of StyleElement in org.eclipse.actf.model.dom.odf.style
 

Subinterfaces of StyleElement in org.eclipse.actf.model.dom.odf.style
 interface DefaultStyleElement
          Interface for <style:default-style> element.
 

Methods in org.eclipse.actf.model.dom.odf.style that return StyleElement
 StyleElement StyleElement.createChild(String family)
           
 

Uses of StyleElement in org.eclipse.actf.model.dom.odf.text
 

Subinterfaces of StyleElement in org.eclipse.actf.model.dom.odf.text
 interface ListLevelStyleBulletElement
          Interface for <text:list-level-style-bullet> element.
 interface ListLevelStyleNumberElement
          Interface for <text:list-level-style-number> element.
 interface ListStyleElement
          Interface for <text:list-style> element.
 

Methods in org.eclipse.actf.model.dom.odf.text that return StyleElement
 StyleElement ListElement.getListLevelStyleElement()