net.sf.sdedit.config
Interface PrintConfiguration
- All Superinterfaces:
- DataObject
public interface PrintConfiguration
- extends DataObject
EXPORT
static final String EXPORT
- See Also:
- Constant Field Values
EXPORT_AND_PRINT
static final String EXPORT_AND_PRINT
- See Also:
- Constant Field Values
PIPE
static final String PIPE
- See Also:
- Constant Field Values
getAction
String getAction()
setAction
void setAction(String command)
getExportFile
File getExportFile()
setExportFile
void setExportFile(File exportFile)
isEraseExportFile
boolean isEraseExportFile()
setEraseExportFile
void setEraseExportFile(boolean eraseExportFile)
getCommand
String getCommand()
setCommand
void setCommand(String command)
getFormat
String getFormat()
setFormat
void setFormat(String format)
getOrientation
String getOrientation()
setOrientation
void setOrientation(String orientation)
isMultipage
boolean isMultipage()
setMultipage
void setMultipage(boolean multipage)
isRepeatHeads
boolean isRepeatHeads()
setRepeatHeads
void setRepeatHeads(boolean repeatHeads)
isCenterVertically
boolean isCenterVertically()
setCenterVertically
void setCenterVertically(boolean centerVertically)
isCenterHorizontally
boolean isCenterHorizontally()
setCenterHorizontally
void setCenterHorizontally(boolean centerHorizontally)
isFitToPage
boolean isFitToPage()
setFitToPage
void setFitToPage(boolean fitToPage)
Copyright © 2011. All Rights Reserved.