| Package | Description |
|---|---|
| org.docx4j.vml | |
| org.docx4j.vml.officedrawing |
| Modifier and Type | Field and Description |
|---|---|
protected STStrokeArrowWidth |
CTStroke.endarrowwidth |
protected STStrokeArrowWidth |
CTStroke.startarrowwidth |
| Modifier and Type | Method and Description |
|---|---|
static STStrokeArrowWidth |
STStrokeArrowWidth.fromValue(java.lang.String v) |
STStrokeArrowWidth |
CTStroke.getEndarrowwidth()
Gets the value of the endarrowwidth property.
|
STStrokeArrowWidth |
CTStroke.getStartarrowwidth()
Gets the value of the startarrowwidth property.
|
static STStrokeArrowWidth |
STStrokeArrowWidth.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STStrokeArrowWidth[] |
STStrokeArrowWidth.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.setEndarrowwidth(STStrokeArrowWidth value)
Sets the value of the endarrowwidth property.
|
void |
CTStroke.setStartarrowwidth(STStrokeArrowWidth value)
Sets the value of the startarrowwidth property.
|
| Modifier and Type | Field and Description |
|---|---|
protected STStrokeArrowWidth |
CTStrokeChild.endarrowwidth |
protected STStrokeArrowWidth |
CTStrokeChild.startarrowwidth |
| Modifier and Type | Method and Description |
|---|---|
STStrokeArrowWidth |
CTStrokeChild.getEndarrowwidth()
Gets the value of the endarrowwidth property.
|
STStrokeArrowWidth |
CTStrokeChild.getStartarrowwidth()
Gets the value of the startarrowwidth property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTStrokeChild.setEndarrowwidth(STStrokeArrowWidth value)
Sets the value of the endarrowwidth property.
|
void |
CTStrokeChild.setStartarrowwidth(STStrokeArrowWidth value)
Sets the value of the startarrowwidth property.
|
Copyright © 2007–2025. All rights reserved.