Java org.apache.poi.ss.usermodel FontUnderline fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

FontUnderlineSINGLE
Single-line underlining under each character in the cell.
FontUnderlineDOUBLE
Double-line underlining under each character in the cell.
FontUnderlineNONE
No underline.