Uses of Enum
org.docx4j.vml.officedrawing.STConnectorType
Packages that use STConnectorType
-
Uses of STConnectorType in org.docx4j.vml
Fields in org.docx4j.vml declared as STConnectorTypeModifier and TypeFieldDescriptionprotected 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 STConnectorTypeModifier and TypeMethodDescriptionCTArc.getConnectortype()Shape Connector TypeCTCurve.getConnectortype()Shape Connector TypeCTImage.getConnectortype()Shape Connector TypeCTLine.getConnectortype()Shape Connector TypeCTOval.getConnectortype()Shape Connector TypeCTPolyLine.getConnectortype()Shape Connector TypeCTRect.getConnectortype()Shape Connector TypeCTRoundRect.getConnectortype()Shape Connector TypeCTShape.getConnectortype()Shape Connector TypeCTShapetype.getConnectortype()Shape Connector TypeVmlAllShapeAttributes.getConnectortype()Shape Connector TypeMethods in org.docx4j.vml with parameters of type STConnectorTypeModifier and TypeMethodDescriptionvoidCTArc.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 STConnectorTypeModifier and TypeMethodDescriptionstatic STConnectorTypestatic STConnectorTypeReturns 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.