Package com.grapecity.documents.excel
Enum Class ImportFlags
- All Implemented Interfaces:
Serializable,Comparable<ImportFlags>,Constable
Options for reading data
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRead the conditional formattings.Read only the data from worksheetRead the data Validations.Read only the data and formula from worksheetRead the merge cells.Read the pivot tables.Read all the shapes.Read the styles.Read the tables. -
Method Summary
Modifier and TypeMethodDescriptionstatic ImportFlagsReturns the enum constant of this class with the specified name.static ImportFlags[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Data
Read only the data from worksheet -
Formulas
Read only the data and formula from worksheet -
Table
Read the tables. -
MergeArea
Read the merge cells. -
Style
Read the styles. -
ConditionalFormatting
Read the conditional formattings. -
DataValidation
Read the data Validations. -
PivotTable
Read the pivot tables. -
Shapes
Read all the shapes.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-