| 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 a file. |
| int | GetWindowId
()
Get method for attribute "WindowId" Current window identifier. |
| 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 a file. |
| void | SetWindowId
(int value)
Set method for attribute "WindowId" Current window identifier. |
| Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions |
|---|
| GetFileType |
| Method Detail |
|---|
| GetWindowId/SetWindowId |
|---|
| int | GetWindowId | () |
| void | SetWindowId | (int value) |
Current window identifier.
|
| GetPrinterOption/SetPrinterOption |
|---|
| PrintPrinterOption | GetPrinterOption | () |
| void | SetPrinterOption | (PrintPrinterOption value) |
To define the printer settings for printing a file.
|
| 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.
|