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

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

Introduction

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

The text is from its open source code.

Field

byteU_NONE
Underline type - None

Method

intgetFontHeight()
gets the height of the font in 1/20th point units
shortgetUnderlineType()
get the type of underlining for the font
booleanisBold()
get whether the font weight is set to bold or not
booleanisItalic()
voidsetFontColorIndex(short color)
Sets the indexed colour to use
voidsetFontStyle(boolean italic, boolean bold)
set font style options.
voidsetUnderlineType(short underlineType)
set the type of underlining type for the font