VKRep
Class TReportHorizontal

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

public abstract class TReportHorizontal
extends TReportAbstract

Title: class TReportHorizontal

Description: The base class for all Horizontal 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
TReportHorizontal()
           
 
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

TReportHorizontal

public TReportHorizontal()