| Package | Description |
|---|---|
| org.docx4j.dml |
| Modifier and Type | Field and Description |
|---|---|
protected STTextStrikeType |
CTTextCharacterProperties.strike |
| Modifier and Type | Method and Description |
|---|---|
static STTextStrikeType |
STTextStrikeType.fromValue(String v) |
STTextStrikeType |
CTTextCharacterProperties.getStrike()
Gets the value of the strike property.
|
static STTextStrikeType |
STTextStrikeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STTextStrikeType[] |
STTextStrikeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTTextCharacterProperties.setStrike(STTextStrikeType value)
Sets the value of the strike property.
|
Copyright © 2007-2021. All Rights Reserved.