DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class NoteType

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

public class NoteType
extends java.lang.Object

Specifies a note type.


Field Summary
static NoteType COMMENT
          Represents a note with a comment icon.
static NoteType HELP
          Represents a note with a help icon.
static NoteType INSERT
          Represents a note with an insert icon.
static NoteType KEY
          Represents a note with a key icon.
static NoteType NEW_PARAGRAPH
          Represents a note with a new paragraph icon.
static NoteType NOTE
          Represents a note with a note icon.
static NoteType PARAGRAPH
          Represents a note with a paragraph icon.
 
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

COMMENT

public static final NoteType COMMENT
Represents a note with a comment icon.


HELP

public static final NoteType HELP
Represents a note with a help icon.


INSERT

public static final NoteType INSERT
Represents a note with an insert icon.


KEY

public static final NoteType KEY
Represents a note with a key icon.


NEW_PARAGRAPH

public static final NoteType NEW_PARAGRAPH
Represents a note with a new paragraph icon.


NOTE

public static final NoteType NOTE
Represents a note with a note icon.


PARAGRAPH

public static final NoteType PARAGRAPH
Represents a note with a paragraph icon.

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