Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
UnderlinePatterns |
XWPFRun.getUnderline()
Get the underline setting for the run.
|
static UnderlinePatterns |
UnderlinePatterns.valueOf(int type) |
static UnderlinePatterns |
UnderlinePatterns.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnderlinePatterns[] |
UnderlinePatterns.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XWPFRun.setUnderline(UnderlinePatterns value)
Specifies that the contents of this run should be displayed along with an
underline appearing directly below the character height.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.