org.odftoolkit.odfdom.dom.style.props
public class OdfStyleProperty extends Object implements Comparable<OdfStyleProperty>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(OdfStyleProperty o) |
OdfStyleProperty |
copy() |
boolean |
equals(Object o) |
static OdfStyleProperty |
get(OdfStylePropertiesSet propSet,
OdfName name)
Looks if an OdfStyleProperty is already listed in the static sytleProperties set,
otherwise creates a new one.
|
OdfName |
getName() |
OdfStylePropertiesSet |
getPropertySet() |
int |
hashCode() |
String |
toString() |
public static OdfStyleProperty get(OdfStylePropertiesSet propSet, OdfName name)
propSet
- an OdfStylePropertiesSet membername
- public OdfStylePropertiesSet getPropertySet()
public OdfName getName()
public OdfStyleProperty copy()
public int compareTo(OdfStyleProperty o)
compareTo
in interface Comparable<OdfStyleProperty>
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.