Methods' Summary |
getRealInterface |
returns an interface to get access to user interface type specific functions.
|
Attributes' Summary |
Frame |
determines the document frame to which this element is bound to.
|
ResourceURL |
a resource URL which is a unique identifier of a user interface element.
|
Type |
determines the type of the user interface element.
|
Methods' Details |
getRealInterface
- Description
- returns an interface to get access to user interface type specific functions.
- Returns
- a special purpose interface which depends on the type of the user
interface element.
|
|
Attributes' Details |
Frame
[ readonly ] ::com::sun::star::frame::XFrame Frame;
- Description
- determines the document frame to which this element is bound to.
The life time of a user interface element does not explicitly depend on the
frame itself but on the visible component attached to the frame. It is possible
to exchange the visible component of a frame and that will lead to the end of
life of all user interface elements.
|
|
ResourceURL
[ readonly ] string ResourceURL;
- Description
- a resource URL which is a unique identifier of a user interface element.
|
|
Type
[ readonly ] short Type;
- Description
- determines the type of the user interface element.
- See also
- UIElementType
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.