Library | Package Java Toolkit

Interface SheetData

package com.ptc.pfc.pfcSheet;

public interface SheetData
  extends jxobject



Description

Note: This interface is deprecated. Use SheetInfo instead. This interface contains drawing sheet information.
See Also:
SheetOwner.GetSheetData(int)



Method Summary
intGetHeight ()
    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.
intGetWidth ()
    Get method for attribute "Width"
    The width of the drawing.
voidSetHeight (int value)
    Set method for attribute "Height"
    The height of the drawing.
voidSetOrientation (SheetOrientation value)
    Set method for attribute "Orientation"
    The orientation (portrait or landscape).
voidSetSheetSize (PlotPaperSize value)
    Set method for attribute "SheetSize"
    The size of the sheet.
voidSetUnits (LengthUnits value)
    Set method for attribute "Units"
    The units used in the drawing.
voidSetWidth (int value)
    Set method for attribute "Width"
    The width of the drawing.

Method Detail

GetSheetSize/SetSheetSize

PlotPaperSizeGetSheetSize ()
voidSetSheetSize (PlotPaperSize value)


    The size of the sheet.



GetHeight/SetHeight

intGetHeight ()
voidSetHeight (int value)


    The height of the drawing.



GetWidth/SetWidth

intGetWidth ()
voidSetWidth (int value)


    The width of the drawing.



GetOrientation/SetOrientation

SheetOrientationGetOrientation ()
voidSetOrientation (SheetOrientation value)


    The orientation (portrait or landscape).



GetUnits/SetUnits

LengthUnitsGetUnits ()
voidSetUnits (LengthUnits value)


    The units used in the drawing.