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

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

Introduction

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

The text is from its open source code.

Field

BorderStyleNONE
No border (default)
BorderStyleTHIN
Thin border
BorderStyleMEDIUM
Medium border
BorderStyleDASHED
dash border
BorderStyleDOTTED
dot border
BorderStyleTHICK
Thick border
BorderStyleDOUBLE
double-line border
BorderStyleHAIR
hair-line border
BorderStyleMEDIUM_DASHED
Medium dashed border
BorderStyleDASH_DOT
dash-dot border
BorderStyleMEDIUM_DASH_DOT
medium dash-dot border
BorderStyleDASH_DOT_DOT
dash-dot-dot border
BorderStyleMEDIUM_DASH_DOT_DOT
medium dash-dot-dot border
BorderStyleSLANTED_DASH_DOT
slanted dash-dot border

Method