|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RtfOutfile | |
---|---|
org.pz.platypus.plugin.rtf |
Uses of RtfOutfile in org.pz.platypus.plugin.rtf |
---|
Fields in org.pz.platypus.plugin.rtf declared as RtfOutfile | |
---|---|
private RtfOutfile |
Start.outfile
|
private RtfOutfile |
RtfData.rtfOutfile
|
Methods in org.pz.platypus.plugin.rtf that return RtfOutfile | |
---|---|
RtfOutfile |
RtfData.getOutfile()
|
Methods in org.pz.platypus.plugin.rtf with parameters of type RtfOutfile | |
---|---|
void |
Start.processInputTokens(GDD gdd,
RtfOutfile outfile)
Where the content of the listing file is written out |
void |
Start.processText(GDD gdd,
Token tok,
RtfOutfile outfile)
Validates that there is text to output and then writes it as a string to the file. |
int |
Start.processToken(GDD gdd,
Token tok,
RtfOutfile outfile,
int tokenNumber)
Processes the individual tokens |
void |
RtfData.setOutfile(RtfOutfile newOutfile)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |