| Package | Description |
|---|---|
| org.docx4j.vml.wordprocessingDrawing |
| Modifier and Type | Field and Description |
|---|---|
protected STBorderType |
CTBorder.type |
| Modifier and Type | Method and Description |
|---|---|
static STBorderType |
STBorderType.fromValue(java.lang.String v) |
STBorderType |
CTBorder.getType()
Gets the value of the type property.
|
static STBorderType |
STBorderType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STBorderType[] |
STBorderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTBorder.setType(STBorderType value)
Sets the value of the type property.
|
Copyright © 2007–2025. All rights reserved.