| Package | Description |
|---|---|
| org.docx4j.vml | |
| org.docx4j.vml.officedrawing |
| Modifier and Type | Field and Description |
|---|---|
protected STConnectorType |
CTPolyLine.connectortype |
protected STConnectorType |
CTShapetype.connectortype |
protected STConnectorType |
CTLine.connectortype |
protected STConnectorType |
CTShape.connectortype |
protected STConnectorType |
CTOval.connectortype |
protected STConnectorType |
CTImage.connectortype |
protected STConnectorType |
CTArc.connectortype |
protected STConnectorType |
CTRoundRect.connectortype |
protected STConnectorType |
CTRect.connectortype |
protected STConnectorType |
CTCurve.connectortype |
| Modifier and Type | Method and Description |
|---|---|
STConnectorType |
CTPolyLine.getConnectortype()
Shape Connector Type
|
STConnectorType |
CTShapetype.getConnectortype()
Shape Connector Type
|
STConnectorType |
CTLine.getConnectortype()
Shape Connector Type
|
STConnectorType |
CTShape.getConnectortype()
Shape Connector Type
|
STConnectorType |
VmlAllShapeAttributes.getConnectortype()
Shape Connector Type
|
STConnectorType |
CTOval.getConnectortype()
Shape Connector Type
|
STConnectorType |
CTImage.getConnectortype()
Shape Connector Type
|
STConnectorType |
CTArc.getConnectortype()
Shape Connector Type
|
STConnectorType |
CTRoundRect.getConnectortype()
Shape Connector Type
|
STConnectorType |
CTRect.getConnectortype()
Shape Connector Type
|
STConnectorType |
CTCurve.getConnectortype()
Shape Connector Type
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTPolyLine.setConnectortype(STConnectorType value)
Sets the value of the connectortype property.
|
void |
CTShapetype.setConnectortype(STConnectorType value)
Sets the value of the connectortype property.
|
void |
CTLine.setConnectortype(STConnectorType value)
Sets the value of the connectortype property.
|
void |
CTShape.setConnectortype(STConnectorType value)
Sets the value of the connectortype property.
|
void |
VmlAllShapeAttributes.setConnectortype(STConnectorType value)
Sets the value of the connectortype property.
|
void |
CTOval.setConnectortype(STConnectorType value)
Sets the value of the connectortype property.
|
void |
CTImage.setConnectortype(STConnectorType value)
Sets the value of the connectortype property.
|
void |
CTArc.setConnectortype(STConnectorType value)
Sets the value of the connectortype property.
|
void |
CTRoundRect.setConnectortype(STConnectorType value)
Sets the value of the connectortype property.
|
void |
CTRect.setConnectortype(STConnectorType value)
Sets the value of the connectortype property.
|
void |
CTCurve.setConnectortype(STConnectorType value)
Sets the value of the connectortype property.
|
| Modifier and Type | Method and Description |
|---|---|
static STConnectorType |
STConnectorType.fromValue(java.lang.String v) |
static STConnectorType |
STConnectorType.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.
|
Copyright © 2007–2023. All rights reserved.