| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| String | GetApplicationType
()
Get method for attribute "ApplicationType" Returns the type of the object embedded in the model. |
| Outline2D | GetOutline
()
Get method for attribute "Outline" Obtains the extents of the OLE object in the drawing. |
| /*optional*/ String | GetPath
()
Get method for attribute "Path" Returns the path to the file which is referenced by the OLE object. |
| int | GetSheet
()
Get method for attribute "Sheet" Returns the sheet index on which the OLE object is embedded. |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource |
|---|
| AddActionListener, RemoveActionListener, AddActionListenerWithType |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner |
|---|
| DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent |
|---|
| GetChild |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner |
|---|
| GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem |
|---|
| GetName, SetName, GetId, GetType |
| Methods Inherited from Interface com.ptc.pfc.pfcDetail.DetailItem |
|---|
| GetDetailType, Delete |
| Method Detail |
|---|
| GetSheet |
|---|
| int | GetSheet | () |
Returns the sheet index on which the OLE object is embedded.
|
| GetOutline |
|---|
| Outline2D | GetOutline | () |
Obtains the extents of the OLE object in the drawing.
|
| GetApplicationType |
|---|
| String | GetApplicationType | () |
Returns the type of the object embedded in the model.
|
| GetPath |
|---|
| /*optional*/ String | GetPath | () |
| Returns the path to the file which is referenced by the OLE object. Returns null if the OLE object is not a link to an external file. Exceptions thrown (but not limited to): XToolkitNotFound - The object refers to a fully embedded object and not an external file.
|