API Documentation > Interfaces > Interface SheetInfo
Interface SheetInfo

package com.ptc.pfc.pfcSheet;

public interface
SheetInfo
extends
jxobject


Description
This interface contains drawing sheet information.
See Also:
Method Summary
double
Get method for attribute "Height"
The height of the drawing.
Get method for attribute "Orientation"
The orientation (portrait or landscape).
Get method for attribute "SheetSize"
The size of the sheet.
Get method for attribute "Units"
The units used in the drawing.
double
Get method for attribute "Width"
The width of the drawing.
Method Detail
GetSheetSize
GetSheetSize
()
The size of the sheet.
GetHeight
double
GetHeight
()
The height of the drawing.
GetWidth
double
GetWidth
()
The width of the drawing.
GetOrientation
GetOrientation
()
The orientation (portrait or landscape).
GetUnits
GetUnits
()
The units used in the drawing.
Was this helpful?