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–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.