LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
XStatusbarItem Interface 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

Public Attributes

string Command
 the command of the status bar item
unsigned short ItemId
 the unique ID of the control within the status bar
unsigned long Width
 the width of the status bar item
unsigned short Style
 the style of the status bar item
long Offset
 the offset between this status bar item and the following
com::sun::star::awt::Rectangle ItemRect
 the rectangle on the status bar device onto which the item is drawn
string Text
 the text of status bar item
string HelpText
 the help text of the status bar item when extended help tips are on
string QuickHelpText
 the help text of the status bar item when help tips are on
string AccessibleName
 the accessible name of the status bar item
boolean Visible
 whether the item is visible or not

Detailed Description

Represents an item in a status bar.

See also
com::sun::star::frame::XStatusbarController
Since
LibreOffice 4.1

Member Function Documentation

◆ repaint()

void repaint ( )

forces repainting the item onto the status bar device

See also
com::sun::star::frame::XStatusbarController::paint()

Member Data Documentation

◆ AccessibleName

string AccessibleName
attribute

the accessible name of the status bar item

◆ Command

string Command
attributereadonly

the command of the status bar item

◆ HelpText

string HelpText
attribute

the help text of the status bar item when extended help tips are on

◆ ItemId

unsigned short ItemId
attributereadonly

the unique ID of the control within the status bar

◆ ItemRect

com::sun::star::awt::Rectangle ItemRect
attributereadonly

the rectangle on the status bar device onto which the item is drawn

See also
com::sun::star::frame::XStatusbarController::paint()

◆ Offset

long Offset
attributereadonly

the offset between this status bar item and the following

◆ QuickHelpText

string QuickHelpText
attribute

the help text of the status bar item when help tips are on

◆ Style

◆ Text

string Text
attribute

the text of status bar item

◆ Visible

boolean Visible
attribute

whether the item is visible or not

◆ Width

unsigned long Width
attributereadonly

the width of the status bar item


The documentation for this interface was generated from the following file: