Uses of Class
org.docx4j.vml.officedrawing.STConnectorType
| Package | Description |
|---|---|
| org.docx4j.vml | |
| org.docx4j.vml.officedrawing |
-
Uses of STConnectorType in org.docx4j.vml
Fields in org.docx4j.vml declared as STConnectorType Modifier and Type Field Description protected STConnectorTypeCTArc. connectortypeprotected STConnectorTypeCTCurve. connectortypeprotected STConnectorTypeCTImage. connectortypeprotected STConnectorTypeCTLine. connectortypeprotected STConnectorTypeCTOval. connectortypeprotected STConnectorTypeCTPolyLine. connectortypeprotected STConnectorTypeCTRect. connectortypeprotected STConnectorTypeCTRoundRect. connectortypeprotected STConnectorTypeCTShape. connectortypeprotected STConnectorTypeCTShapetype. connectortypeMethods in org.docx4j.vml that return STConnectorType Modifier and Type Method Description STConnectorTypeCTArc. getConnectortype()Shape Connector TypeSTConnectorTypeCTCurve. getConnectortype()Shape Connector TypeSTConnectorTypeCTImage. getConnectortype()Shape Connector TypeSTConnectorTypeCTLine. getConnectortype()Shape Connector TypeSTConnectorTypeCTOval. getConnectortype()Shape Connector TypeSTConnectorTypeCTPolyLine. getConnectortype()Shape Connector TypeSTConnectorTypeCTRect. getConnectortype()Shape Connector TypeSTConnectorTypeCTRoundRect. getConnectortype()Shape Connector TypeSTConnectorTypeCTShape. getConnectortype()Shape Connector TypeSTConnectorTypeCTShapetype. getConnectortype()Shape Connector TypeSTConnectorTypeVmlAllShapeAttributes. getConnectortype()Shape Connector TypeMethods in org.docx4j.vml with parameters of type STConnectorType Modifier and Type Method Description voidCTArc. setConnectortype(STConnectorType value)Sets the value of the connectortype property.voidCTCurve. setConnectortype(STConnectorType value)Sets the value of the connectortype property.voidCTImage. setConnectortype(STConnectorType value)Sets the value of the connectortype property.voidCTLine. setConnectortype(STConnectorType value)Sets the value of the connectortype property.voidCTOval. setConnectortype(STConnectorType value)Sets the value of the connectortype property.voidCTPolyLine. setConnectortype(STConnectorType value)Sets the value of the connectortype property.voidCTRect. setConnectortype(STConnectorType value)Sets the value of the connectortype property.voidCTRoundRect. setConnectortype(STConnectorType value)Sets the value of the connectortype property.voidCTShape. setConnectortype(STConnectorType value)Sets the value of the connectortype property.voidCTShapetype. setConnectortype(STConnectorType value)Sets the value of the connectortype property.voidVmlAllShapeAttributes. setConnectortype(STConnectorType value)Sets the value of the connectortype property. -
Uses of STConnectorType in org.docx4j.vml.officedrawing
Methods in org.docx4j.vml.officedrawing that return STConnectorType Modifier and Type Method Description static STConnectorTypeSTConnectorType. fromValue(java.lang.String v)static STConnectorTypeSTConnectorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STConnectorType[]STConnectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.