VKRep
Class TReportVertical

java.lang.Object
  |
  +--VKRep.TReportAbstract
        |
        +--VKRep.TReportVertical
All Implemented Interfaces:
java.lang.Runnable, java.io.Serializable
Direct Known Subclasses:
TWordReport, TXLS4ReportVertical

public abstract class TReportVertical
extends TReportAbstract

Title: class TReportVertical

Description: The base class for all Vertical generator reports.

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
Vlad Karpov
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class VKRep.TReportAbstract
TReportAbstract.BOutStream, TReportAbstract.TBiffRec, TReportAbstract.TBiffRecHeader, TReportAbstract.TSection
 
Field Summary
 
Fields inherited from class VKRep.TReportAbstract
blankInputStream, BODY, BOutStreamA, BOutStreamB, charByName, charByNum, FILE_FOOTER, FILE_HEADER, GROUP_FOOTER, GROUP_HEADER, inputBlank, inputBuffer, LAST_DYN_SECTION, lastDynSection, listener, MAX_LABEL_NAME_LEGTH, MAX_SECTION_NUM, offsetXLSInput, outCase, outputBuffer, outputBufferCount, outputReport, realInputBlankLength, REPORT_FOOTER, REPORT_HEADER, reportOutStream, REQUEST_DATA_BY_NAME_SYMBOL, REQUEST_DATA_BY_NUM_SYMBOL, rptEvent, RTF_SECTION_BEGIN_BREAKED, RTF_SECTION_END_BREAKED, sections, STREAM_BUFFER_SIZE, streamBufferSize, SUBGROUP_FOOTER, SUBGROUP_HEADER, SUBSUBGROUP_FOOTER, SUBSUBGROUP_HEADER, SUPERSUBGROUP_FOOTER, SUPERSUBGROUP_HEADER, XLSBlank, XLSBool, XLSCOL, XLSDimension, XLSLabel, XLSNumber, XLSRK, XLSRow
 
Constructor Summary
TReportVertical()
           
 
Methods inherited from class VKRep.TReportAbstract
addVKRepListener, ass2Number, byteAsShort, clearSections, clearVars, closeInputStream, closeOutBuffer, closeOutputStream, doDataRequest, doEndReport, doMoveNext, doMoveTop, doReportError, doRequestByName, doRequestByNum, doSectionBegin, doSectionCheck, doSectionComplete, doSectionEnd, doSectionPrepare, doStartReport, execute, exp2, fireDataRequest, fireEndReport, fireMoveNext, fireMoveTop, fireReportError, fireRequestByName, fireRequestByNum, fireSectionBegin, fireSectionCheck, fireSectionComplete, fireSectionEnd, fireSectionPrepare, fireStartReport, flushOutBuffer, getBlankInputStream, getBytes, getCharByName, getCharByNum, getInputBlank, getInt, getListener, getLong, getOutputReport, getReportOutStream, getShort, getShort, getStreamBufferSize, isInt, openInputStream, openOutputStream, outByte, outBytes, outBytes, outDouble, outInteger, outSection, outSection, outSectionInternal, outShort, outShorts, outSpecial, outVariant, outXLSDouble, prepareFileFooter, prepareFileHeader, prepareSection, prepareSectionInternal, removeAllBlanks, removeVKRepListener, run, setBlankInputStream, setCharByName, setCharByNum, setInputBlank, setListener, setOutputReport, setReportOutStream, setShort, setStreamBufferSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TReportVertical

public TReportVertical()