|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--VKRep.TReportAbstract.TSection
Title: Class TSection represents VK Reports Section.
Description: The object of this class full describe one report section (verticaly or horizontaly).
Copyright: Copyright (c) 2003
Company:
Field Summary | |
int |
colsCount
How many columns keep section. |
java.util.Vector |
contents
The array of BIFF (TBiffRec objects) records which consists of section. |
int |
rowsCount
How many rows keep section. |
int |
sectionLength
For txt, HTML, RTF report this variable define length section in bytes. |
java.lang.String |
sectionName
Name of section. |
int |
sectionNum
Number of section. 0 - 12 default section number, and your own defined since 13. |
int |
sectionStartPosition
For txt, HTML, RTF report this variable define offset in blank file of start section. |
boolean |
sectionUsed
Before make report VK Reports generator parse blank and define for each default section used it in report or not. |
int[] |
widths
Not used |
Constructor Summary | |
TReportAbstract.TSection()
Constructor. |
Method Summary | |
void |
clear()
Clean up section object for repeat use. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String sectionName
Section Names for VK Reports | For txt, HTML | For RTF | For XLS4 vertical | For XLS4 horisontal |
FILE HEADER | - | - | - | - |
REPORT HEADER | \lquote REPORT HEADER\rquote | 'REPORT HEADER' | REPORTHEADER | H_REPORTHEADER |
GROUP HEADER | \lquote GROUP HEADER\rquote | 'GROUP HEADER' | GROUPHEADER | H_GROUP HEADER |
SUBGROUP HEADER | \lquote SUBGROUP HEADER\rquote | 'SUBGROUP HEADER' | SUBGROUPHEADER | H_SUBGROUPHEADER |
SUBSUBGROUP HEADER | \lquote SUBSUBGROUP HEADER\rquote | 'SUBSUBGROUP HEADER' | SUBSUBGROUPHEADER | H_SUBSUBGROUPHEADER |
SUPERSUBGROUP HEADER | \lquote SUPERSUBGROUP HEADER\rquote | 'SUPERSUBGROUP HEADER' | SUPERSUBGROUPHEADER | H_SUPERSUBGROUPHEADER |
BODY | \lquote BODY\rquote | 'BODY' | BODY | H_BODY |
SUPERSUBGROUP FOOTER | \lquote SUPERSUBGROUP FOOTER\rquote | 'SUPERSUBGROUP FOOTER' | SUPERSUBGROUPFOOTER | H_SUPERSUBGROUPFOOTER |
SUBSUBGROUP FOOTER | \lquote SUBSUBGROUP FOOTER\rquote | 'SUBSUBGROUP FOOTER' | SUBSUBGROUPFOOTER | H_SUBSUBGROUPFOOTER |
SUBGROUP FOOTER | \lquote SUBGROUP FOOTER\rquote | 'SUBGROUPFOOTER' | SUBGROUPFOOTER | H_SUBGROUPFOOTER |
GROUP FOOTER | \lquote GROUP FOOTER\rquote | 'GROUP FOOTER' | GROUPFOOTER | H_GROUPFOOTER |
REPORT FOOTER | \lquote REPORT FOOTER\rquote | 'REPORT FOOTER' | REPORTFOOTER | H_REPORTFOOTER |
FILE FOOTER | - | - | - | - |
public int sectionNum
public int sectionStartPosition
public int sectionLength
public boolean sectionUsed
public java.util.Vector contents
public int rowsCount
public int colsCount
public int[] widths
Constructor Detail |
public TReportAbstract.TSection()
Method Detail |
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |