public static enum PptxExportOptions.Zip64ModeEnum extends Enum<PptxExportOptions.Zip64ModeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
PptxExportOptions.Zip64ModeEnum.Adapter |
| Enum Constant and Description |
|---|
ALWAYS |
IFNECESSARY |
NEVER |
| Modifier and Type | Method and Description |
|---|---|
static PptxExportOptions.Zip64ModeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static PptxExportOptions.Zip64ModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PptxExportOptions.Zip64ModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PptxExportOptions.Zip64ModeEnum NEVER
public static final PptxExportOptions.Zip64ModeEnum IFNECESSARY
public static final PptxExportOptions.Zip64ModeEnum ALWAYS
public static PptxExportOptions.Zip64ModeEnum[] values()
for (PptxExportOptions.Zip64ModeEnum c : PptxExportOptions.Zip64ModeEnum.values()) System.out.println(c);
public static PptxExportOptions.Zip64ModeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<PptxExportOptions.Zip64ModeEnum>public static PptxExportOptions.Zip64ModeEnum fromValue(String text)
Copyright © 2025. All rights reserved.