DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class TextStyle

java.lang.Object
  |
  +--com.cete.dynamicpdf.TextStyle

public class TextStyle
extends java.lang.Object

Represents the text style.


Field Summary
static TextStyle BOLD
          Bold style.
static TextStyle BOLD_ITALIC
          Bold italic style.
static TextStyle ITALIC
          Italic style.
static TextStyle REGULAR
          Regular style.
 
Method Summary
 int getValue()
          Gets the enumeration constant value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REGULAR

public static final TextStyle REGULAR
Regular style.


ITALIC

public static final TextStyle ITALIC
Italic style.


BOLD

public static final TextStyle BOLD
Bold style.


BOLD_ITALIC

public static final TextStyle BOLD_ITALIC
Bold italic style.

Method Detail

getValue

public int getValue()
Gets the enumeration constant value.

Returns:
The enumeration constant value.

DynamicPDF by ceTe Software

API Reference for DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software