Package quadbase.reportdesigner.util
Class HTMLBlock
java.lang.Object
quadbase.reportdesigner.util.HTMLBlock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final StringgetCurrentFileName(int cPage, int tPage, String prefix) Helper method for generating the current file name of a multi-page exportstatic final StringgetFirstFileName(String prefix) Helper method for generating the first file name of a multi-page exportintGet the height of this block.static final StringgetLastFileName(String prefix) Helper method for generating the last file name of a multi-page exportstatic final StringgetNextFileName(int cPage, int tPage, String prefix) Helper method for generating the next file name of a multi-page exportstatic final StringgetPreviousFileName(int cPage, int tPage, String prefix) Helper method for generating the previous file name of a multi-page exportgetText()Get the HTML/DHTML text that should be written in this block.voidsetHeight(int height) Set the height of this block.void
-
Constructor Details
-
HTMLBlock
-
-
Method Details
-
setText
-
getText
Get the HTML/DHTML text that should be written in this block. -
setHeight
public void setHeight(int height) Set the height of this block.- Parameters:
height- Height of this block specified in pixels.
-
getHeight
public int getHeight()Get the height of this block. This method is only used by DHTML export because absolute position is used and a fixed space must be allocated for the block. -
getFirstFileName
Helper method for generating the first file name of a multi-page export -
getPreviousFileName
Helper method for generating the previous file name of a multi-page export -
getCurrentFileName
Helper method for generating the current file name of a multi-page export -
getNextFileName
Helper method for generating the next file name of a multi-page export -
getLastFileName
Helper method for generating the last file name of a multi-page export
-