Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static PptxExportOptions.ConformanceEnum |
PptxExportOptions.ConformanceEnum.fromValue(String text) |
PptxExportOptions.ConformanceEnum |
PptxExportOptions.getConformance()
The conformance class to which the PresentationML document conforms.
|
PptxExportOptions.ConformanceEnum |
PptxExportOptions.ConformanceEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static PptxExportOptions.ConformanceEnum |
PptxExportOptions.ConformanceEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PptxExportOptions.ConformanceEnum[] |
PptxExportOptions.ConformanceEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PptxExportOptions |
PptxExportOptions.conformance(PptxExportOptions.ConformanceEnum conformance) |
void |
PptxExportOptions.setConformance(PptxExportOptions.ConformanceEnum conformance) |
void |
PptxExportOptions.ConformanceEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PptxExportOptions.ConformanceEnum enumeration) |
Copyright © 2022. All rights reserved.