|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.exportoptions.ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption
public static final class ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption
This class is used to specify the export sections options of a report.
NOTE:
export
and doNotExport
options can be set for the report sections
(the report header and the page header) and for the group sections (the group headers).
exportIsolated
option is set for the report sections, the report and page headers
will be exported in their own records at the beginning of the file, and the report and page footers
will be exported in their own records at the end of the file. When this option is set for the
group sections, the group headers will be exported in their own records at the beginning of each group
and the group footers will be exported in their own records at the end of each group. This will eliminate
the repetition of header and footer data with each exported record.
Field Summary | |
---|---|
static int |
_doNotExport
Option as do not export the specified sections of the report. |
static int |
_export
Option as export the specified sections of the report. |
static int |
_exportIsolated
Option as export isolated. |
static ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption |
doNotExport
An ExportSectionsOption object that specifies not to export the specified sections of the report. |
static ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption |
export
An ExportSectionsOption object that specifies to export the specified sections of the report. |
static ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption |
exportIsolated
An ExportSectionsOption object that specifies to export isolated. |
Constructor Summary | |
---|---|
ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption(int _value)
|
Method Summary | |
---|---|
static ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption |
from_int(int i)
Returns a ExportSectionsOption object corresponding to the specified int . |
static ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption |
from_string(java.lang.String sVal)
Returns a ExportSectionsOption object corresponding to the specified String . |
java.lang.String |
toString()
Returns the String value of this ExportSectionsOption object. |
int |
value()
Returns the value of this ExportSectionsOption object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _export
Option as export the specified sections of the report.
public static final int _exportIsolated
Option as export isolated.
public static final int _doNotExport
Option as do not export the specified sections of the report.
public static final ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption export
An ExportSectionsOption
object that specifies to export the specified sections of the report.
public static final ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption exportIsolated
An ExportSectionsOption
object that specifies to export isolated.
public static final ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption doNotExport
An ExportSectionsOption
object that specifies not to export the specified sections of the report.
Constructor Detail |
---|
public ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption(int _value)
Method Detail |
---|
public static final ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption from_int(int i)
Returns a ExportSectionsOption
object corresponding to the specified int
.
i
- The int
value of the ExportSectionsOption
object to be returned.
ExportSectionsOption
object corresponding to the specified int
.public static final ICharacterSeparatedValuesExportFormatOptions.ExportSectionsOption from_string(java.lang.String sVal)
Returns a ExportSectionsOption
object corresponding to the specified String
.
sVal
- The value of the ExportSectionsOption
object to be returned.
ExportSectionsOption
object corresponding to the specified String
.public java.lang.String toString()
Returns the String
value of this ExportSectionsOption
object. This String
specifies which export sections option is used when this document is exported.
toString
in class java.lang.Object
String
that specifies which export sections option is used when this document is exported.public int value()
Returns the value of this ExportSectionsOption
object.
This value specifies which export sections option is used when this document is exported.
int
that specifies the value of this ExportSectionsOption
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |