public static enum OnlyofficeLiveEditHelper.OnlyofficeFileType extends Enum<OnlyofficeLiveEditHelper.OnlyofficeFileType>
| Enum Constant and Description |
|---|
Presentation |
Spreadsheet |
Text |
| Modifier and Type | Method and Description |
|---|---|
static OnlyofficeLiveEditHelper.OnlyofficeFileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnlyofficeLiveEditHelper.OnlyofficeFileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OnlyofficeLiveEditHelper.OnlyofficeFileType Text
public static final OnlyofficeLiveEditHelper.OnlyofficeFileType Spreadsheet
public static final OnlyofficeLiveEditHelper.OnlyofficeFileType Presentation
public static OnlyofficeLiveEditHelper.OnlyofficeFileType[] values()
for (OnlyofficeLiveEditHelper.OnlyofficeFileType c : OnlyofficeLiveEditHelper.OnlyofficeFileType.values()) System.out.println(c);
public static OnlyofficeLiveEditHelper.OnlyofficeFileType 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 nullCopyright © 2019. All rights reserved.