Package | Description |
---|---|
org.docx4j.model.styles | |
org.docx4j.wml |
Modifier and Type | Method and Description |
---|---|
static UnderlineEnumeration |
StyleUtil.apply(UnderlineEnumeration source,
UnderlineEnumeration destination) |
Modifier and Type | Method and Description |
---|---|
static UnderlineEnumeration |
StyleUtil.apply(UnderlineEnumeration source,
UnderlineEnumeration destination) |
static boolean |
StyleUtil.areEqual(UnderlineEnumeration val1,
UnderlineEnumeration val2) |
Modifier and Type | Field and Description |
---|---|
protected UnderlineEnumeration |
U.val |
Modifier and Type | Method and Description |
---|---|
static UnderlineEnumeration |
UnderlineEnumeration.fromValue(String v) |
UnderlineEnumeration |
U.getVal()
Gets the value of the val property.
|
static UnderlineEnumeration |
UnderlineEnumeration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnderlineEnumeration[] |
UnderlineEnumeration.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
U.setVal(UnderlineEnumeration value)
Sets the value of the val property.
|
Copyright © 2007-2019. All Rights Reserved.