Library | Package Java Toolkit

Interface PrintSize

package com.ptc.pfc.pfcExport;

public interface PrintSize
  extends jxobject



Description

This interface is used to define the paper parameters for print option.



Method Summary
doubleGetHeight ()
    Get method for attribute "Height"
    Height of paper.
PlotPaperSizeGetPaperSize ()
    Get method for attribute "PaperSize"
    Size of paper.
doubleGetWidth ()
    Get method for attribute "Width"
    Width of paper.
voidSetHeight (double value)
    Set method for attribute "Height"
    Height of paper.
voidSetPaperSize (PlotPaperSize value)
    Set method for attribute "PaperSize"
    Size of paper.
voidSetWidth (double value)
    Set method for attribute "Width"
    Width of paper.

Method Detail

GetPaperSize/SetPaperSize

PlotPaperSizeGetPaperSize ()
voidSetPaperSize (PlotPaperSize value)


    Size of paper.
Manual References:
Interface: Printer Options, Interface: Printer Options



GetWidth/SetWidth

doubleGetWidth ()
voidSetWidth (double value)


    Width of paper.
Manual References:
Interface: Printer Options, Interface: Printer Options



GetHeight/SetHeight

doubleGetHeight ()
voidSetHeight (double value)


    Height of paper.
Manual References:
Interface: Printer Options, Interface: Printer Options