Library | Package Java Toolkit

Interface QuickPrintInstructions

package com.ptc.wfc.wfcQuickPrint;

public interface QuickPrintInstructions
  extends jxobject



Description

The quick print instructions..



Method Summary
/*optional*/ StringGetDrawingTemplate ()
    Get method for attribute "DrawingTemplate"
     Path to the drawing template file to use for the quick print operation.
/*optional*/ QuickPrintGeneralViewInsructionsGetGeneralViewInstructions ()
    Get method for attribute "GeneralViewInstructions"
    The general view instructions
/*optional*/ QuickPrintLayoutTypeGetLayoutType ()
    Get method for attribute "LayoutType"
    The quick print layout type
/*optional*/ QuickPrintManual3ViewGetManualLayoutType ()
    Get method for attribute "ManualLayoutType"
     Assigns the layout type to use, when three views are being used in a manual layout
/*optional*/ QuickPrintOrientationGetOrientation ()
    Get method for attribute "Orientation"
    The orientation
/*optional*/ PrintSizeGetPaperSize ()
    Get method for attribute "PaperSize"
     The size of the print for the quick print operation
/*optional*/ BooleanGetPrintFlatToScreen ()
    Get method for attribute "PrintFlatToScreen"
    The print flat_to_screen annotations flag
/*optional*/ QuickPrintProjectionViewLocationsGetProjectionViewLocations ()
    Get method for attribute "ProjectionViewLocations"
     Array of the projections to include
voidSetDrawingTemplate ( /*optional*/ String value)
    Set method for attribute "DrawingTemplate"
     Path to the drawing template file to use for the quick print operation.
voidSetGeneralViewInstructions ( /*optional*/ QuickPrintGeneralViewInsructions value)
    Set method for attribute "GeneralViewInstructions"
    The general view instructions
voidSetLayoutType ( /*optional*/ QuickPrintLayoutType value)
    Set method for attribute "LayoutType"
    The quick print layout type
voidSetManualLayoutType ( /*optional*/ QuickPrintManual3View value)
    Set method for attribute "ManualLayoutType"
     Assigns the layout type to use, when three views are being used in a manual layout
voidSetOrientation ( /*optional*/ QuickPrintOrientation value)
    Set method for attribute "Orientation"
    The orientation
voidSetPaperSize ( /*optional*/ PrintSize value)
    Set method for attribute "PaperSize"
     The size of the print for the quick print operation
voidSetPrintFlatToScreen ( /*optional*/ Boolean value)
    Set method for attribute "PrintFlatToScreen"
    The print flat_to_screen annotations flag
voidSetProjectionViewLocations ( /*optional*/ QuickPrintProjectionViewLocations value)
    Set method for attribute "ProjectionViewLocations"
     Array of the projections to include

Method Detail

GetLayoutType/SetLayoutType

/*optional*/ QuickPrintLayoutTypeGetLayoutType ()
voidSetLayoutType ( /*optional*/ QuickPrintLayoutType value)


    The quick print layout type
Manual References:
Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models



GetOrientation/SetOrientation

/*optional*/ QuickPrintOrientationGetOrientation ()
voidSetOrientation ( /*optional*/ QuickPrintOrientation value)


    The orientation
Manual References:
Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models



GetPrintFlatToScreen/SetPrintFlatToScreen

/*optional*/ BooleanGetPrintFlatToScreen ()
voidSetPrintFlatToScreen ( /*optional*/ Boolean value)


    The print flat_to_screen annotations flag
Manual References:
Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models



GetProjectionViewLocations/SetProjectionViewLocations

/*optional*/ QuickPrintProjectionViewLocationsGetProjectionViewLocations ()
voidSetProjectionViewLocations ( /*optional*/ QuickPrintProjectionViewLocations value)


     Array of the projections to include

This is applicable only if the layout type is QPRINT_LAYOUT_PROJ.
Manual References:
Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models



GetPaperSize/SetPaperSize

/*optional*/ PrintSizeGetPaperSize ()
voidSetPaperSize ( /*optional*/ PrintSize value)


     The size of the print for the quick print operation
Manual References:
Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models



GetDrawingTemplate/SetDrawingTemplate

/*optional*/ StringGetDrawingTemplate ()
voidSetDrawingTemplate ( /*optional*/ String value)


     Path to the drawing template file to use for the quick print operation.

This is applicable only if layout type is QPRINT_LAYOUT_TEMPLATE.
Manual References:
Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models



GetManualLayoutType/SetManualLayoutType

/*optional*/ QuickPrintManual3ViewGetManualLayoutType ()
voidSetManualLayoutType ( /*optional*/ QuickPrintManual3View value)


     Assigns the layout type to use, when three views are being used in a manual layout

This is applicable only if the layout type is QPRINT_LAYOUT_MANUAL.
Manual References:
Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models



GetGeneralViewInstructions/SetGeneralViewInstructions

/*optional*/ QuickPrintGeneralViewInsructionsGetGeneralViewInstructions ()
voidSetGeneralViewInstructions ( /*optional*/ QuickPrintGeneralViewInsructions value)


    The general view instructions
Manual References:
Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models