|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HtmlData | |
---|---|
org.pz.platypus.plugin.html |
Uses of HtmlData in org.pz.platypus.plugin.html |
---|
Fields in org.pz.platypus.plugin.html declared as HtmlData | |
---|---|
private HtmlData |
Start.htmlData
contains state data for the pdf file |
(package private) HtmlData |
HtmlOutfile.htmlData
the HTML data structure |
private HtmlData |
HtmlFont.pdfData
|
Methods in org.pz.platypus.plugin.html with parameters of type HtmlData | |
---|---|
(package private) float |
HtmlColumns.calculateColumnWidth(float textWidth,
int cols,
HtmlData pdf)
|
int |
HtmlColumns.createColumns(int newCount,
float verticalSkip,
HtmlData pdf)
Sets the number of columns. |
void |
HtmlOutfile.open(GDD gdd,
java.lang.String filename,
HtmlData htmlData)
Open the output file. |
(package private) void |
Start.processCommand(Token tok,
HtmlData htmlData,
int tokNum)
Principal method for implementing command tokens |
(package private) void |
Start.processSymbol(GDD gdd,
java.lang.String filename,
Token tok,
int tokNum,
HtmlData pdd)
Process a symbol or foreign character |
void |
Start.processTokens(GDD gdd,
HtmlData htmlData,
java.lang.String outfileName)
Where the token stream is translated into text and actions. |
void |
HtmlOutfile.setHtmlData(HtmlData htmlData)
|
int |
HtmlColumns.startColumnsAtTop(HtmlData pdf)
If we changed column count in the middle of a page, then the columns at the bottom half of the page will be partial height. |
Constructors in org.pz.platypus.plugin.html with parameters of type HtmlData | |
---|---|
HtmlColumn(float colWidth,
float colGutterWidth,
float colVertSkip,
HtmlData pdf)
constructor for when we need to specify column size exactly |
|
HtmlColumns(HtmlData pdf)
Create an arrayList of default number of columns with no preceding vertical space |
|
HtmlColumns(int howMany,
float verticalSkip,
HtmlData pdf)
|
|
HtmlFont(HtmlData pdfData)
|
|
HtmlFooter(HtmlData pdfData)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |