[Integration Kit Contents] [Integration Kit What's New] [Integration Kit Function Index] [More Documentation] [PTC]

Object Linking and Embedding - Inquiries

Structures:
sd-am-ole-attributes-struct

Predicates:
sd-am-ole-p

Inquiries:
sd-am-inq-ole-attributes

Function Index Top of Page

SD-AM-OLE-ATTRIBUTES-STRUCT  [structure]

(sd-am-ole-attributes-struct-p                     sd-am-ole-attributes-struct)
(sd-am-ole-attributes-struct-name                  sd-am-ole-attributes-struct)
(sd-am-ole-attributes-struct-program-id            sd-am-ole-attributes-struct)
(sd-am-ole-attributes-struct-program-name          sd-am-ole-attributes-struct)
(sd-am-ole-attributes-struct-width-factor          sd-am-ole-attributes-struct)
(sd-am-ole-attributes-struct-height-factor         sd-am-ole-attributes-struct)
(sd-am-ole-attributes-struct-width                 sd-am-ole-attributes-struct)
(sd-am-ole-attributes-struct-height                sd-am-ole-attributes-struct)
(sd-am-ole-attributes-struct-corners               sd-am-ole-attributes-struct)
(sd-am-ole-attributes-struct-horizontal-size       sd-am-ole-attributes-struct)
(sd-am-ole-attributes-struct-vertical-size         sd-am-ole-attributes-struct)
(sd-am-ole-attributes-struct-width-pixel           sd-am-ole-attributes-struct)
(sd-am-ole-attributes-struct-height-pixel          sd-am-ole-attributes-struct)
(sd-am-ole-attributes-struct-abs-angle             sd-am-ole-attributes-struct)
Description:
A Lisp structure containing specific OLE attributes data.
Slots:
name {STRING} - OLE name
program-id {STRING} - ClassIDentifier as Globally Unique Identifier
program-name {STRING} - name of program (localized) registered with program-id
width-factor {LONG-FLOAT} - cumulative scale factor in percentage for width
height-factor {LONG-FLOAT} - cumulative scale factor in percentage for height
width {LONG-FLOAT} - Width of OLE
height {LONG-FLOAT} - Height of OLE
corners {LIST of GPNT2D} - The lower left and upper right corner of the OLE
horizontal-size {LONG-FLOAT} - Width of OLE box
vertical-size {LONG-FLOAT} - Height of OLE box
width-pixel {FIXNUM} - Width of OLE in pixels
height-pixel {FIXNUM} - Height of OLE in pixels
abs-angle {FLOAT} - angle of rotation
See Also:
SD-AM-INQ-OLE-ATTRIBUTES [function]

Function Index Top of Page

SD-AM-OLE-P  [function]

(sd-am-ole-p item)
Description:
Predicate to determine whether or not an item is an OLE.
Parameters:
element {SEL_ITEM} - The element to inquire.
Return Value:
t - The element is an OLE.
nil - The element is not an OLE.

Function Index Top of Page

SD-AM-INQ-OLE-ATTRIBUTES  [function]

(sd-am-inq-ole-attributes ole)
Description:
Inquire the attributes of a given OLE.
Parameters:
ole {SEL_ITEM} - The OLE to inquire.
Return Value:
{SD-AM-OLE-ATTRIBUTES-STRUCT} - A Lisp structure describing the OLE parameters.
[Integration Kit Contents] [Integration Kit What's New] [Integration Kit Function Index] [More Documentation] [PTC]
© 2023 Parametric Technology GmbH
(a subsidiary of PTC Inc.), All Rights Reserved