|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnderlinePatterns | |
---|---|
org.apache.poi.xwpf.usermodel |
Uses of UnderlinePatterns in org.apache.poi.xwpf.usermodel |
---|
Methods in org.apache.poi.xwpf.usermodel that return UnderlinePatterns | |
---|---|
UnderlinePatterns |
XWPFRun.getUnderline()
Specifies that the contents of this run should be displayed along with an underline appearing directly below the character heigh |
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. |
Methods in org.apache.poi.xwpf.usermodel with parameters of type UnderlinePatterns | |
---|---|
void |
XWPFRun.setUnderline(UnderlinePatterns value)
Specifies that the contents of this run should be displayed along with an underline appearing directly below the character heigh If this element is not present, the default value is to leave the formatting applied at previous level in the style hierarchy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |