com.aspose.slides
Class Enumerate

java.lang.Object
  extended by com.aspose.slides.Enumerate
Direct Known Subclasses:
AnimBehaviorAccumulateTypeEx, AnimBehaviorAdditiveTypeEx, AnimColorDirectionEx, AnimColorSpaceEx, AnimEffectFillTypeEx, AnimEffectPresetClassTypeEx, AnimEffectRestartTypeEx, AnimEffectSubtypeEx, AnimEffectTriggerTypeEx, AnimEffectTypeEx, AnimFilterEffectRevealTypeEx, AnimFilterEffectSubtypeEx, AnimFilterEffectTypeEx, AnimMotionCommandPathTypeEx, AnimMotionOriginTypeEx, AnimMotionPathEditModeEx, AnimMotionPathPointsTypeEx, AnimPropertyCalcModeTypeEx, AnimPropertyTypeEx, AnimPropertyValueTypeEx, AudioPlayModePresetEx, AudioVolumeModeEx, AutoShapeTypeEx, BackgroundTypeEx, BevelColorModeEx, BevelPresetTypeEx, BlackWhiteModeEx, BulletTypeEx, CameraPresetTypeEx, ColorSchemeIndexEx, ColorTransformOperationEx, ColorTypeEx, DrawingControlDecisionEx, FillBlendModeEx, FillTypeEx, FontAlignmentEx, FontCollectionIndexEx, GeometryGuideOperationEx, GradientDirectionEx, GradientShapeEx, GradientStyleEx, ImageTransformOperationTypeEx, LightingDirectionEx, LightRigPresetTypeEx, LineAlignmentEx, LineArrowheadLengthEx, LineArrowheadStyleEx, LineArrowheadWidthEx, LineCapStyleEx, LineDashStyleEx, LineJoinStyle, LineJoinStyleEx, LineStyleEx, MaterialPresetTypeEx, NullableBool, NumberedBulletStyleEx, OrientationEx, PathCommandEx, PathFillModeEx, PatternStyleEx, PictureFillModeEx, PlaceholderSizeEx, PlaceholderTypeEx, PresetColorEx, PresetShadowTypeEx, RectangleAlignmentEx, SaveFormat, SchemeColorEx, ShapeTypeEx, SlideLayoutTypeEx, SlideOrienationEx, SlideShowTransitionTypeEx, SlideSizeTypeEx, SystemColorEx, TabAlignmentEx, TableStylePresetEx, TextAlignmentEx, TextAnchoringTypeEx, TextAnchorTypeEx, TextAutofitTypeEx, TextCapTypeEx, TextHorizontalOverflowTypeEx, TextShapeTypeEx, TextStrikethroughTypeEx, TextUnderlineTypeEx, TextVerticalOverflowTypeEx, TextVerticalTypeEx, TileFlipEx, TransitionCornerDirectionTypeEx, TransitionDirectionTypeEx, TransitionEightDirectionTypeEx, TransitionInOutDirectionTypeEx, TransitionSideDirectionTypeEx, TransitionSoundModeEx, TransitionSpeedEx, VideoPlayModePresetEx, ZOrderCmdEx

public abstract class Enumerate
extends java.lang.Object

Abstract enumeration class.


Method Summary
 int getId()
          Returns integer value of an enumeration.
 java.lang.String getName()
          Returns text representation of an enumeration.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public int getId()
Returns integer value of an enumeration.


getName

public java.lang.String getName()
Returns text representation of an enumeration.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object