|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OdfStylePropertySet
| Method Summary | |
|---|---|
java.util.Map<OdfStyleProperty,java.lang.String> |
getProperties(java.util.Set<OdfStyleProperty> properties)
gets more than one property at once |
java.lang.String |
getProperty(OdfStyleProperty property)
returns the given property from this styleable element or style. |
java.util.Set<OdfStyleProperty> |
getStrictProperties()
|
boolean |
hasProperty(OdfStyleProperty property)
checks if this styleable element or style has this property directly set. |
void |
removeProperty(OdfStyleProperty property)
removes the given property from this set |
void |
setProperties(java.util.Map<OdfStyleProperty,java.lang.String> properties)
set more than one property at once. |
void |
setProperty(OdfStyleProperty property,
java.lang.String value)
sets a single style property for this element. |
| Method Detail |
|---|
boolean hasProperty(OdfStyleProperty property)
property - is the property to check.
java.lang.String getProperty(OdfStyleProperty property)
property - is the property which value will be returned.
void removeProperty(OdfStyleProperty property)
property - is the property to be removed
void setProperty(OdfStyleProperty property,
java.lang.String value)
property - is the property that you want to set.value - is the value the property is set to.void setProperties(java.util.Map<OdfStyleProperty,java.lang.String> properties)
properties - is a map of properties with values that should be set.java.util.Map<OdfStyleProperty,java.lang.String> getProperties(java.util.Set<OdfStyleProperty> properties)
properties - is a set of all properties that should be returned.
java.util.Set<OdfStyleProperty> getStrictProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||