Library | Package Java Toolkit

Interface PrinterPCFOptions

package com.ptc.pfc.pfcExport;

public interface PrinterPCFOptions
  extends jxobject



Description

This interface is used to define the printing options for a PFC 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 purpose.
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 purpose.

Method Detail

GetPrinterOption/SetPrinterOption

PrintPrinterOptionGetPrinterOption ()
voidSetPrinterOption (PrintPrinterOption value)


    To define the printer settings for printing purpose.
See Also:
PrintPrinterOption
Manual References:
Interface: Plotter Configuration File (PCF) Options, Interface: Plotter Configuration File (PCF) Options



GetModelOption/SetModelOption

PrintMdlOptionGetModelOption ()
voidSetModelOption (PrintMdlOption value)


    To define the model options for printing purpose.
See Also:
PrintMdlOption
Manual References:
Interface: Plotter Configuration File (PCF) Options



GetPlacementOption/SetPlacementOption

PrintPlacementOptionGetPlacementOption ()
voidSetPlacementOption (PrintPlacementOption value)


    To define the placement options for printing purpose.
See Also:
PrintPlacementOption
Manual References:
Interface: Plotter Configuration File (PCF) Options, Interface: Plotter Configuration File (PCF) Options