jxl.format

Class UnderlineStyle


public final class UnderlineStyle
extends java.lang.Object

Enumeration class which contains the various underline styles available within the standard Excel UnderlineStyle palette

Field Summary

static UnderlineStyle
DOUBLE
static UnderlineStyle
DOUBLE_ACCOUNTING
static UnderlineStyle
NO_UNDERLINE
static UnderlineStyle
SINGLE
static UnderlineStyle
SINGLE_ACCOUNTING

Method Summary

String
getDescription()
Gets the string description for display purposes
static UnderlineStyle
getStyle(int val)
Gets the UnderlineStyle from the value
int
getValue()
Gets the value of this style.

Field Details

DOUBLE

public static final UnderlineStyle DOUBLE

DOUBLE_ACCOUNTING

public static final UnderlineStyle DOUBLE_ACCOUNTING

NO_UNDERLINE

public static final UnderlineStyle NO_UNDERLINE

SINGLE

public static final UnderlineStyle SINGLE

SINGLE_ACCOUNTING

public static final UnderlineStyle SINGLE_ACCOUNTING

Method Details

getDescription

public String getDescription()
Gets the string description for display purposes
Returns:
the string description

getStyle

public static UnderlineStyle getStyle(int val)
Gets the UnderlineStyle from the value
Parameters:
val -
Returns:
the UnderlineStyle with that value

getValue

public int getValue()
Gets the value of this style. This is the value that is written to the generated Excel file
Returns:
the binary value