Conformance
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class Conformance extends System.Enum
Specifies the conformance class to which the PresentationML document conforms.
Fields
Field | Description |
---|---|
Ecma376_2006 | Specifies that the document conforms to the ECMA376:2006. |
Iso29500_2008_Transitional | Specifies that the document conforms to the ISO/IEC 29500:2008 Transitional conformance class. |
Iso29500_2008_Strict | Specifies that the document conforms to the ISO/IEC 29500:2008 Strict conformance class. |
Ecma376_2006
public static final int Ecma376_2006
Specifies that the document conforms to the ECMA376:2006.
Iso29500_2008_Transitional
public static final int Iso29500_2008_Transitional
Specifies that the document conforms to the ISO/IEC 29500:2008 Transitional conformance class.
Iso29500_2008_Strict
public static final int Iso29500_2008_Strict
Specifies that the document conforms to the ISO/IEC 29500:2008 Strict conformance class.