| Package | Description |
|---|---|
| org.docx4j.sharedtypes | |
| org.pptx4j.pml | |
| org.xlsx4j.sml |
| Modifier and Type | Method and Description |
|---|---|
static STConformanceClass |
STConformanceClass.fromValue(String v) |
static STConformanceClass |
STConformanceClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STConformanceClass[] |
STConformanceClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected STConformanceClass |
Presentation.conformance |
| Modifier and Type | Method and Description |
|---|---|
STConformanceClass |
Presentation.getConformance()
Gets the value of the conformance property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Presentation.setConformance(STConformanceClass value)
Sets the value of the conformance property.
|
| Modifier and Type | Field and Description |
|---|---|
protected STConformanceClass |
Workbook.conformance |
| Modifier and Type | Method and Description |
|---|---|
STConformanceClass |
Workbook.getConformance()
Gets the value of the conformance property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workbook.setConformance(STConformanceClass value)
Sets the value of the conformance property.
|
Copyright © 2007-2018. All Rights Reserved.