Package org.odftoolkit.odfdom.dom.style
Class OdfStyleFamily
- java.lang.Object
-
- org.odftoolkit.odfdom.dom.style.OdfStyleFamily
-
- All Implemented Interfaces:
Comparable<OdfStyleFamily>
public class OdfStyleFamily extends Object implements Comparable<OdfStyleFamily>
-
-
Field Summary
Fields Modifier and Type Field Description static OdfStyleFamilyChartstatic OdfStyleFamilyDrawingPagestatic OdfStyleFamilyGraphicstatic OdfStyleFamilyListlist is not a style:family but by adding it here, these properties can be handled in a consistent waystatic OdfStyleFamilyPagepage is not a style:family but by adding it here, these properties can be handled in a consistent waystatic OdfStyleFamilyParagraphstatic OdfStyleFamilyPresentationstatic OdfStyleFamilyRubystatic OdfStyleFamilySectionstatic OdfStyleFamilyTablestatic OdfStyleFamilyTableCellstatic OdfStyleFamilyTableColumnstatic OdfStyleFamilyTableRowstatic OdfStyleFamilyText
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(OdfStyleFamily o)static OdfStyleFamilygetByName(String name)StringgetName()Set<OdfStyleProperty>getProperties()StringtoString()static StringtoString(OdfStyleFamily family)static OdfStyleFamilyvalueOf(String name)
-
-
-
Field Detail
-
Chart
public static final OdfStyleFamily Chart
-
DrawingPage
public static final OdfStyleFamily DrawingPage
-
Graphic
public static final OdfStyleFamily Graphic
-
Paragraph
public static final OdfStyleFamily Paragraph
-
Presentation
public static final OdfStyleFamily Presentation
-
Ruby
public static final OdfStyleFamily Ruby
-
Section
public static final OdfStyleFamily Section
-
Table
public static final OdfStyleFamily Table
-
TableCell
public static final OdfStyleFamily TableCell
-
TableColumn
public static final OdfStyleFamily TableColumn
-
TableRow
public static final OdfStyleFamily TableRow
-
Text
public static final OdfStyleFamily Text
-
Page
public static final OdfStyleFamily Page
page is not a style:family but by adding it here, these properties can be handled in a consistent way
-
List
public static final OdfStyleFamily List
list is not a style:family but by adding it here, these properties can be handled in a consistent way
-
-
Method Detail
-
getByName
public static OdfStyleFamily getByName(String name)
-
getName
public String getName()
-
compareTo
public int compareTo(OdfStyleFamily o)
- Specified by:
compareToin interfaceComparable<OdfStyleFamily>
-
valueOf
public static OdfStyleFamily valueOf(String name)
-
toString
public static String toString(OdfStyleFamily family)
-
getProperties
public Set<OdfStyleProperty> getProperties()
-
-