Package | Description |
---|---|
org.docx4j.vml | |
org.docx4j.vml.officedrawing |
Modifier and Type | Field and Description |
---|---|
protected STStrokeArrowType |
CTStroke.endarrow |
protected STStrokeArrowType |
CTStroke.startarrow |
Modifier and Type | Method and Description |
---|---|
static STStrokeArrowType |
STStrokeArrowType.fromValue(String v) |
STStrokeArrowType |
CTStroke.getEndarrow()
Gets the value of the endarrow property.
|
STStrokeArrowType |
CTStroke.getStartarrow()
Gets the value of the startarrow property.
|
static STStrokeArrowType |
STStrokeArrowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STStrokeArrowType[] |
STStrokeArrowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CTStroke.setEndarrow(STStrokeArrowType value)
Sets the value of the endarrow property.
|
void |
CTStroke.setStartarrow(STStrokeArrowType value)
Sets the value of the startarrow property.
|
Modifier and Type | Field and Description |
---|---|
protected STStrokeArrowType |
CTStrokeChild.endarrow |
protected STStrokeArrowType |
CTStrokeChild.startarrow |
Modifier and Type | Method and Description |
---|---|
STStrokeArrowType |
CTStrokeChild.getEndarrow()
Gets the value of the endarrow property.
|
STStrokeArrowType |
CTStrokeChild.getStartarrow()
Gets the value of the startarrow property.
|
Modifier and Type | Method and Description |
---|---|
void |
CTStrokeChild.setEndarrow(STStrokeArrowType value)
Sets the value of the endarrow property.
|
void |
CTStrokeChild.setStartarrow(STStrokeArrowType value)
Sets the value of the startarrow property.
|
Copyright © 2007-2019. All Rights Reserved.