| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| PrintMdlOption | GetModelOption
()
Get method for attribute "ModelOption" To define the model options for printing purpose. |
| PrintPlacementOption | GetPlacementOption
()
Get method for attribute "PlacementOption" To define the placement options for printing purpose. |
| PrintPrinterOption | GetPrinterOption
()
Get method for attribute "PrinterOption" To define the printer settings for printing purpose. |
| void | SetModelOption
(PrintMdlOption value)
Set method for attribute "ModelOption" To define the model options for printing purpose. |
| void | SetPlacementOption
(PrintPlacementOption value)
Set method for attribute "PlacementOption" To define the placement options for printing purpose. |
| void | SetPrinterOption
(PrintPrinterOption value)
Set method for attribute "PrinterOption" To define the printer settings for printing purpose. |
| Method Detail |
|---|
| GetPrinterOption/SetPrinterOption |
|---|
| PrintPrinterOption | GetPrinterOption | () |
| void | SetPrinterOption | (PrintPrinterOption value) |
To define the printer settings for printing purpose.
|
| GetModelOption/SetModelOption |
|---|
| PrintMdlOption | GetModelOption | () |
| void | SetModelOption | (PrintMdlOption value) |
To define the model options for printing purpose.
|
| GetPlacementOption/SetPlacementOption |
|---|
| PrintPlacementOption | GetPlacementOption | () |
| void | SetPlacementOption | (PrintPlacementOption value) |
To define the placement options for printing purpose.
|