Uses of Class
org.docx4j.dml.diagram.STBoolOperator
| Package | Description |
|---|---|
| org.docx4j.dml.diagram |
-
Uses of STBoolOperator in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as STBoolOperator Modifier and Type Field Description protected STBoolOperatorCTConstraint. opMethods in org.docx4j.dml.diagram that return STBoolOperator Modifier and Type Method Description static STBoolOperatorSTBoolOperator. fromValue(java.lang.String v)STBoolOperatorCTConstraint. getOp()Gets the value of the op property.static STBoolOperatorSTBoolOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STBoolOperator[]STBoolOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml.diagram with parameters of type STBoolOperator Modifier and Type Method Description voidCTConstraint. setOp(STBoolOperator value)Sets the value of the op property.