LibreOffice
LibreOffice 24.2 SDK API Reference
|
Represents an item in a status bar. More...
import"XStatusbarItem.idl";
Public Member Functions | |
void | repaint () |
forces repainting the item onto the status bar device More... | |
Public Attributes | |
string | Command |
the command of the status bar item More... | |
unsigned short | ItemId |
the unique ID of the control within the status bar More... | |
unsigned long | Width |
the width of the status bar item More... | |
unsigned short | Style |
the style of the status bar item More... | |
long | Offset |
the offset between this status bar item and the following More... | |
com::sun::star::awt::Rectangle | ItemRect |
the rectangle on the status bar device onto which the item is drawn More... | |
string | Text |
the text of status bar item More... | |
string | HelpText |
the help text of the status bar item when extended help tips are on More... | |
string | QuickHelpText |
the help text of the status bar item when help tips are on More... | |
string | AccessibleName |
the accessible name of the status bar item More... | |
boolean | Visible |
whether the item is visible or not More... | |
Represents an item in a status bar.
void repaint | ( | ) |
forces repainting the item onto the status bar device
|
attribute |
the accessible name of the status bar item
|
attributereadonly |
the command of the status bar item
|
attribute |
the help text of the status bar item when extended help tips are on
|
attributereadonly |
the unique ID of the control within the status bar
|
attributereadonly |
the rectangle on the status bar device onto which the item is drawn
|
attributereadonly |
the offset between this status bar item and the following
|
attribute |
the help text of the status bar item when help tips are on
|
attributereadonly |
the style of the status bar item
The following values apply for a status bar item:
|
attribute |
the text of status bar item
|
attribute |
whether the item is visible or not
|
attributereadonly |
the width of the status bar item