org.apache.poi.ss.usermodel
Class FontScheme
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NONE
public static final FontScheme NONE
MAJOR
public static final FontScheme MAJOR
MINOR
public static final FontScheme MINOR
values
public static FontScheme[] values()
getValue
public int getValue()
valueOf
public static FontScheme valueOf(int value)