Package | Description |
---|---|
org.odftoolkit.odfdom.dom.element |
From the ODF RelaxNG generated Java classes representing the ODF elements
|
org.odftoolkit.odfdom.dom.style.props |
Classes representing the style properties.
|
Modifier and Type | Method and Description |
---|---|
OdfStylePropertiesBase |
OdfStyleBase.getOrCreatePropertiesElement(OdfStylePropertiesSet set) |
OdfStylePropertiesBase |
OdfStyleBase.getPropertiesElement(OdfStylePropertiesSet set) |
Modifier and Type | Method and Description |
---|---|
OdfStylePropertiesSet |
OdfStyleProperty.getPropertySet() |
static OdfStylePropertiesSet |
OdfStylePropertiesSet.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdfStylePropertiesSet[] |
OdfStylePropertiesSet.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static OdfStyleProperty |
OdfStyleProperty.get(OdfStylePropertiesSet propSet,
OdfName name)
Looks if an OdfStyleProperty is already listed in the static sytleProperties set,
otherwise creates a new one.
|
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.