Library | Package Java Toolkit

Interface PrintMdlOption

package com.ptc.pfc.pfcExport;

public interface PrintMdlOption
  extends jxobject



Description

This interface is used to define the model for printing purpose.



Method Summary
booleanGetDrawFormat ()
    Get method for attribute "DrawFormat"
    true to display drawing format; false to skip drawing format.
intGetFirstPage ()
    Get method for attribute "FirstPage"
    First Page number.
intGetLastPage ()
    Get method for attribute "LastPage"
    Last page number.
StringGetLayerName ()
    Get method for attribute "LayerName"
    Name of the layer.
booleanGetLayerOnly ()
    Get method for attribute "LayerOnly"
    true to display layer only; false to skip layer-only display.
ModelGetMdl ()
    Get method for attribute "Mdl"
    The object of the model to be printed.
intGetQuality ()
    Get method for attribute "Quality"
    Quality value for print.
booleanGetSegmented ()
    Get method for attribute "Segmented"
    true to display segmented; false to skip segmentation.
PrintSheetsGetSheets ()
    Get method for attribute "Sheets"
     
booleanGetUseDrawingSize ()
    Get method for attribute "UseDrawingSize"
    true to use drawing size; false to skip drawing size.
booleanGetUseSolidScale ()
    Get method for attribute "UseSolidScale"
    true to use solid scale; false to skip solid scale.
voidSetDrawFormat (boolean value)
    Set method for attribute "DrawFormat"
    true to display drawing format; false to skip drawing format.
voidSetFirstPage (int value)
    Set method for attribute "FirstPage"
    First Page number.
voidSetLastPage (int value)
    Set method for attribute "LastPage"
    Last page number.
voidSetLayerName (String value)
    Set method for attribute "LayerName"
    Name of the layer.
voidSetLayerOnly (boolean value)
    Set method for attribute "LayerOnly"
    true to display layer only; false to skip layer-only display.
voidSetMdl (Model value)
    Set method for attribute "Mdl"
    The object of the model to be printed.
voidSetQuality (int value)
    Set method for attribute "Quality"
    Quality value for print.
voidSetSegmented (boolean value)
    Set method for attribute "Segmented"
    true to display segmented; false to skip segmentation.
voidSetSheets (PrintSheets value)
    Set method for attribute "Sheets"
     
voidSetUseDrawingSize (boolean value)
    Set method for attribute "UseDrawingSize"
    true to use drawing size; false to skip drawing size.
voidSetUseSolidScale (boolean value)
    Set method for attribute "UseSolidScale"
    true to use solid scale; false to skip solid scale.

Method Detail

GetMdl/SetMdl

ModelGetMdl ()
voidSetMdl (Model value)


    The object of the model to be printed.
Manual References:
Interface: Model Options, Interface: Model Options



GetQuality/SetQuality

intGetQuality ()
voidSetQuality (int value)


    Quality value for print.
Manual References:
Interface: Model Options, Interface: Model Options



GetUseSolidScale/SetUseSolidScale

booleanGetUseSolidScale ()
voidSetUseSolidScale (boolean value)


    true to use solid scale; false to skip solid scale.
Manual References:
Interface: Model Options



GetUseDrawingSize/SetUseDrawingSize

booleanGetUseDrawingSize ()
voidSetUseDrawingSize (boolean value)


    true to use drawing size; false to skip drawing size.
Manual References:
Interface: Model Options, Interface: Model Options



GetDrawFormat/SetDrawFormat

booleanGetDrawFormat ()
voidSetDrawFormat (boolean value)


    true to display drawing format; false to skip drawing format.
Manual References:
Interface: Model Options, Interface: Model Options



GetSegmented/SetSegmented

booleanGetSegmented ()
voidSetSegmented (boolean value)


    true to display segmented; false to skip segmentation.
Manual References:
Interface: Model Options, Interface: Model Options



GetLayerOnly/SetLayerOnly

booleanGetLayerOnly ()
voidSetLayerOnly (boolean value)


    true to display layer only; false to skip layer-only display.
Manual References:
Interface: Model Options, Interface: Model Options



GetLayerName/SetLayerName

StringGetLayerName ()
voidSetLayerName (String value)


    Name of the layer.
Manual References:
Interface: Model Options, Interface: Model Options



GetSheets/SetSheets

PrintSheetsGetSheets ()
voidSetSheets (PrintSheets value)


     
Manual References:
Interface: Model Options, Interface: Model Options



GetFirstPage/SetFirstPage

intGetFirstPage ()
voidSetFirstPage (int value)


    First Page number.
Manual References:
Interface: Model Options, Interface: Model Options



GetLastPage/SetLastPage

intGetLastPage ()
voidSetLastPage (int value)


    Last page number.
Manual References:
Interface: Model Options, Interface: Model Options