| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| boolean | GetDeleteAfter
()
Get method for attribute "DeleteAfter" true to delete file after printing; false to not delete file. |
| String | GetFileName
()
Get method for attribute "FileName" Name of a file where the print should go. |
| PrintSize | GetPaperSize
()
Get method for attribute "PaperSize" Size of paper to be printed. |
| String | GetPenTable
()
Get method for attribute "PenTable" File containing pen table |
| String | GetPrintCommand
()
Get method for attribute "PrintCommand" Print command. |
| String | GetPrinterType
()
Get method for attribute "PrinterType" Type of printer. |
| int | GetQuantity
()
Get method for attribute "Quantity" Number of papers to be printed. |
| boolean | GetRollMedia
()
Get method for attribute "RollMedia" true to use roll media for printing; false to not use roll media. |
| boolean | GetRotatePlot
()
Get method for attribute "RotatePlot" true to rotate the plot; false to skip rotating plot. |
| PrintSaveMethod | GetSaveMethod
()
Get method for attribute "SaveMethod" Save method. |
| boolean | GetSaveToFile
()
Get method for attribute "SaveToFile" true to save file after print; false to skip file saving. |
| boolean | GetSendToPrinter
()
Get method for attribute "SendToPrinter" true to send file to printer; false to not send file to printer. |
| double | GetSlew
()
Get method for attribute "Slew" Slew value |
| boolean | GetSwHandshake
()
Get method for attribute "SwHandshake" true to use handshake method for printing; false to not use handshake method. |
| boolean | GetUseTtf
()
Get method for attribute "UseTtf" true to use TTF support for printing; false to stroke all text. |
| void | SetDeleteAfter
(boolean value)
Set method for attribute "DeleteAfter" true to delete file after printing; false to not delete file. |
| void | SetFileName
(String value)
Set method for attribute "FileName" Name of a file where the print should go. |
| void | SetPaperSize
(PrintSize value)
Set method for attribute "PaperSize" Size of paper to be printed. |
| void | SetPenTable
(String value)
Set method for attribute "PenTable" File containing pen table |
| void | SetPrintCommand
(String value)
Set method for attribute "PrintCommand" Print command. |
| void | SetPrinterType
(String value)
Set method for attribute "PrinterType" Type of printer. |
| void | SetQuantity
(int value)
Set method for attribute "Quantity" Number of papers to be printed. |
| void | SetRollMedia
(boolean value)
Set method for attribute "RollMedia" true to use roll media for printing; false to not use roll media. |
| void | SetRotatePlot
(boolean value)
Set method for attribute "RotatePlot" true to rotate the plot; false to skip rotating plot. |
| void | SetSaveMethod
(PrintSaveMethod value)
Set method for attribute "SaveMethod" Save method. |
| void | SetSaveToFile
(boolean value)
Set method for attribute "SaveToFile" true to save file after print; false to skip file saving. |
| void | SetSendToPrinter
(boolean value)
Set method for attribute "SendToPrinter" true to send file to printer; false to not send file to printer. |
| void | SetSlew
(double value)
Set method for attribute "Slew" Slew value |
| void | SetSwHandshake
(boolean value)
Set method for attribute "SwHandshake" true to use handshake method for printing; false to not use handshake method. |
| void | SetUseTtf
(boolean value)
Set method for attribute "UseTtf" true to use TTF support for printing; false to stroke all text. |
| Method Detail |
|---|
| GetPrinterType/SetPrinterType |
|---|
| String | GetPrinterType | () |
| void | SetPrinterType | (String value) |
Type of printer.
|
| GetSaveToFile/SetSaveToFile |
|---|
| boolean | GetSaveToFile | () |
| void | SetSaveToFile | (boolean value) |
true to save file after print; false to skip file saving.
|
| GetSaveMethod/SetSaveMethod |
|---|
| PrintSaveMethod | GetSaveMethod | () |
| void | SetSaveMethod | (PrintSaveMethod value) |
Save method.
|
| GetFileName/SetFileName |
|---|
| String | GetFileName | () |
| void | SetFileName | (String value) |
| Name of a file where the print should go. Attention: if Model.Export(String, ExportInstructions) is called for ExportType EXPORT_PRINT, the argument FileName is ignored (and can be passed as null). Instead, the output filename should be set through this API.
|
| GetDeleteAfter/SetDeleteAfter |
|---|
| boolean | GetDeleteAfter | () |
| void | SetDeleteAfter | (boolean value) |
true to delete file after printing; false to not delete file.
|
| GetSendToPrinter/SetSendToPrinter |
|---|
| boolean | GetSendToPrinter | () |
| void | SetSendToPrinter | (boolean value) |
true to send file to printer; false to not send file to printer.
|
| GetPrintCommand/SetPrintCommand |
|---|
| String | GetPrintCommand | () |
| void | SetPrintCommand | (String value) |
Print command.
|
| GetPenTable/SetPenTable |
|---|
| String | GetPenTable | () |
| void | SetPenTable | (String value) |
File containing pen table
|
| GetPaperSize/SetPaperSize |
|---|
| PrintSize | GetPaperSize | () |
| void | SetPaperSize | (PrintSize value) |
Size of paper to be printed.
|
| GetQuantity/SetQuantity |
|---|
| int | GetQuantity | () |
| void | SetQuantity | (int value) |
Number of papers to be printed.
|
| GetSwHandshake/SetSwHandshake |
|---|
| boolean | GetSwHandshake | () |
| void | SetSwHandshake | (boolean value) |
true to use handshake method for printing; false to not use handshake method.
|
| GetRollMedia/SetRollMedia |
|---|
| boolean | GetRollMedia | () |
| void | SetRollMedia | (boolean value) |
true to use roll media for printing; false to not use roll media.
|
| GetSlew/SetSlew |
|---|
| double | GetSlew | () |
| void | SetSlew | (double value) |
Slew value
|
| GetRotatePlot/SetRotatePlot |
|---|
| boolean | GetRotatePlot | () |
| void | SetRotatePlot | (boolean value) |
true to rotate the plot; false to skip rotating plot.
|
| GetUseTtf/SetUseTtf |
|---|
| boolean | GetUseTtf | () |
| void | SetUseTtf | (boolean value) |
true to use TTF support for printing; false to stroke all text.
|