Serializable, Comparable<SpreadsheetLoadOptions.PrintCommentsEnum>public static enum SpreadsheetLoadOptions.PrintCommentsEnum extends Enum<SpreadsheetLoadOptions.PrintCommentsEnum>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SpreadsheetLoadOptions.PrintCommentsEnum.Adapter |
| Enum Constant | Description |
|---|---|
PRINTINPLACE |
|
PRINTNOCOMMENTS |
|
PRINTSHEETEND |
|
PRINTWITHTHREADEDCOMMENTS |
| Modifier and Type | Method | Description |
|---|---|---|
static SpreadsheetLoadOptions.PrintCommentsEnum |
fromValue(String text) |
|
String |
getValue() |
|
String |
toString() |
|
static SpreadsheetLoadOptions.PrintCommentsEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SpreadsheetLoadOptions.PrintCommentsEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpreadsheetLoadOptions.PrintCommentsEnum PRINTINPLACE
public static final SpreadsheetLoadOptions.PrintCommentsEnum PRINTNOCOMMENTS
public static final SpreadsheetLoadOptions.PrintCommentsEnum PRINTSHEETEND
public static final SpreadsheetLoadOptions.PrintCommentsEnum PRINTWITHTHREADEDCOMMENTS
public static SpreadsheetLoadOptions.PrintCommentsEnum[] values()
for (SpreadsheetLoadOptions.PrintCommentsEnum c : SpreadsheetLoadOptions.PrintCommentsEnum.values()) System.out.println(c);
public static SpreadsheetLoadOptions.PrintCommentsEnum 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<SpreadsheetLoadOptions.PrintCommentsEnum>public static SpreadsheetLoadOptions.PrintCommentsEnum fromValue(String text)
Copyright © 2025. All rights reserved.