:: com :: sun :: star :: awt :: tab ::
|
unpublished |
interface XTabPageModel |
|
|
|
- Usage Restrictions
- not published
- Description
- specifies an XTabPageModel interface.
- Since
- OOo 3.4
|
Attributes' Summary |
TabPageID |
ID for tab page.
|
Enabled |
determines whether a tab page is enabled or disabled.
|
Title |
specifies the text that is displayed in the tab bar of the tab page.
|
ImageURL |
specifies a URL that references a graphic that should be displayed in the tab bar.
|
Tooltip |
specifies a tooltip text that should be displayed in the tab bar.
|
Attributes' Details |
TabPageID
[ readonly ] short TabPageID;
- Description
- ID for tab page.
|
|
Enabled
boolean Enabled;
- Description
- determines whether a tab page is enabled or disabled.
|
|
Title
string Title;
- Description
- specifies the text that is displayed in the tab bar of the tab page.
|
|
ImageURL
string ImageURL;
- Description
- specifies a URL that references a graphic that should be displayed in the tab bar.
|
|
Tooltip
string Tooltip;
- Description
- specifies a tooltip text that should be displayed in the tab bar.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.