aspose.pdf
Class EnumerationBase

java.lang.Object
  extended by aspose.pdf.EnumerationBase
Direct Known Subclasses:
AlignmentType, AttachmentType, BorderSide, BorderStyle, BorderType, BoxHorizontalAlignmentType, BoxHorizontalPositioningType, BoxVerticalAlignmentType, BoxVerticalPositioningType, CcittSubFormat, ColorSpaceType, ColumnAdjustmentType, CombinationStyle, DestinationType, EncryptionType, EndNotePositioningType, FileIconType, FormFieldType, GutterPlacementType, HeaderFooterType, HeadingType, HyperlinkType, IconType, ImageCompressionType, ImageFileType, ImageOpenType, ImageReferenceType, LinkActionType, ListType, MenuItemType, NoteIconType, NoteWindowPositioningType, NumberingContinuationType, NumberingFormatType, OpenType, PageNumberFormatType, PageTransitionType, PdfConformance, PositioningType, RenderingMode, SaveType, TabAlignmentType, TabLeaderType, VerticalAlignmentType, VerticalTextRotationType

public class EnumerationBase
extends java.lang.Object

EnumerationBase is base class of all enumeration type.


Constructor Summary
EnumerationBase()
           
 
Method Summary
 int getValue()
          Get an int value .
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumerationBase

public EnumerationBase()
Method Detail

getValue

public int getValue()
Get an int value .

Returns:
The int value.