| Package | Description |
|---|---|
| org.docx4j.dml.diagram |
| Modifier and Type | Field and Description |
|---|---|
protected STConstraintType |
CTConstraint.refType |
protected STConstraintType |
CTConstraint.type |
protected STConstraintType |
CTNumericRule.type |
| Modifier and Type | Method and Description |
|---|---|
static STConstraintType |
STConstraintType.fromValue(java.lang.String v) |
STConstraintType |
CTConstraint.getRefType()
Gets the value of the refType property.
|
STConstraintType |
CTConstraint.getType()
Gets the value of the type property.
|
STConstraintType |
CTNumericRule.getType()
Gets the value of the type property.
|
static STConstraintType |
STConstraintType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STConstraintType[] |
STConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTConstraint.setRefType(STConstraintType value)
Sets the value of the refType property.
|
void |
CTConstraint.setType(STConstraintType value)
Sets the value of the type property.
|
void |
CTNumericRule.setType(STConstraintType value)
Sets the value of the type property.
|
Copyright © 2007–2025. All rights reserved.