Java org.apache.poi.xwpf.usermodel UnderlinePatterns fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.xwpf.usermodel UnderlinePatterns fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.xwpf.usermodel UnderlinePatterns.

The text is from its open source code.

Field

UnderlinePatternsSINGLE
Specifies an underline consisting of a single line beneath all characters in this run.
UnderlinePatternsWORDS
Specifies an underline consisting of a single line beneath all non-space characters in the run.
UnderlinePatternsDOUBLE
Specifies an underline consisting of two lines beneath all characters in this run
UnderlinePatternsDASH
Specifies an underline consisting of a dashed line beneath all characters in this run.
UnderlinePatternsDOT_DOT_DASH
Specifies an underline consisting of a series of dash, dot, dot characters beneath all characters in this run.
UnderlinePatternsNONE
Specifies no underline beneath this run.

Method

UnderlinePatternsvalueOf(int type)