Language
The Free and Open Productivity Suite
:: com :: sun :: star :: ui ::
|
unpublished |
interface XStatusbarItem |
|
|
|
- Usage Restrictions
- not published
- Description
- Represents an item in a status bar
- Since
- Apache OpenOffice 4.0
- See also
- ::com::sun::star::frame::XStatusbarController
|
Methods' Summary |
repaint |
forces repainting the item onto the status bar device
|
Attributes' Summary |
Command |
the command of the status bar item
|
ItemId |
the unique ID of the control within the status bar
|
Width |
the width of the status bar item
|
Style |
the style of the status bar item
|
Offset |
the offset between this status bar item and the following
|
ItemRect |
the rectangle on the status bar device onto which the item is drawn
|
Text |
the text of status bar item
|
HelpText |
the help text of the status bar item when extended help tips are on
|
QuickHelpText |
the help text of the status bar item when help tips are on
|
AccessibleName |
the accesible name of the status bar item
|
Visible |
whether the item is visible or not
|
Attributes' Details |
Command
[ readonly ] string Command;
- Description
- the command of the status bar item
|
|
ItemId
[ readonly ] unsigned short ItemId;
- Description
- the unique ID of the control within the status bar
|
|
Width
[ readonly ] unsigned long Width;
- Description
- the width of the status bar item
|
|
Style
[ readonly ] unsigned short Style;
- Description
- the style of the status bar item
The following values apply for a status bar item:
- See also
- ItemStyle
|
|
Offset
[ readonly ] long Offset;
- Description
- the offset between this status bar item and the following
|
|
ItemRect
|
Text
string Text;
- Description
- the text of status bar item
|
|
HelpText
string HelpText;
- Description
- the help text of the status bar item when extended help tips are on
|
|
QuickHelpText
string QuickHelpText;
- Description
- the help text of the status bar item when help tips are on
|
|
AccessibleName
string AccessibleName;
- Description
- the accesible name of the status bar item
|
|
Visible
boolean Visible;
- Description
- whether the item is visible or not
|
|
Top of Page
Copyright © 2013, 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.