DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class UnorderedListStyle

java.lang.Object
  |
  +--com.cete.dynamicpdf.pageelements.UnorderedListStyle

public class UnorderedListStyle
extends java.lang.Object

Represents the UnorderedListStyle.

Licensing:
This class is a DynamicPDF Generator Professional Edition feature. One of the following licenses is required for non-evaluation usage:


Field Summary
static UnorderedListStyle ASTERISK
          UnorderedListStyle Asterisk.
static UnorderedListStyle CIRCLE
          UnorderedListStyle Circle.
static UnorderedListStyle DASH
          UnorderedListStyle Dash.
static UnorderedListStyle DISC
          UnorderedListStyle Disc.
static UnorderedListStyle NONE
          None Specified.
static UnorderedListStyle SQUARE
          UnorderedListStyle Square.
 
Constructor Summary
UnorderedListStyle(java.lang.String type, Font font)
          Initializes a new instance of the UnorderedListStyle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final UnorderedListStyle NONE

None Specified.


ASTERISK

public static final UnorderedListStyle ASTERISK

UnorderedListStyle Asterisk.


CIRCLE

public static final UnorderedListStyle CIRCLE

UnorderedListStyle Circle.


DASH

public static final UnorderedListStyle DASH

UnorderedListStyle Dash.


DISC

public static final UnorderedListStyle DISC

UnorderedListStyle Disc.


SQUARE

public static final UnorderedListStyle SQUARE

UnorderedListStyle Square.

Constructor Detail

UnorderedListStyle

public UnorderedListStyle(java.lang.String type,
                          Font font)

Initializes a new instance of the UnorderedListStyle.

Parameters:
type - Customized bullet String .
font - Font of the customized bullet.

DynamicPDF by ceTe Software

API Reference for DynamicPDFTM v4.0.1 for Java generated on October 06, 2006
© Copyright 2006, ceTe Software