com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class Conformance

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.slides.Conformance


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

    Specifies the conformance class to which the PresentationML document conforms.

    • 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 Ecma376_2006
      Specifies that the document conforms to the ECMA376:2006.
      static int Iso29500_2008_Strict
      Specifies that the document conforms to the ISO/IEC 29500:2008 Strict conformance class.
      static int Iso29500_2008_Transitional
      Specifies that the document conforms to the ISO/IEC 29500:2008 Transitional conformance class.
      • 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, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Ecma376_2006

        public static final int Ecma376_2006

        Specifies that the document conforms to the ECMA376:2006.

        See Also:
        Constant Field Values
      • Iso29500_2008_Transitional

        public static final int Iso29500_2008_Transitional

        Specifies that the document conforms to the ISO/IEC 29500:2008 Transitional conformance class.

        See Also:
        Constant Field Values
      • Iso29500_2008_Strict

        public static final int Iso29500_2008_Strict

        Specifies that the document conforms to the ISO/IEC 29500:2008 Strict conformance class.

        See Also:
        Constant Field Values