org.pz.platypus.interfaces
Interface IOutputContext
- All Known Implementing Classes:
- DocData, HtmlData, PdfData, RtfData
public interface IOutputContext
Interface for Output context info--the class that holds all the output settings for a given plugin.
This is referred to in all commands, and in PDF commands, for example, generally called pdd.
- Author:
- alb
getGdd
GDD getGdd()
inCodeSection
boolean inCodeSection()
setLineNumberLast
void setLineNumberLast(int lineNum,
Source s)
setLineNumberSkip
void setLineNumberSkip(int skipSize,
Source s)
Copyright © 2008-10 Pacific Data Works LLC