org.apache.poi.ss.usermodel
Class FontScheme

java.lang.Object
  extended by org.apache.poi.ss.usermodel.FontScheme

public class FontScheme
extends java.lang.Object

Defines the font scheme to which this font belongs. When a font definition is part of a theme definition, then the font is categorized as either a major or minor font scheme component. When a new theme is chosen, every font that is part of a theme definition is updated to use the new major or minor font definition for that theme. Usually major fonts are used for styles like headings, and minor fonts are used for body & paragraph text.

Author:
Gisella Bronzetti

Field Summary
static FontScheme MAJOR
           
static FontScheme MINOR
           
static FontScheme NONE
           
 
Method Summary
 int getValue()
           
static FontScheme valueOf(int value)
           
static FontScheme[] values()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final FontScheme NONE

MAJOR

public static final FontScheme MAJOR

MINOR

public static final FontScheme MINOR
Method Detail

values

public static FontScheme[] values()

getValue

public int getValue()

valueOf

public static FontScheme valueOf(int value)