Uses of Class
org.apache.poi.xwpf.usermodel.UnderlinePatterns
-
Packages that use UnderlinePatterns Package Description org.apache.poi.xwpf.usermodel -
-
Uses of UnderlinePatterns in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return UnderlinePatterns Modifier and Type Method Description UnderlinePatternsXWPFRun. getUnderline()Get the underline setting for the run.static UnderlinePatternsUnderlinePatterns. valueOf(int type)Returns the enum constant of this type with the specified name.static UnderlinePatternsUnderlinePatterns. valueOf(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 Modifier and Type Method Description voidXWPFRun. setUnderline(UnderlinePatterns value)Specifies that the contents of this run should be displayed along with an underline appearing directly below the character height.
-