net.sf.sdedit.config
Interface PrintConfiguration

All Superinterfaces:
DataObject

public interface PrintConfiguration
extends DataObject


Field Summary
static String EXPORT
           
static String EXPORT_AND_PRINT
           
static String PIPE
           
 
Method Summary
 String getAction()
           
 String getCommand()
           
 File getExportFile()
           
 String getFormat()
           
 String getOrientation()
           
 boolean isCenterHorizontally()
           
 boolean isCenterVertically()
           
 boolean isEraseExportFile()
           
 boolean isFitToPage()
           
 boolean isMultipage()
           
 boolean isRepeatHeads()
           
 void setAction(String command)
           
 void setCenterHorizontally(boolean centerHorizontally)
           
 void setCenterVertically(boolean centerVertically)
           
 void setCommand(String command)
           
 void setEraseExportFile(boolean eraseExportFile)
           
 void setExportFile(File exportFile)
           
 void setFitToPage(boolean fitToPage)
           
 void setFormat(String format)
           
 void setMultipage(boolean multipage)
           
 void setOrientation(String orientation)
           
 void setRepeatHeads(boolean repeatHeads)
           
 

Field Detail

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
Method Detail

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.