| Package | Description |
|---|---|
| org.docx4j.vml | |
| org.docx4j.vml.officedrawing |
| Modifier and Type | Field and Description |
|---|---|
protected STStrokeArrowLength |
CTStroke.endarrowlength |
protected STStrokeArrowLength |
CTStroke.startarrowlength |
| Modifier and Type | Method and Description |
|---|---|
static STStrokeArrowLength |
STStrokeArrowLength.fromValue(String v) |
STStrokeArrowLength |
CTStroke.getEndarrowlength()
Gets the value of the endarrowlength property.
|
STStrokeArrowLength |
CTStroke.getStartarrowlength()
Gets the value of the startarrowlength property.
|
static STStrokeArrowLength |
STStrokeArrowLength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STStrokeArrowLength[] |
STStrokeArrowLength.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.setEndarrowlength(STStrokeArrowLength value)
Sets the value of the endarrowlength property.
|
void |
CTStroke.setStartarrowlength(STStrokeArrowLength value)
Sets the value of the startarrowlength property.
|
| Modifier and Type | Field and Description |
|---|---|
protected STStrokeArrowLength |
CTStrokeChild.endarrowlength |
protected STStrokeArrowLength |
CTStrokeChild.startarrowlength |
| Modifier and Type | Method and Description |
|---|---|
STStrokeArrowLength |
CTStrokeChild.getEndarrowlength()
Gets the value of the endarrowlength property.
|
STStrokeArrowLength |
CTStrokeChild.getStartarrowlength()
Gets the value of the startarrowlength property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTStrokeChild.setEndarrowlength(STStrokeArrowLength value)
Sets the value of the endarrowlength property.
|
void |
CTStrokeChild.setStartarrowlength(STStrokeArrowLength value)
Sets the value of the startarrowlength property.
|
Copyright © 2007-2019. All Rights Reserved.