Package | Description |
---|---|
org.docx4j.dml.diagram |
Modifier and Type | Field and Description |
---|---|
protected STElementType |
CTNumericRule.ptType |
protected STElementType |
CTConstraint.ptType |
protected STElementType |
CTConstraint.refPtType |
Modifier and Type | Field and Description |
---|---|
protected List<STElementType> |
CTForEach.ptType |
protected List<STElementType> |
CTPresentationOf.ptType |
protected List<STElementType> |
CTWhen.ptType |
Modifier and Type | Method and Description |
---|---|
static STElementType |
STElementType.fromValue(String v) |
STElementType |
CTNumericRule.getPtType()
Gets the value of the ptType property.
|
STElementType |
CTConstraint.getPtType()
Gets the value of the ptType property.
|
STElementType |
CTConstraint.getRefPtType()
Gets the value of the refPtType property.
|
static STElementType |
STElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STElementType[] |
STElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<STElementType> |
CTForEach.getPtType()
Gets the value of the ptType property.
|
List<STElementType> |
CTPresentationOf.getPtType()
Gets the value of the ptType property.
|
List<STElementType> |
CTWhen.getPtType()
Gets the value of the ptType property.
|
Modifier and Type | Method and Description |
---|---|
void |
CTNumericRule.setPtType(STElementType value)
Sets the value of the ptType property.
|
void |
CTConstraint.setPtType(STElementType value)
Sets the value of the ptType property.
|
void |
CTConstraint.setRefPtType(STElementType value)
Sets the value of the refPtType property.
|
Copyright © 2007-2019. All Rights Reserved.