Library | Package Java Toolkit

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.



Method Summary
PrintMdlOptionGetModelOption ()
    Get method for attribute "ModelOption"
    To define the model options for printing purpose.
PrintPlacementOptionGetPlacementOption ()
    Get method for attribute "PlacementOption"
    To define the placement options for printing purpose.
PrintPrinterOptionGetPrinterOption ()
    Get method for attribute "PrinterOption"
    To define the printer settings for printing a file.
intGetWindowId ()
    Get method for attribute "WindowId"
    Current window identifier.
voidSetModelOption (PrintMdlOption value)
    Set method for attribute "ModelOption"
    To define the model options for printing purpose.
voidSetPlacementOption (PrintPlacementOption value)
    Set method for attribute "PlacementOption"
    To define the placement options for printing purpose.
voidSetPrinterOption (PrintPrinterOption value)
    Set method for attribute "PrinterOption"
    To define the printer settings for printing a file.
voidSetWindowId (int value)
    Set method for attribute "WindowId"
    Current window identifier.

Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions
GetFileType

Method Detail

GetWindowId/SetWindowId

intGetWindowId ()
voidSetWindowId (int value)


    Current window identifier.
Manual References:
Interface: Printing Files



GetPrinterOption/SetPrinterOption

PrintPrinterOptionGetPrinterOption ()
voidSetPrinterOption (PrintPrinterOption value)


    To define the printer settings for printing a file.
See Also:
PrintPrinterOption
Manual References:
Interface: Printing Files, Interface: Printing Files



GetModelOption/SetModelOption

PrintMdlOptionGetModelOption ()
voidSetModelOption (PrintMdlOption value)


    To define the model options for printing purpose.
See Also:
PrintMdlOption
Manual References:
Interface: Printing Files, Interface: Printing Files



GetPlacementOption/SetPlacementOption

PrintPlacementOptionGetPlacementOption ()
voidSetPlacementOption (PrintPlacementOption value)


    To define the placement options for printing purpose.
See Also:
PrintPlacementOption
Manual References:
Interface: Printing Files, Interface: Printing Files