com.stimulsoft.report.export.tools
Enum StiExcelType

java.lang.Object
  extended by java.lang.Enum<StiExcelType>
      extended by com.stimulsoft.report.export.tools.StiExcelType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<StiExcelType>

public enum StiExcelType
extends java.lang.Enum<StiExcelType>

Copyright Stimulsoft


Enum Constant Summary
Excel2007
          Excel format starts from Office 2007.
ExcelBinary
          Excel format from Office 97 to Office 2003.
ExcelXml
          Xml Excel format starts from Office 2003.
 
Method Summary
static StiExcelType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiExcelType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ExcelBinary

public static final StiExcelType ExcelBinary
Excel format from Office 97 to Office 2003.


ExcelXml

public static final StiExcelType ExcelXml
Xml Excel format starts from Office 2003.


Excel2007

public static final StiExcelType Excel2007
Excel format starts from Office 2007.

Method Detail

values

public static StiExcelType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (StiExcelType c : StiExcelType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static StiExcelType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2018 Stimulsoft. All Rights Reserved.