|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
inetsoft.sree.soap.FormatType
public final class FormatType
Enumeration of the types of formats that are supported.
| Field Summary | |
|---|---|
static FormatType |
CSV
Comma separated report tables. |
static FormatType |
EXCEL
Excel output match layout. |
static FormatType |
EXCEL_DATA
Excel output for data editing. |
static FormatType |
EXCEL_SHEET
Excel output with no pagination. |
static FormatType |
GENERATED_REPORT
Generated report output. |
static FormatType |
HTML
HTML output. |
static FormatType |
HTML_BUNDLE
HTML output bundled in a zip file. |
static FormatType |
HTML_BUNDLE_NO_PAGINATION
HTML output bundled in a zip file with no page breaks. |
static FormatType |
PDF
Portable Document Format (PDF) output. |
static FormatType |
POSTSCRIPT
Postscript output. |
static FormatType |
REPORT
Report XML format. |
static FormatType |
RTF
Rich Text Format (RTF) output. |
static FormatType |
RTF_LAYOUT
Rich Text Format (RTF) output. |
static FormatType |
SVG
SVG output. |
static FormatType |
TEMPLATE
Report template format. |
static FormatType |
TEXT
Pure text output. |
static FormatType |
XML
XML data. |
| Method Summary | |
|---|---|
int |
getBuilderConstant()
Gets the constant in Builder that corresponds to this type. |
static FormatType |
valueOf(int builderConstant)
Gets the format type for the specified BuilderConstant. |
static FormatType |
valueOf(String name)
|
static FormatType[] |
values()
|
| 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 |
| Field Detail |
|---|
public static final FormatType CSV
Builder.CSVpublic static final FormatType HTML
Builder.HTMLpublic static final FormatType HTML_BUNDLE
Builder.HTML_BUNDLEpublic static final FormatType HTML_BUNDLE_NO_PAGINATION
Builder.HTML_BUNDLE_NO_PAGINATIONpublic static final FormatType REPORT
Builder.REPORTpublic static final FormatType RTF
Builder.RTFpublic static final FormatType TEXT
Builder.TEXTpublic static final FormatType RTF_LAYOUT
Builder.RTF_LAYOUTpublic static final FormatType SVG
Builder.SVGpublic static final FormatType TEMPLATE
Builder.TEMPLATEpublic static final FormatType PDF
Builder.PDFpublic static final FormatType GENERATED_REPORT
Builder.GENERATED_REPORTpublic static final FormatType POSTSCRIPT
Builder.POSTSCRIPTpublic static final FormatType EXCEL_DATA
Builder.EXCEL_DATApublic static final FormatType EXCEL_SHEET
Builder.EXCEL_SHEETpublic static final FormatType EXCEL
Builder.EXCELpublic static final FormatType XML
Builder.XML| Method Detail |
|---|
public static FormatType[] values()
public static FormatType valueOf(String name)
public final int getBuilderConstant()
public static FormatType valueOf(int builderConstant)
builderConstant - the builder constant.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||