Package org.pz.platypus.plugin.pdf.commands

Class Summary
DefUserString handles processing of the definition of a user string (macro).
PdfAlignment Alignment command for PDF plugin
PdfBoldOff Implementation of turning off bold in the PDF plugin
PdfBoldOn Implementation of turning on bold in the PDF plugin
PdfBulletListPlainEnd Implementation of turning on a plain bullet list in the PDF plugin
PdfBulletListPlainStart Implementation of turning on a plain bullet list in the PDF plugin
PdfBulletListPlainStartWithOptions Implementation of turning on a plain bullet list with user-specified options in the PDF plugin
PdfCodeOff End of a code section or code listing
PdfCodeOn Begin a code section or code listing
PdfCodeWithOptions Begin a code section or code listing, with options controlling the line count To be added: - the language for use in syntax highlighting - file location to extract from a source file Status of implementation: TO DO: Currently, line number is hard-coded to a max of three digits.
PdfColumnCount Change the number of columns in a document
PdfColumnWidth Change the width of columns on a page.
PdfDump Dumps various values to the console (for debugging purposes)
PdfEol End of line command (auto-inserted by Platypus at end of input line) for PDF plugin
PdfEolTreatment End of line treatment command for PDF plugin
PdfEoParagraph End of Paragraph for PDF plugin
PdfFface Implementation of fsize (in font family of commands) for PDF plugin
PdfFirstLineIndent Implementation of indentation of the first line of a paragraph for PDF plugin
PdfFooterOff Implementation of turning off the printing of the page footer in the PDF plugin
PdfFooterOn Implementation of turning on the printing of the page footer in the PDF plugin
PdfFsize Implementation of fsize (in font family of commands) for PDF plugin
PdfHardCR Force a hard CR/LF (note: this command does *not* force an end of paragraph) Note that the main token processor in Pdf.Start() will check the token after [].
PdfItalicsOff Implementation of turning off italics in the PDF plugin
PdfItalicsOn Implementation of turning on italics in the PDF plugin
PdfLeading Implementation of changing the size of the leading (space between two baselines of text)
PdfMarginBottom Implementation of changing the size of the bottom margin
PdfMarginLeft Implementation of changing the size of the left margin
PdfMarginRight Implementation of changing the size of the right margin
PdfMarginsMirrored Turns on mirrored margins command for PDF plugin.
PdfMarginTop Implementation of changing the size of the top margin
PdfNewPage Implementation of new page, which skips to the top of the next page (and thereby triggers the processing for end of current page).
PdfNoIndent NewParagraph command for PDF plugin
PdfPageHeight Implementation of changing the height of the page in PDF
PdfPageSize Handle changes in page size when specified as a string ( LETTER, LEGAL, A4, etc.)
PdfPageWidth Implementation of changing the width of the page in PDF
PdfParagraphIndent Implementation of indentation of a full paragraph for PDF plugin Note: this class lends a lot of code to PdfPargraphIndentR.
PdfParagraphIndentRight Implementation of indentation of a full paragraph from the right side for PDF plugin.
PdfParagraphSkip Implementation of Paragraph Skip command for PDF plugin.
PdfPrintVariable Outputs the user string or system variable that appears after the root.
PdfRestoreFormat Restore the previous format from the format stack (thereby, popping it)
PdfSaveFormat Save the current format on a stack
PdfScript Handles script (in Groovy) for PDF plugin
PdfStrikethruOff Implementation of turning off strikethrough in the PDF plugin
PdfStrikethruOn Implementation of turning on strikethrough in the PDF plugin
PdfSymbol This is the command-equivalent that is called by PDF plugin to 'execute' a symbol.
PdfUnderlineOff Implementation of turning off underline in the PDF plugin
PdfUnderlineOn Implementation of turning on underline in the PDF plugin
PdfUrl Prints a URL without any cover text.
PdfUrlWithCoverText Handles processing of URL cover text for PDF.
PdfUrlWithCoverTextEnd Handles processing of URL end command
 



Copyright © 2008-10 Pacific Data Works LLC