| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| double | GetHeight
()
Get method for attribute "Height" The height of the drawing. |
| SheetOrientation | GetOrientation
()
Get method for attribute "Orientation" The orientation (portrait or landscape). |
| PlotPaperSize | GetSheetSize
()
Get method for attribute "SheetSize" The size of the sheet. |
| LengthUnits | GetUnits
()
Get method for attribute "Units" The units used in the drawing. |
| double | GetWidth
()
Get method for attribute "Width" The width of the drawing. |
| Method Detail |
|---|
| GetSheetSize |
|---|
| PlotPaperSize | GetSheetSize | () |
| The size of the sheet. |
| GetHeight |
|---|
| double | GetHeight | () |
| The height of the drawing. |
| GetWidth |
|---|
| double | GetWidth | () |
| The width of the drawing. |
| GetOrientation |
|---|
| SheetOrientation | GetOrientation | () |
| The orientation (portrait or landscape). |
| GetUnits |
|---|
| LengthUnits | GetUnits | () |
| The units used in the drawing. |