API Documentation > Interfaces > Interface PrinterInstructions
Interface PrinterInstructions

package com.ptc.pfc.pfcExport;

public interface
PrinterInstructions
extends
com.ptc.pfc.pfcModel.ExportInstructions


Description
This interface is used to define the printer instructions for printing a file.
Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions :
Method Summary
Get method for attribute "ModelOption"
To define the model options for printing purpose.
Get method for attribute "PlacementOption"
To define the placement options for printing purpose.
Get method for attribute "PrinterOption"
To define the printer settings for printing a file.
int
Get method for attribute "WindowId"
Current window identifier.
void
Set method for attribute "ModelOption"
To define the model options for printing purpose.
void
Set method for attribute "PlacementOption"
To define the placement options for printing purpose.
void
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.
Method Detail
GetWindowId
int
GetWindowId
()
SetWindowId
void
SetWindowId
(int value)
Current window identifier.
User Guide References:
GetPrinterOption
GetPrinterOption
()
SetPrinterOption
void
SetPrinterOption
To define the printer settings for printing a file.
See Also:
User Guide References:
GetModelOption
GetModelOption
()
SetModelOption
void
SetModelOption
(PrintMdlOption value)
To define the model options for printing purpose.
See Also:
User Guide References:
GetPlacementOption
GetPlacementOption
()
SetPlacementOption
void
SetPlacementOption
To define the placement options for printing purpose.
See Also:
User Guide References:
Was this helpful?