| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ Double | GetElbowLength
()
Get method for attribute "ElbowLength" The elbow length for the leaders. If null, the default elbow lenghth is used if there are leaders present. |
| /*optional*/ Attachment | GetItemAttachment
()
Get method for attribute "ItemAttachment" The location where the detail item is attached. If this is null when retrieving the information from an existing symbol, the item's leader type is not supported by this product. |
| /*optional*/ Attachments | GetLeaders
()
Get method for attribute "Leaders" Sequence of leaders. Indicates the locations where the leaders should be attached.If null, the detail item will not have leaders. |
| void | SetElbowLength
(
/*optional*/
Double value)
Set method for attribute "ElbowLength" The elbow length for the leaders. If null, the default elbow lenghth is used if there are leaders present. |
| void | SetItemAttachment
(
/*optional*/
Attachment value)
Set method for attribute "ItemAttachment" The location where the detail item is attached. If this is null when retrieving the information from an existing symbol, the item's leader type is not supported by this product. |
| void | SetLeaders
(
/*optional*/
Attachments value)
Set method for attribute "Leaders" Sequence of leaders. Indicates the locations where the leaders should be attached.If null, the detail item will not have leaders. |
| Method Detail |
|---|
| GetItemAttachment/SetItemAttachment |
|---|
| /*optional*/ Attachment | GetItemAttachment | () |
| void | SetItemAttachment | ( /*optional*/ Attachment value) |
| The location where the detail item is attached. If this is null when retrieving the information from an existing symbol, the item's leader type is not supported by this product. |
| GetLeaders/SetLeaders |
|---|
| /*optional*/ Attachments | GetLeaders | () |
| void | SetLeaders | ( /*optional*/ Attachments value) |
| Sequence of leaders. Indicates the locations where the leaders should be attached.If null, the detail item will not have leaders. |
| GetElbowLength/SetElbowLength |
|---|
| /*optional*/ Double | GetElbowLength | () |
| void | SetElbowLength | ( /*optional*/ Double value) |
| The elbow length for the leaders. If null, the default elbow lenghth is used if there are leaders present. |