|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectquadbase.reportdesigner.ReportElements.ReportElement
quadbase.reportdesigner.ReportElements.ReportCell
quadbase.reportdesigner.ReportElements.ReportImage
quadbase.reportdesigner.ReportElements.ReportLine
quadbase.reportdesigner.ReportElements.ColumnWrap
public class ColumnWrap
| 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 |
| Fields inherited from class quadbase.reportdesigner.ReportElements.ReportElement |
|---|
bgColor, border, borderColor, CHART, COLUMN, FORMULA, GRID, height, ID_TYPE, IMAGE, isLocked, LABEL, LINE, min_height, min_width, RTFOBJECT, SECTION, securityMap, snap, SORT_X, SORT_Y, SORT_Z, SUBREPORT, TABLE, TABLEOFCONTENTS, visible, vsnap, width, x |
| 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 | |
|---|---|
void |
applyTemplate(ColumnWrap _line)
for internal use only |
void |
copy(ColumnWrap _line)
for internal use only |
void |
copyTemplate(ColumnWrap _line)
for internal use only |
static ColumnWrap |
createColumnWrap(java.io.DataInput in,
int version)
For internal use only. |
static ColumnWrap |
createColumnWrap(org.w3c.dom.Node node,
int version)
For internal use only. |
void |
deepCopy(ColumnWrap _line)
for internal use only |
int |
getWrapCount()
Gets number of times of the columns wrap in a page. |
void |
read(java.io.DataInput in,
int version)
For internal use only. |
void |
readXML(org.w3c.dom.Node node,
int version)
For internal use only. |
void |
setWrapCount(int ct)
Sets the number of times user would like the columns to wrap in the page. |
void |
setY(double yy)
for internal use only |
void |
write(java.io.DataOutput out)
for internal use only |
void |
writeXML(java.io.Writer out,
boolean writeElementTag)
for internal use only |
| 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, getFlashFrameCount, getFlashFrameRate, getImageOption, getImagePath, getImageType, getImageURL, getJPEGQuality, getPdfImageType, getPNGCompression, getRelativePath, getSavedFileLocation, getSavedFileURL, isDBImage, isGIFTransparent, read, setBytes, setBytes, setDBImage, setFlashFrameCount, setFlashFrameRate, setGIFTransparent, setHTMLParameters, setImageOption, setImagePath, setImagePath, setImageType, setImageURL, setImageURL, setJPEGQuality, setPdfImageType, setPNGCompression, setRelativePath, toString, write, writeImageData |
| Methods inherited from class quadbase.reportdesigner.ReportElements.ReportCell |
|---|
applyStyle, applyStyleButNotWH, applyTemplate, applyTemplate, clone, copy, copyTemplate, createCell, createCell, createFormulaObject, createFormulaObjectFromName, createFormulaObjectFromText, deepCopy, equals, formulaReferenced, getColIndex, getColumn, getDataFormat, getEntry, getFormula, getFormulaName, getFormulaObj, getScriptedValue, getSQLType, setColumn, setDataFormat, setEntry, setFormula, setFormulaObj, setScriptedValue, setSQLType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String XMLTAG
| Constructor Detail |
|---|
public ColumnWrap(double x)
| Method Detail |
|---|
public void setWrapCount(int ct)
public int getWrapCount()
public void setY(double yy)
setY in class ReportElementyy - y-coordinate value of the upper left corner of this elementpublic void copy(ColumnWrap _line)
public void deepCopy(ColumnWrap _line)
public void applyTemplate(ColumnWrap _line)
public void copyTemplate(ColumnWrap _line)
public void write(java.io.DataOutput out)
throws java.io.IOException
write in class ReportLinejava.io.IOException
public void writeXML(java.io.Writer out,
boolean writeElementTag)
throws java.io.IOException
writeXML in class ReportLinejava.io.IOException
public static ColumnWrap createColumnWrap(org.w3c.dom.Node node,
int version)
throws java.lang.Exception
java.lang.Exception
public void readXML(org.w3c.dom.Node node,
int version)
throws java.lang.Exception
readXML in class ReportLinejava.lang.Exception
public static ColumnWrap createColumnWrap(java.io.DataInput in,
int version)
throws java.lang.Exception
java.lang.Exception
public void read(java.io.DataInput in,
int version)
throws java.lang.Exception
read in class ReportLinejava.lang.Exception
|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||