Uses of Class
org.docx4j.vml.officedrawing.STConnectType
| Package | Description |
|---|---|
| org.docx4j.vml | |
| org.docx4j.vml.officedrawing |
-
Uses of STConnectType in org.docx4j.vml
Fields in org.docx4j.vml declared as STConnectType Modifier and Type Field Description protected STConnectTypeCTPath. connecttypeMethods in org.docx4j.vml that return STConnectType Modifier and Type Method Description STConnectTypeCTPath. getConnecttype()Connection Point TypeMethods in org.docx4j.vml with parameters of type STConnectType Modifier and Type Method Description voidCTPath. setConnecttype(STConnectType value)Sets the value of the connecttype property. -
Uses of STConnectType in org.docx4j.vml.officedrawing
Methods in org.docx4j.vml.officedrawing that return STConnectType Modifier and Type Method Description static STConnectTypeSTConnectType. fromValue(java.lang.String v)static STConnectTypeSTConnectType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STConnectType[]STConnectType. values()Returns an array containing the constants of this enum type, in the order they are declared.