Library | Package Java Toolkit

Interface SheetInfo

package com.ptc.pfc.pfcSheet;

public interface SheetInfo
  extends jxobject



Description

This interface contains drawing sheet information.
See Also:
SheetOwner.GetSheetInfo(int)



Method Summary
doubleGetHeight ()
    Get method for attribute "Height"
    The height of the drawing.
SheetOrientationGetOrientation ()
    Get method for attribute "Orientation"
    The orientation (portrait or landscape).
PlotPaperSizeGetSheetSize ()
    Get method for attribute "SheetSize"
    The size of the sheet.
LengthUnitsGetUnits ()
    Get method for attribute "Units"
    The units used in the drawing.
doubleGetWidth ()
    Get method for attribute "Width"
    The width of the drawing.

Method Detail

GetSheetSize

PlotPaperSizeGetSheetSize ()


    The size of the sheet.



GetHeight

doubleGetHeight ()


    The height of the drawing.



GetWidth

doubleGetWidth ()


    The width of the drawing.



GetOrientation

SheetOrientationGetOrientation ()


    The orientation (portrait or landscape).



GetUnits

LengthUnitsGetUnits ()


    The units used in the drawing.