| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ String | GetDrawingTemplate
()
Get method for attribute "DrawingTemplate" Path to the drawing template file to use for the quick print operation. |
| /*optional*/ QuickPrintGeneralViewInsructions | GetGeneralViewInstructions
()
Get method for attribute "GeneralViewInstructions" The general view instructions |
| /*optional*/ QuickPrintLayoutType | GetLayoutType
()
Get method for attribute "LayoutType" The quick print layout type |
| /*optional*/ QuickPrintManual3View | GetManualLayoutType
()
Get method for attribute "ManualLayoutType" Assigns the layout type to use, when three views are being used in a manual layout |
| /*optional*/ QuickPrintOrientation | GetOrientation
()
Get method for attribute "Orientation" The orientation |
| /*optional*/ PrintSize | GetPaperSize
()
Get method for attribute "PaperSize" The size of the print for the quick print operation |
| /*optional*/ Boolean | GetPrintFlatToScreen
()
Get method for attribute "PrintFlatToScreen" The print flat_to_screen annotations flag |
| /*optional*/ QuickPrintProjectionViewLocations | GetProjectionViewLocations
()
Get method for attribute "ProjectionViewLocations" Array of the projections to include |
| void | SetDrawingTemplate
(
/*optional*/
String value)
Set method for attribute "DrawingTemplate" Path to the drawing template file to use for the quick print operation. |
| void | SetGeneralViewInstructions
(
/*optional*/
QuickPrintGeneralViewInsructions value)
Set method for attribute "GeneralViewInstructions" The general view instructions |
| void | SetLayoutType
(
/*optional*/
QuickPrintLayoutType value)
Set method for attribute "LayoutType" The quick print layout type |
| void | SetManualLayoutType
(
/*optional*/
QuickPrintManual3View value)
Set method for attribute "ManualLayoutType" Assigns the layout type to use, when three views are being used in a manual layout |
| void | SetOrientation
(
/*optional*/
QuickPrintOrientation value)
Set method for attribute "Orientation" The orientation |
| void | SetPaperSize
(
/*optional*/
PrintSize value)
Set method for attribute "PaperSize" The size of the print for the quick print operation |
| void | SetPrintFlatToScreen
(
/*optional*/
Boolean value)
Set method for attribute "PrintFlatToScreen" The print flat_to_screen annotations flag |
| void | SetProjectionViewLocations
(
/*optional*/
QuickPrintProjectionViewLocations value)
Set method for attribute "ProjectionViewLocations" Array of the projections to include |
| Method Detail |
|---|
| GetLayoutType/SetLayoutType |
|---|
| /*optional*/ QuickPrintLayoutType | GetLayoutType | () |
| void | SetLayoutType | ( /*optional*/ QuickPrintLayoutType value) |
The quick print layout type
|
| GetOrientation/SetOrientation |
|---|
| /*optional*/ QuickPrintOrientation | GetOrientation | () |
| void | SetOrientation | ( /*optional*/ QuickPrintOrientation value) |
| GetPrintFlatToScreen/SetPrintFlatToScreen |
|---|
| /*optional*/ Boolean | GetPrintFlatToScreen | () |
| void | SetPrintFlatToScreen | ( /*optional*/ Boolean value) |
The print flat_to_screen annotations flag
|
| GetProjectionViewLocations/SetProjectionViewLocations |
|---|
| /*optional*/ QuickPrintProjectionViewLocations | GetProjectionViewLocations | () |
| void | SetProjectionViewLocations | ( /*optional*/ QuickPrintProjectionViewLocations value) |
| Array of the projections to include This is applicable only if the layout type is QPRINT_LAYOUT_PROJ.
|
| GetPaperSize/SetPaperSize |
|---|
| /*optional*/ PrintSize | GetPaperSize | () |
| void | SetPaperSize | ( /*optional*/ PrintSize value) |
The size of the print for the quick print operation
|
| GetDrawingTemplate/SetDrawingTemplate |
|---|
| /*optional*/ String | GetDrawingTemplate | () |
| void | SetDrawingTemplate | ( /*optional*/ String value) |
| Path to the drawing template file to use for the quick print operation. This is applicable only if layout type is QPRINT_LAYOUT_TEMPLATE.
|
| GetManualLayoutType/SetManualLayoutType |
|---|
| /*optional*/ QuickPrintManual3View | GetManualLayoutType | () |
| void | SetManualLayoutType | ( /*optional*/ QuickPrintManual3View value) |
| Assigns the layout type to use, when three views are being used in a manual layout This is applicable only if the layout type is QPRINT_LAYOUT_MANUAL.
|
| GetGeneralViewInstructions/SetGeneralViewInstructions |
|---|
| /*optional*/ QuickPrintGeneralViewInsructions | GetGeneralViewInstructions | () |
| void | SetGeneralViewInstructions | ( /*optional*/ QuickPrintGeneralViewInsructions value) |
The general view instructions
|