|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfAcceptanceStateType | |
|---|---|
| org.odftoolkit.odfdom.dom.element.table | |
| org.odftoolkit.odfdom.dom.type.table | |
| Uses of OdfAcceptanceStateType in org.odftoolkit.odfdom.dom.element.table |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.table that return OdfAcceptanceStateType | |
|---|---|
OdfAcceptanceStateType |
OdfDeletionElement.getAcceptanceState()
Get value of attribute table:acceptance-state. |
OdfAcceptanceStateType |
OdfMovementElement.getAcceptanceState()
Get value of attribute table:acceptance-state. |
OdfAcceptanceStateType |
OdfCellContentChangeElement.getAcceptanceState()
Get value of attribute table:acceptance-state. |
OdfAcceptanceStateType |
OdfInsertionElement.getAcceptanceState()
Get value of attribute table:acceptance-state. |
| Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfAcceptanceStateType | |
|---|---|
void |
OdfDeletionElement.setAcceptanceState(OdfAcceptanceStateType acceptanceState)
Set value of attribute table:acceptance-state. |
void |
OdfMovementElement.setAcceptanceState(OdfAcceptanceStateType acceptanceState)
Set value of attribute table:acceptance-state. |
void |
OdfCellContentChangeElement.setAcceptanceState(OdfAcceptanceStateType acceptanceState)
Set value of attribute table:acceptance-state. |
void |
OdfInsertionElement.setAcceptanceState(OdfAcceptanceStateType acceptanceState)
Set value of attribute table:acceptance-state. |
| Uses of OdfAcceptanceStateType in org.odftoolkit.odfdom.dom.type.table |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.table that return OdfAcceptanceStateType | |
|---|---|
static OdfAcceptanceStateType |
OdfAcceptanceStateType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfAcceptanceStateType |
OdfAcceptanceStateType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfAcceptanceStateType[] |
OdfAcceptanceStateType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.odftoolkit.odfdom.dom.type.table with parameters of type OdfAcceptanceStateType | |
|---|---|
static String |
OdfAcceptanceStateType.toString(OdfAcceptanceStateType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||