Package com._1c.g5.v8.dt.moxel
Interface PrintSettings
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PrintSettingsImpl
public interface PrintSettings extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Print Settings'.The following features are supported:
- See Also:
MoxelPackage.getPrintSettings()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBottomMargin()
Returns the value of the 'Bottom Margin' attribute.int
getCopies()
Returns the value of the 'Copies' attribute.DuplexPrintingType
getDuplexType()
Returns the value of the 'Duplex Type' attribute.int
getFirstPageNumber()
Returns the value of the 'First Page Number' attribute.int
getFooterSize()
Returns the value of the 'Footer Size' attribute.int
getHeaderSize()
Returns the value of the 'Header Size' attribute.int
getLeftMargin()
Returns the value of the 'Left Margin' attribute.float
getPageHeight()
Returns the value of the 'Page Height' attribute.PageOrientation
getPageOrientation()
Returns the value of the 'Page Orientation' attribute.PagePlacementAlternation
getPagePlacementAlternation()
Returns the value of the 'Page Placement Alternation' attribute.String
getPageSize()
Returns the value of the 'Page Size' attribute.float
getPageWidth()
Returns the value of the 'Page Width' attribute.int
getPaper()
Returns the value of the 'Paper' attribute.int
getPaperSource()
Returns the value of the 'Paper Source' attribute.int
getPerPage()
Returns the value of the 'Per Page' attribute.PrintAccuracy
getPrintAccuracy()
Returns the value of the 'Print Accuracy' attribute.String
getPrinterName()
Returns the value of the 'Printer Name' attribute.int
getRightMargin()
Returns the value of the 'Right Margin' attribute.int
getScale()
Returns the value of the 'Scale' attribute.int
getTopMargin()
Returns the value of the 'Top Margin' attribute.boolean
isBlackAndWhite()
Returns the value of the 'Black And White' attribute.boolean
isCollate()
Returns the value of the 'Collate' attribute.boolean
isFitToPage()
Returns the value of the 'Fit To Page' attribute.boolean
isSetBlackAndWhite()
Returns whether the value of the 'Black And White
' attribute is set.boolean
isSetBottomMargin()
Returns whether the value of the 'Bottom Margin
' attribute is set.boolean
isSetCollate()
Returns whether the value of the 'Collate
' attribute is set.boolean
isSetCopies()
Returns whether the value of the 'Copies
' attribute is set.boolean
isSetDuplexType()
Returns whether the value of the 'Duplex Type
' attribute is set.boolean
isSetFirstPageNumber()
Returns whether the value of the 'First Page Number
' attribute is set.boolean
isSetFitToPage()
Returns whether the value of the 'Fit To Page
' attribute is set.boolean
isSetFooterSize()
Returns whether the value of the 'Footer Size
' attribute is set.boolean
isSetHeaderSize()
Returns whether the value of the 'Header Size
' attribute is set.boolean
isSetLeftMargin()
Returns whether the value of the 'Left Margin
' attribute is set.boolean
isSetPageHeight()
Returns whether the value of the 'Page Height
' attribute is set.boolean
isSetPageOrientation()
Returns whether the value of the 'Page Orientation
' attribute is set.boolean
isSetPagePlacementAlternation()
Returns whether the value of the 'Page Placement Alternation
' attribute is set.boolean
isSetPageSize()
Returns whether the value of the 'Page Size
' attribute is set.boolean
isSetPageWidth()
Returns whether the value of the 'Page Width
' attribute is set.boolean
isSetPaper()
Returns whether the value of the 'Paper
' attribute is set.boolean
isSetPaperSource()
Returns whether the value of the 'Paper Source
' attribute is set.boolean
isSetPerPage()
Returns whether the value of the 'Per Page
' attribute is set.boolean
isSetPrintAccuracy()
Returns whether the value of the 'Print Accuracy
' attribute is set.boolean
isSetPrinterName()
Returns whether the value of the 'Printer Name
' attribute is set.boolean
isSetRightMargin()
Returns whether the value of the 'Right Margin
' attribute is set.boolean
isSetScale()
Returns whether the value of the 'Scale
' attribute is set.boolean
isSetTopMargin()
Returns whether the value of the 'Top Margin
' attribute is set.void
setBlackAndWhite(boolean value)
Sets the value of the 'Black And White
' attribute.void
setBottomMargin(int value)
Sets the value of the 'Bottom Margin
' attribute.void
setCollate(boolean value)
Sets the value of the 'Collate
' attribute.void
setCopies(int value)
Sets the value of the 'Copies
' attribute.void
setDuplexType(DuplexPrintingType value)
Sets the value of the 'Duplex Type
' attribute.void
setFirstPageNumber(int value)
Sets the value of the 'First Page Number
' attribute.void
setFitToPage(boolean value)
Sets the value of the 'Fit To Page
' attribute.void
setFooterSize(int value)
Sets the value of the 'Footer Size
' attribute.void
setHeaderSize(int value)
Sets the value of the 'Header Size
' attribute.void
setLeftMargin(int value)
Sets the value of the 'Left Margin
' attribute.void
setPageHeight(float value)
Sets the value of the 'Page Height
' attribute.void
setPageOrientation(PageOrientation value)
Sets the value of the 'Page Orientation
' attribute.void
setPagePlacementAlternation(PagePlacementAlternation value)
Sets the value of the 'Page Placement Alternation
' attribute.void
setPageSize(String value)
Sets the value of the 'Page Size
' attribute.void
setPageWidth(float value)
Sets the value of the 'Page Width
' attribute.void
setPaper(int value)
Sets the value of the 'Paper
' attribute.void
setPaperSource(int value)
Sets the value of the 'Paper Source
' attribute.void
setPerPage(int value)
Sets the value of the 'Per Page
' attribute.void
setPrintAccuracy(PrintAccuracy value)
Sets the value of the 'Print Accuracy
' attribute.void
setPrinterName(String value)
Sets the value of the 'Printer Name
' attribute.void
setRightMargin(int value)
Sets the value of the 'Right Margin
' attribute.void
setScale(int value)
Sets the value of the 'Scale
' attribute.void
setTopMargin(int value)
Sets the value of the 'Top Margin
' attribute.void
unsetBlackAndWhite()
Unsets the value of the 'Black And White
' attribute.void
unsetBottomMargin()
Unsets the value of the 'Bottom Margin
' attribute.void
unsetCollate()
Unsets the value of the 'Collate
' attribute.void
unsetCopies()
Unsets the value of the 'Copies
' attribute.void
unsetDuplexType()
Unsets the value of the 'Duplex Type
' attribute.void
unsetFirstPageNumber()
Unsets the value of the 'First Page Number
' attribute.void
unsetFitToPage()
Unsets the value of the 'Fit To Page
' attribute.void
unsetFooterSize()
Unsets the value of the 'Footer Size
' attribute.void
unsetHeaderSize()
Unsets the value of the 'Header Size
' attribute.void
unsetLeftMargin()
Unsets the value of the 'Left Margin
' attribute.void
unsetPageHeight()
Unsets the value of the 'Page Height
' attribute.void
unsetPageOrientation()
Unsets the value of the 'Page Orientation
' attribute.void
unsetPagePlacementAlternation()
Unsets the value of the 'Page Placement Alternation
' attribute.void
unsetPageSize()
Unsets the value of the 'Page Size
' attribute.void
unsetPageWidth()
Unsets the value of the 'Page Width
' attribute.void
unsetPaper()
Unsets the value of the 'Paper
' attribute.void
unsetPaperSource()
Unsets the value of the 'Paper Source
' attribute.void
unsetPerPage()
Unsets the value of the 'Per Page
' attribute.void
unsetPrintAccuracy()
Unsets the value of the 'Print Accuracy
' attribute.void
unsetPrinterName()
Unsets the value of the 'Printer Name
' attribute.void
unsetRightMargin()
Unsets the value of the 'Right Margin
' attribute.void
unsetScale()
Unsets the value of the 'Scale
' attribute.void
unsetTopMargin()
Unsets the value of the 'Top Margin
' attribute.
-
-
-
Method Detail
-
getPageOrientation
PageOrientation getPageOrientation()
Returns the value of the 'Page Orientation' attribute. The literals are from the enumerationPageOrientation
.- Returns:
- the value of the 'Page Orientation' attribute.
- See Also:
PageOrientation
,isSetPageOrientation()
,unsetPageOrientation()
,setPageOrientation(PageOrientation)
,MoxelPackage.getPrintSettings_PageOrientation()
-
setPageOrientation
void setPageOrientation(PageOrientation value)
Sets the value of the 'Page Orientation
' attribute.- Parameters:
value
- the new value of the 'Page Orientation' attribute.- See Also:
PageOrientation
,isSetPageOrientation()
,unsetPageOrientation()
,getPageOrientation()
-
unsetPageOrientation
void unsetPageOrientation()
Unsets the value of the 'Page Orientation
' attribute.
-
isSetPageOrientation
boolean isSetPageOrientation()
Returns whether the value of the 'Page Orientation
' attribute is set.- Returns:
- whether the value of the 'Page Orientation' attribute is set.
- See Also:
unsetPageOrientation()
,getPageOrientation()
,setPageOrientation(PageOrientation)
-
getScale
int getScale()
Returns the value of the 'Scale' attribute.- Returns:
- the value of the 'Scale' attribute.
- See Also:
isSetScale()
,unsetScale()
,setScale(int)
,MoxelPackage.getPrintSettings_Scale()
-
setScale
void setScale(int value)
Sets the value of the 'Scale
' attribute.- Parameters:
value
- the new value of the 'Scale' attribute.- See Also:
isSetScale()
,unsetScale()
,getScale()
-
unsetScale
void unsetScale()
Unsets the value of the 'Scale
' attribute.- See Also:
isSetScale()
,getScale()
,setScale(int)
-
isSetScale
boolean isSetScale()
Returns whether the value of the 'Scale
' attribute is set.- Returns:
- whether the value of the 'Scale' attribute is set.
- See Also:
unsetScale()
,getScale()
,setScale(int)
-
isCollate
boolean isCollate()
Returns the value of the 'Collate' attribute.- Returns:
- the value of the 'Collate' attribute.
- See Also:
isSetCollate()
,unsetCollate()
,setCollate(boolean)
,MoxelPackage.getPrintSettings_Collate()
-
setCollate
void setCollate(boolean value)
Sets the value of the 'Collate
' attribute.- Parameters:
value
- the new value of the 'Collate' attribute.- See Also:
isSetCollate()
,unsetCollate()
,isCollate()
-
unsetCollate
void unsetCollate()
Unsets the value of the 'Collate
' attribute.- See Also:
isSetCollate()
,isCollate()
,setCollate(boolean)
-
isSetCollate
boolean isSetCollate()
Returns whether the value of the 'Collate
' attribute is set.- Returns:
- whether the value of the 'Collate' attribute is set.
- See Also:
unsetCollate()
,isCollate()
,setCollate(boolean)
-
getCopies
int getCopies()
Returns the value of the 'Copies' attribute.- Returns:
- the value of the 'Copies' attribute.
- See Also:
isSetCopies()
,unsetCopies()
,setCopies(int)
,MoxelPackage.getPrintSettings_Copies()
-
setCopies
void setCopies(int value)
Sets the value of the 'Copies
' attribute.- Parameters:
value
- the new value of the 'Copies' attribute.- See Also:
isSetCopies()
,unsetCopies()
,getCopies()
-
unsetCopies
void unsetCopies()
Unsets the value of the 'Copies
' attribute.- See Also:
isSetCopies()
,getCopies()
,setCopies(int)
-
isSetCopies
boolean isSetCopies()
Returns whether the value of the 'Copies
' attribute is set.- Returns:
- whether the value of the 'Copies' attribute is set.
- See Also:
unsetCopies()
,getCopies()
,setCopies(int)
-
getPerPage
int getPerPage()
Returns the value of the 'Per Page' attribute.- Returns:
- the value of the 'Per Page' attribute.
- See Also:
isSetPerPage()
,unsetPerPage()
,setPerPage(int)
,MoxelPackage.getPrintSettings_PerPage()
-
setPerPage
void setPerPage(int value)
Sets the value of the 'Per Page
' attribute.- Parameters:
value
- the new value of the 'Per Page' attribute.- See Also:
isSetPerPage()
,unsetPerPage()
,getPerPage()
-
unsetPerPage
void unsetPerPage()
Unsets the value of the 'Per Page
' attribute.- See Also:
isSetPerPage()
,getPerPage()
,setPerPage(int)
-
isSetPerPage
boolean isSetPerPage()
Returns whether the value of the 'Per Page
' attribute is set.- Returns:
- whether the value of the 'Per Page' attribute is set.
- See Also:
unsetPerPage()
,getPerPage()
,setPerPage(int)
-
getTopMargin
int getTopMargin()
Returns the value of the 'Top Margin' attribute.- Returns:
- the value of the 'Top Margin' attribute.
- See Also:
isSetTopMargin()
,unsetTopMargin()
,setTopMargin(int)
,MoxelPackage.getPrintSettings_TopMargin()
-
setTopMargin
void setTopMargin(int value)
Sets the value of the 'Top Margin
' attribute.- Parameters:
value
- the new value of the 'Top Margin' attribute.- See Also:
isSetTopMargin()
,unsetTopMargin()
,getTopMargin()
-
unsetTopMargin
void unsetTopMargin()
Unsets the value of the 'Top Margin
' attribute.- See Also:
isSetTopMargin()
,getTopMargin()
,setTopMargin(int)
-
isSetTopMargin
boolean isSetTopMargin()
Returns whether the value of the 'Top Margin
' attribute is set.- Returns:
- whether the value of the 'Top Margin' attribute is set.
- See Also:
unsetTopMargin()
,getTopMargin()
,setTopMargin(int)
-
getLeftMargin
int getLeftMargin()
Returns the value of the 'Left Margin' attribute.- Returns:
- the value of the 'Left Margin' attribute.
- See Also:
isSetLeftMargin()
,unsetLeftMargin()
,setLeftMargin(int)
,MoxelPackage.getPrintSettings_LeftMargin()
-
setLeftMargin
void setLeftMargin(int value)
Sets the value of the 'Left Margin
' attribute.- Parameters:
value
- the new value of the 'Left Margin' attribute.- See Also:
isSetLeftMargin()
,unsetLeftMargin()
,getLeftMargin()
-
unsetLeftMargin
void unsetLeftMargin()
Unsets the value of the 'Left Margin
' attribute.- See Also:
isSetLeftMargin()
,getLeftMargin()
,setLeftMargin(int)
-
isSetLeftMargin
boolean isSetLeftMargin()
Returns whether the value of the 'Left Margin
' attribute is set.- Returns:
- whether the value of the 'Left Margin' attribute is set.
- See Also:
unsetLeftMargin()
,getLeftMargin()
,setLeftMargin(int)
-
getBottomMargin
int getBottomMargin()
Returns the value of the 'Bottom Margin' attribute.- Returns:
- the value of the 'Bottom Margin' attribute.
- See Also:
isSetBottomMargin()
,unsetBottomMargin()
,setBottomMargin(int)
,MoxelPackage.getPrintSettings_BottomMargin()
-
setBottomMargin
void setBottomMargin(int value)
Sets the value of the 'Bottom Margin
' attribute.- Parameters:
value
- the new value of the 'Bottom Margin' attribute.- See Also:
isSetBottomMargin()
,unsetBottomMargin()
,getBottomMargin()
-
unsetBottomMargin
void unsetBottomMargin()
Unsets the value of the 'Bottom Margin
' attribute.- See Also:
isSetBottomMargin()
,getBottomMargin()
,setBottomMargin(int)
-
isSetBottomMargin
boolean isSetBottomMargin()
Returns whether the value of the 'Bottom Margin
' attribute is set.- Returns:
- whether the value of the 'Bottom Margin' attribute is set.
- See Also:
unsetBottomMargin()
,getBottomMargin()
,setBottomMargin(int)
-
getRightMargin
int getRightMargin()
Returns the value of the 'Right Margin' attribute.- Returns:
- the value of the 'Right Margin' attribute.
- See Also:
isSetRightMargin()
,unsetRightMargin()
,setRightMargin(int)
,MoxelPackage.getPrintSettings_RightMargin()
-
setRightMargin
void setRightMargin(int value)
Sets the value of the 'Right Margin
' attribute.- Parameters:
value
- the new value of the 'Right Margin' attribute.- See Also:
isSetRightMargin()
,unsetRightMargin()
,getRightMargin()
-
unsetRightMargin
void unsetRightMargin()
Unsets the value of the 'Right Margin
' attribute.- See Also:
isSetRightMargin()
,getRightMargin()
,setRightMargin(int)
-
isSetRightMargin
boolean isSetRightMargin()
Returns whether the value of the 'Right Margin
' attribute is set.- Returns:
- whether the value of the 'Right Margin' attribute is set.
- See Also:
unsetRightMargin()
,getRightMargin()
,setRightMargin(int)
-
getHeaderSize
int getHeaderSize()
Returns the value of the 'Header Size' attribute.- Returns:
- the value of the 'Header Size' attribute.
- See Also:
isSetHeaderSize()
,unsetHeaderSize()
,setHeaderSize(int)
,MoxelPackage.getPrintSettings_HeaderSize()
-
setHeaderSize
void setHeaderSize(int value)
Sets the value of the 'Header Size
' attribute.- Parameters:
value
- the new value of the 'Header Size' attribute.- See Also:
isSetHeaderSize()
,unsetHeaderSize()
,getHeaderSize()
-
unsetHeaderSize
void unsetHeaderSize()
Unsets the value of the 'Header Size
' attribute.- See Also:
isSetHeaderSize()
,getHeaderSize()
,setHeaderSize(int)
-
isSetHeaderSize
boolean isSetHeaderSize()
Returns whether the value of the 'Header Size
' attribute is set.- Returns:
- whether the value of the 'Header Size' attribute is set.
- See Also:
unsetHeaderSize()
,getHeaderSize()
,setHeaderSize(int)
-
getFooterSize
int getFooterSize()
Returns the value of the 'Footer Size' attribute.- Returns:
- the value of the 'Footer Size' attribute.
- See Also:
isSetFooterSize()
,unsetFooterSize()
,setFooterSize(int)
,MoxelPackage.getPrintSettings_FooterSize()
-
setFooterSize
void setFooterSize(int value)
Sets the value of the 'Footer Size
' attribute.- Parameters:
value
- the new value of the 'Footer Size' attribute.- See Also:
isSetFooterSize()
,unsetFooterSize()
,getFooterSize()
-
unsetFooterSize
void unsetFooterSize()
Unsets the value of the 'Footer Size
' attribute.- See Also:
isSetFooterSize()
,getFooterSize()
,setFooterSize(int)
-
isSetFooterSize
boolean isSetFooterSize()
Returns whether the value of the 'Footer Size
' attribute is set.- Returns:
- whether the value of the 'Footer Size' attribute is set.
- See Also:
unsetFooterSize()
,getFooterSize()
,setFooterSize(int)
-
isFitToPage
boolean isFitToPage()
Returns the value of the 'Fit To Page' attribute.- Returns:
- the value of the 'Fit To Page' attribute.
- See Also:
isSetFitToPage()
,unsetFitToPage()
,setFitToPage(boolean)
,MoxelPackage.getPrintSettings_FitToPage()
-
setFitToPage
void setFitToPage(boolean value)
Sets the value of the 'Fit To Page
' attribute.- Parameters:
value
- the new value of the 'Fit To Page' attribute.- See Also:
isSetFitToPage()
,unsetFitToPage()
,isFitToPage()
-
unsetFitToPage
void unsetFitToPage()
Unsets the value of the 'Fit To Page
' attribute.- See Also:
isSetFitToPage()
,isFitToPage()
,setFitToPage(boolean)
-
isSetFitToPage
boolean isSetFitToPage()
Returns whether the value of the 'Fit To Page
' attribute is set.- Returns:
- whether the value of the 'Fit To Page' attribute is set.
- See Also:
unsetFitToPage()
,isFitToPage()
,setFitToPage(boolean)
-
isBlackAndWhite
boolean isBlackAndWhite()
Returns the value of the 'Black And White' attribute.- Returns:
- the value of the 'Black And White' attribute.
- See Also:
isSetBlackAndWhite()
,unsetBlackAndWhite()
,setBlackAndWhite(boolean)
,MoxelPackage.getPrintSettings_BlackAndWhite()
-
setBlackAndWhite
void setBlackAndWhite(boolean value)
Sets the value of the 'Black And White
' attribute.- Parameters:
value
- the new value of the 'Black And White' attribute.- See Also:
isSetBlackAndWhite()
,unsetBlackAndWhite()
,isBlackAndWhite()
-
unsetBlackAndWhite
void unsetBlackAndWhite()
Unsets the value of the 'Black And White
' attribute.
-
isSetBlackAndWhite
boolean isSetBlackAndWhite()
Returns whether the value of the 'Black And White
' attribute is set.- Returns:
- whether the value of the 'Black And White' attribute is set.
- See Also:
unsetBlackAndWhite()
,isBlackAndWhite()
,setBlackAndWhite(boolean)
-
getPrinterName
String getPrinterName()
Returns the value of the 'Printer Name' attribute.- Returns:
- the value of the 'Printer Name' attribute.
- See Also:
isSetPrinterName()
,unsetPrinterName()
,setPrinterName(String)
,MoxelPackage.getPrintSettings_PrinterName()
-
setPrinterName
void setPrinterName(String value)
Sets the value of the 'Printer Name
' attribute.- Parameters:
value
- the new value of the 'Printer Name' attribute.- See Also:
isSetPrinterName()
,unsetPrinterName()
,getPrinterName()
-
unsetPrinterName
void unsetPrinterName()
Unsets the value of the 'Printer Name
' attribute.- See Also:
isSetPrinterName()
,getPrinterName()
,setPrinterName(String)
-
isSetPrinterName
boolean isSetPrinterName()
Returns whether the value of the 'Printer Name
' attribute is set.- Returns:
- whether the value of the 'Printer Name' attribute is set.
- See Also:
unsetPrinterName()
,getPrinterName()
,setPrinterName(String)
-
getPaper
int getPaper()
Returns the value of the 'Paper' attribute.- Returns:
- the value of the 'Paper' attribute.
- See Also:
isSetPaper()
,unsetPaper()
,setPaper(int)
,MoxelPackage.getPrintSettings_Paper()
-
setPaper
void setPaper(int value)
Sets the value of the 'Paper
' attribute.- Parameters:
value
- the new value of the 'Paper' attribute.- See Also:
isSetPaper()
,unsetPaper()
,getPaper()
-
unsetPaper
void unsetPaper()
Unsets the value of the 'Paper
' attribute.- See Also:
isSetPaper()
,getPaper()
,setPaper(int)
-
isSetPaper
boolean isSetPaper()
Returns whether the value of the 'Paper
' attribute is set.- Returns:
- whether the value of the 'Paper' attribute is set.
- See Also:
unsetPaper()
,getPaper()
,setPaper(int)
-
getPageSize
String getPageSize()
Returns the value of the 'Page Size' attribute.- Returns:
- the value of the 'Page Size' attribute.
- See Also:
isSetPageSize()
,unsetPageSize()
,setPageSize(String)
,MoxelPackage.getPrintSettings_PageSize()
-
setPageSize
void setPageSize(String value)
Sets the value of the 'Page Size
' attribute.- Parameters:
value
- the new value of the 'Page Size' attribute.- See Also:
isSetPageSize()
,unsetPageSize()
,getPageSize()
-
unsetPageSize
void unsetPageSize()
Unsets the value of the 'Page Size
' attribute.- See Also:
isSetPageSize()
,getPageSize()
,setPageSize(String)
-
isSetPageSize
boolean isSetPageSize()
Returns whether the value of the 'Page Size
' attribute is set.- Returns:
- whether the value of the 'Page Size' attribute is set.
- See Also:
unsetPageSize()
,getPageSize()
,setPageSize(String)
-
getPaperSource
int getPaperSource()
Returns the value of the 'Paper Source' attribute.- Returns:
- the value of the 'Paper Source' attribute.
- See Also:
isSetPaperSource()
,unsetPaperSource()
,setPaperSource(int)
,MoxelPackage.getPrintSettings_PaperSource()
-
setPaperSource
void setPaperSource(int value)
Sets the value of the 'Paper Source
' attribute.- Parameters:
value
- the new value of the 'Paper Source' attribute.- See Also:
isSetPaperSource()
,unsetPaperSource()
,getPaperSource()
-
unsetPaperSource
void unsetPaperSource()
Unsets the value of the 'Paper Source
' attribute.- See Also:
isSetPaperSource()
,getPaperSource()
,setPaperSource(int)
-
isSetPaperSource
boolean isSetPaperSource()
Returns whether the value of the 'Paper Source
' attribute is set.- Returns:
- whether the value of the 'Paper Source' attribute is set.
- See Also:
unsetPaperSource()
,getPaperSource()
,setPaperSource(int)
-
getPageWidth
float getPageWidth()
Returns the value of the 'Page Width' attribute.- Returns:
- the value of the 'Page Width' attribute.
- See Also:
isSetPageWidth()
,unsetPageWidth()
,setPageWidth(float)
,MoxelPackage.getPrintSettings_PageWidth()
-
setPageWidth
void setPageWidth(float value)
Sets the value of the 'Page Width
' attribute.- Parameters:
value
- the new value of the 'Page Width' attribute.- See Also:
isSetPageWidth()
,unsetPageWidth()
,getPageWidth()
-
unsetPageWidth
void unsetPageWidth()
Unsets the value of the 'Page Width
' attribute.- See Also:
isSetPageWidth()
,getPageWidth()
,setPageWidth(float)
-
isSetPageWidth
boolean isSetPageWidth()
Returns whether the value of the 'Page Width
' attribute is set.- Returns:
- whether the value of the 'Page Width' attribute is set.
- See Also:
unsetPageWidth()
,getPageWidth()
,setPageWidth(float)
-
getPageHeight
float getPageHeight()
Returns the value of the 'Page Height' attribute.- Returns:
- the value of the 'Page Height' attribute.
- See Also:
isSetPageHeight()
,unsetPageHeight()
,setPageHeight(float)
,MoxelPackage.getPrintSettings_PageHeight()
-
setPageHeight
void setPageHeight(float value)
Sets the value of the 'Page Height
' attribute.- Parameters:
value
- the new value of the 'Page Height' attribute.- See Also:
isSetPageHeight()
,unsetPageHeight()
,getPageHeight()
-
unsetPageHeight
void unsetPageHeight()
Unsets the value of the 'Page Height
' attribute.- See Also:
isSetPageHeight()
,getPageHeight()
,setPageHeight(float)
-
isSetPageHeight
boolean isSetPageHeight()
Returns whether the value of the 'Page Height
' attribute is set.- Returns:
- whether the value of the 'Page Height' attribute is set.
- See Also:
unsetPageHeight()
,getPageHeight()
,setPageHeight(float)
-
getPrintAccuracy
PrintAccuracy getPrintAccuracy()
Returns the value of the 'Print Accuracy' attribute. The literals are from the enumerationPrintAccuracy
.- Returns:
- the value of the 'Print Accuracy' attribute.
- See Also:
PrintAccuracy
,isSetPrintAccuracy()
,unsetPrintAccuracy()
,setPrintAccuracy(PrintAccuracy)
,MoxelPackage.getPrintSettings_PrintAccuracy()
-
setPrintAccuracy
void setPrintAccuracy(PrintAccuracy value)
Sets the value of the 'Print Accuracy
' attribute.- Parameters:
value
- the new value of the 'Print Accuracy' attribute.- See Also:
PrintAccuracy
,isSetPrintAccuracy()
,unsetPrintAccuracy()
,getPrintAccuracy()
-
unsetPrintAccuracy
void unsetPrintAccuracy()
Unsets the value of the 'Print Accuracy
' attribute.
-
isSetPrintAccuracy
boolean isSetPrintAccuracy()
Returns whether the value of the 'Print Accuracy
' attribute is set.- Returns:
- whether the value of the 'Print Accuracy' attribute is set.
- See Also:
unsetPrintAccuracy()
,getPrintAccuracy()
,setPrintAccuracy(PrintAccuracy)
-
getDuplexType
DuplexPrintingType getDuplexType()
Returns the value of the 'Duplex Type' attribute. The literals are from the enumerationDuplexPrintingType
.- Returns:
- the value of the 'Duplex Type' attribute.
- See Also:
DuplexPrintingType
,isSetDuplexType()
,unsetDuplexType()
,setDuplexType(DuplexPrintingType)
,MoxelPackage.getPrintSettings_DuplexType()
-
setDuplexType
void setDuplexType(DuplexPrintingType value)
Sets the value of the 'Duplex Type
' attribute.- Parameters:
value
- the new value of the 'Duplex Type' attribute.- See Also:
DuplexPrintingType
,isSetDuplexType()
,unsetDuplexType()
,getDuplexType()
-
unsetDuplexType
void unsetDuplexType()
Unsets the value of the 'Duplex Type
' attribute.
-
isSetDuplexType
boolean isSetDuplexType()
Returns whether the value of the 'Duplex Type
' attribute is set.- Returns:
- whether the value of the 'Duplex Type' attribute is set.
- See Also:
unsetDuplexType()
,getDuplexType()
,setDuplexType(DuplexPrintingType)
-
getPagePlacementAlternation
PagePlacementAlternation getPagePlacementAlternation()
Returns the value of the 'Page Placement Alternation' attribute. The literals are from the enumerationPagePlacementAlternation
.- Returns:
- the value of the 'Page Placement Alternation' attribute.
- See Also:
PagePlacementAlternation
,isSetPagePlacementAlternation()
,unsetPagePlacementAlternation()
,setPagePlacementAlternation(PagePlacementAlternation)
,MoxelPackage.getPrintSettings_PagePlacementAlternation()
-
setPagePlacementAlternation
void setPagePlacementAlternation(PagePlacementAlternation value)
Sets the value of the 'Page Placement Alternation
' attribute.- Parameters:
value
- the new value of the 'Page Placement Alternation' attribute.- See Also:
PagePlacementAlternation
,isSetPagePlacementAlternation()
,unsetPagePlacementAlternation()
,getPagePlacementAlternation()
-
unsetPagePlacementAlternation
void unsetPagePlacementAlternation()
Unsets the value of the 'Page Placement Alternation
' attribute.
-
isSetPagePlacementAlternation
boolean isSetPagePlacementAlternation()
Returns whether the value of the 'Page Placement Alternation
' attribute is set.- Returns:
- whether the value of the 'Page Placement Alternation' attribute is set.
- See Also:
unsetPagePlacementAlternation()
,getPagePlacementAlternation()
,setPagePlacementAlternation(PagePlacementAlternation)
-
getFirstPageNumber
int getFirstPageNumber()
Returns the value of the 'First Page Number' attribute.- Returns:
- the value of the 'First Page Number' attribute.
- See Also:
isSetFirstPageNumber()
,unsetFirstPageNumber()
,setFirstPageNumber(int)
,MoxelPackage.getPrintSettings_FirstPageNumber()
-
setFirstPageNumber
void setFirstPageNumber(int value)
Sets the value of the 'First Page Number
' attribute.- Parameters:
value
- the new value of the 'First Page Number' attribute.- See Also:
isSetFirstPageNumber()
,unsetFirstPageNumber()
,getFirstPageNumber()
-
unsetFirstPageNumber
void unsetFirstPageNumber()
Unsets the value of the 'First Page Number
' attribute.
-
isSetFirstPageNumber
boolean isSetFirstPageNumber()
Returns whether the value of the 'First Page Number
' attribute is set.- Returns:
- whether the value of the 'First Page Number' attribute is set.
- See Also:
unsetFirstPageNumber()
,getFirstPageNumber()
,setFirstPageNumber(int)
-
-