Package | Description |
---|---|
org.docx4j.dml |
Modifier and Type | Field and Description |
---|---|
protected STOnOffStyleType |
CTTableStyleTextStyle.b |
protected STOnOffStyleType |
CTTableStyleTextStyle.i |
Modifier and Type | Method and Description |
---|---|
static STOnOffStyleType |
STOnOffStyleType.fromValue(String v) |
STOnOffStyleType |
CTTableStyleTextStyle.getB()
Gets the value of the b property.
|
STOnOffStyleType |
CTTableStyleTextStyle.getI()
Gets the value of the i property.
|
static STOnOffStyleType |
STOnOffStyleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STOnOffStyleType[] |
STOnOffStyleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CTTableStyleTextStyle.setB(STOnOffStyleType value)
Sets the value of the b property.
|
void |
CTTableStyleTextStyle.setI(STOnOffStyleType value)
Sets the value of the i property.
|
Copyright © 2007-2019. All Rights Reserved.