org.pentaho.reporting.engine.classic.core
Class MetaAttributeNames.Style

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.MetaAttributeNames.Style
Enclosing class:
MetaAttributeNames

public static class MetaAttributeNames.Style
extends Object


Field Summary
static String BACKGROUND_COLOR
           
static String BOLD
           
static String COLOR
           
static String FONTFAMILY
           
static String FONTSIZE
           
static String HORIZONTAL_ALIGNMENT
           
static String ITALIC
           
static String NAMESPACE
           
static String STRIKETHROUGH
           
static String UNDERLINE
           
static String VERTICAL_ALIGNMENT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

FONTFAMILY

public static final String FONTFAMILY
See Also:
Constant Field Values

FONTSIZE

public static final String FONTSIZE
See Also:
Constant Field Values

BOLD

public static final String BOLD
See Also:
Constant Field Values

ITALIC

public static final String ITALIC
See Also:
Constant Field Values

UNDERLINE

public static final String UNDERLINE
See Also:
Constant Field Values

STRIKETHROUGH

public static final String STRIKETHROUGH
See Also:
Constant Field Values

COLOR

public static final String COLOR
See Also:
Constant Field Values

BACKGROUND_COLOR

public static final String BACKGROUND_COLOR
See Also:
Constant Field Values

HORIZONTAL_ALIGNMENT

public static final String HORIZONTAL_ALIGNMENT
See Also:
Constant Field Values

VERTICAL_ALIGNMENT

public static final String VERTICAL_ALIGNMENT
See Also:
Constant Field Values