PresentationContentAmountType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class PresentationContentAmountType extends System.Enum
Specifies the amount of content included in the generated presentation, influencing both the number of slides and the level of detail per slide.
Fields
Field | Description |
---|---|
Brief | Short and basic content. |
Medium | A moderate amount of content. |
Detailed | The most detailed option with extensive text. |
Brief
public static final int Brief
Short and basic content.
Medium
public static final int Medium
A moderate amount of content.
Detailed
public static final int Detailed
The most detailed option with extensive text.