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

Packages that use StylePropertiesBase
org.eclipse.actf.model.dom.odf.style This package contains interfaces of ODF style namespace. 
 

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

Subinterfaces of StylePropertiesBase in org.eclipse.actf.model.dom.odf.style
 interface ChartPropertiesElement
          Interface for <style:chart-properties> element.
 interface DrawingPagePropertiesElement
          Interface for <style:drawing-page-properties> element.
 interface FontFaceElement
          Interface for <style:font-face> element.
 interface GraphicPropertiesElement
          Interface for <style:graphic-properties> element.
 interface ListLevelPropertiesElement
          Interface for <style:list-level-properties> element.
 interface PageLayoutPropertiesElement
          Interface for <style:page-layout-properties> element.
 interface ParagraphPropertiesElement
          Interface for <style:paragraph-properties> element.
 interface TableCellPropertiesElement
          Interface for <style:table-cell-properties> element.
 interface TableColumnPropertiesElement
          Interface for <style:table-column-properties> element.
 interface TablePropertiesElement
          Interface for <style:table-properties> element.
 interface TableRowPropertiesElement
          Interface for <style:table-row-properties> element.
 interface TabStopElement
          Interface for <style:tab-stop> element.
 interface TabStopsElement
          Interface for <style:tab-stops> element.
 interface TextPropertiesElement
          Interface for <style:text-properties> element.
 

Methods in org.eclipse.actf.model.dom.odf.style that return StylePropertiesBase
 StylePropertiesBase StyleElement.getPropertyElement(long idx)
           
 

Methods in org.eclipse.actf.model.dom.odf.style with parameters of type StylePropertiesBase
 void StyleElement.putPropertyElement(StylePropertiesBase property)