Example usage for Java org.apache.poi.ss.usermodel BorderStyle fields, constructors, methods, implement or subclass
The text is from its open source code.
BorderStyle | NONE No border (default) |
BorderStyle | THIN Thin border |
BorderStyle | MEDIUM Medium border |
BorderStyle | DASHED dash border |
BorderStyle | DOTTED dot border |
BorderStyle | THICK Thick border |
BorderStyle | DOUBLE double-line border |
BorderStyle | HAIR hair-line border |
BorderStyle | MEDIUM_DASHED Medium dashed border |
BorderStyle | DASH_DOT dash-dot border |
BorderStyle | MEDIUM_DASH_DOT medium dash-dot border |
BorderStyle | DASH_DOT_DOT dash-dot-dot border |
BorderStyle | MEDIUM_DASH_DOT_DOT medium dash-dot-dot border |
BorderStyle | SLANTED_DASH_DOT slanted dash-dot border |
BorderStyle | valueOf(short code) |