Packages

 

com.aspose.cad.fileformats.dwf.whip

Class MaterializeStage

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.cad.fileformats.dwf.whip.MaterializeStage


  • public final class MaterializeStage
    extends com.aspose.ms.System.Enum

    Represents materialization stage

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int EatingEndWhitespace
      Eating end whitespace
      static int EatingInitialWhitespace
      Eating initial whitespace
      static int GatheringString
      Gathering String
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
    • Field Detail

      • EatingInitialWhitespace

        public static final int EatingInitialWhitespace

        Eating initial whitespace

        See Also:
        Constant Field Values
      • GatheringString

        public static final int GatheringString

        Gathering String

        See Also:
        Constant Field Values
      • EatingEndWhitespace

        public static final int EatingEndWhitespace

        Eating end whitespace

        See Also:
        Constant Field Values