Uses of Class
org.apache.poi.xwpf.usermodel.UnderlinePatterns

Packages that use UnderlinePatterns
org.apache.poi.xwpf.usermodel   
 

Uses of UnderlinePatterns in org.apache.poi.xwpf.usermodel
 

Fields in org.apache.poi.xwpf.usermodel declared as UnderlinePatterns
static UnderlinePatterns UnderlinePatterns.DASH
          Specifies an underline consisting of a dashed line beneath all characters in this run.
static UnderlinePatterns UnderlinePatterns.DASH_DOT_DOT_HEAVY
          Specifies an underline consisting of a series of thick dash, dot, dot characters beneath all characters in this run.
static UnderlinePatterns UnderlinePatterns.DASH_DOT_HEAVY
          Specifies an underline consisting of a series of thick dash, dot characters beneath all characters in this run.
static UnderlinePatterns UnderlinePatterns.DASH_LONG
          Specifies an underline consisting of long dashed characters beneath all characters in this run.
static UnderlinePatterns UnderlinePatterns.DASH_LONG_HEAVY
          Specifies an underline consisting of thick long dashed characters beneath all characters in this run.
static UnderlinePatterns UnderlinePatterns.DASHED_HEAVY
          Specifies an underline consisting of a series of thick dashes beneath all characters in this run.
static UnderlinePatterns UnderlinePatterns.DOT_DASH
          Specifies an underline consisting of a series of dash, dot characters beneath all characters in this run.
static UnderlinePatterns UnderlinePatterns.DOT_DOT_DASH
          Specifies an underline consisting of a series of dash, dot, dot characters beneath all characters in this run.
static UnderlinePatterns UnderlinePatterns.DOTTED
          Specifies an underline consisting of a series of dot characters beneath all characters in this run.
static UnderlinePatterns UnderlinePatterns.DOTTED_HEAVY
          Specifies an underline consisting of a series of thick dot characters beneath all characters in this run.
static UnderlinePatterns UnderlinePatterns.DOUBLE
          Specifies an underline consisting of two lines beneath all characters in this run
static UnderlinePatterns UnderlinePatterns.NONE
          Specifies no underline beneath this run.
static UnderlinePatterns UnderlinePatterns.SINGLE
          Specifies an underline consisting of a single line beneath all characters in this run.
static UnderlinePatterns UnderlinePatterns.THICK
          Specifies an underline consisting of a single thick line beneath all characters in this run.
static UnderlinePatterns UnderlinePatterns.WAVE
          Specifies an underline consisting of a single wavy line beneath all characters in this run.
static UnderlinePatterns UnderlinePatterns.WAVY_DOUBLE
          Specifies an underline consisting of a pair of wavy lines beneath all characters in this run.
static UnderlinePatterns UnderlinePatterns.WAVY_HEAVY
          Specifies an underline consisting of a single thick wavy line beneath all characters in this run.
static UnderlinePatterns UnderlinePatterns.WORDS
          Specifies an underline consisting of a single line beneath all non-space characters in the run.
 

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.values()
           
 

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.