EspressReport
v 6.0

quadbase.reportdesigner.ReportElements
Class ColumnWrap

quadbase.reportdesigner.ReportElements.ReportImage
  |
  +--quadbase.reportdesigner.ReportElements.ReportLine
        |
        +--quadbase.reportdesigner.ReportElements.ColumnWrap
All Implemented Interfaces:
java.io.Serializable

public class ColumnWrap
extends ReportLine

See Also:
Serialized Form

Field Summary
static java.lang.String XMLTAG
           
 
Fields inherited from class quadbase.reportdesigner.ReportElements.ReportLine
DASH, DOUBLE, isVertical, SOLID
 
Fields inherited from class quadbase.reportdesigner.ReportElements.ReportImage
CENTER, DBImageDir, FIT, TILE
 
Constructor Summary
ColumnWrap(double x)
          Rather than have the data take up only a portion of the page width, and extend over multiple pages in length, user can wrap the columns so that they will continue to the right of the original columns on the first page of the report
 
Method Summary
 int getWrapCount()
          Gets number of times of the columns wrap in a page.
 void setWrapCount(int ct)
          Sets the number of times user would like the columns to wrap in the page.
 
Methods inherited from class quadbase.reportdesigner.ReportElements.ReportLine
applyTemplate, applyTemplate, copy, copyTemplate, createLine, createLine, deepCopy, getBorder, getHeadNode, getLineStyle, getPreviousID, isCrossSection, isMatchColumnWidths, isVertical, next, previous, resize, setBgColor, setBorder, setBorderColor, setHeight, setLineStyle, setLocked, setMatchColumnWidths, setNext, setNextLine, setPrevious, setPreviousID, setVertical, setWidth, setX
 
Methods inherited from class quadbase.reportdesigner.ReportElements.ReportImage
applyTemplate, applyTemplate, copy, copyTemplate, createImage, createImage, createImage, createReportImage, deepCopy, equals, getBytes, getImageOption, getImagePath, getImageType, getImageURL, getJPEGQuality, getPdfImageType, getPNGCompression, getRelativePath, getSavedFileLocation, getSavedFileURL, isDBImage, isGIFTransparent, read, setBytes, setBytes, setDBImage, setGIFTransparent, setHTMLParameters, setImageOption, setImagePath, setImagePath, setImageType, setImageURL, setImageURL, setJPEGQuality, setPdfImageType, setPNGCompression, setRelativePath, toString, write, writeImageData
 

Field Detail

XMLTAG

public static final java.lang.String XMLTAG
Constructor Detail

ColumnWrap

public ColumnWrap(double x)
Rather than have the data take up only a portion of the page width, and extend over multiple pages in length, user can wrap the columns so that they will continue to the right of the original columns on the first page of the report
Method Detail

setWrapCount

public void setWrapCount(int ct)
Sets the number of times user would like the columns to wrap in the page. Setting ct to "-1" will cause the wrapping to occur as many times as can fit within the page width.

getWrapCount

public int getWrapCount()
Gets number of times of the columns wrap in a page.

EspressReport
v 6.0