Library | Package Java Toolkit

Interface FormatSizeData

package com.ptc.wfc.wfcModel;

public interface FormatSizeData
  extends jxobject



Description

 



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

Method Detail

GetPaperSize/SetPaperSize

PlotPaperSizeGetPaperSize ()
voidSetPaperSize (PlotPaperSize value)


     
Manual References:
Drawings: Drawing Format Files, Drawings: Drawing Format Files, Drawings: Drawing Format Files, Drawings: Drawing Format Files



GetWidth/SetWidth

doubleGetWidth ()
voidSetWidth (double value)


     
Manual References:
Drawings: Drawing Format Files, Drawings: Drawing Format Files, Drawings: Drawing Format Files, Drawings: Drawing Format Files



GetHeight/SetHeight

doubleGetHeight ()
voidSetHeight (double value)


     
Manual References:
Drawings: Drawing Format Files, Drawings: Drawing Format Files, Drawings: Drawing Format Files