このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Constants' Group ItemStyle
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: ui ::

unpublished constants group ItemStyle
Usage 制限s
not published
Description
明示するs styles which 影響(力) the 外見 and the 行為 of an 使用者 interface item.

These styles are only valid if the item 述べるs a toolbar or statusbar item. The style values can be 連合させるd with the OR 操作者. Styles which are not valid for an item will be ignored by the 実施.
There are two styles where only one value is valid: Alignment:

  • ALIGN_LEFT
  • ALIGN_CENTER
  • ALIGN_RIGHT
製図/抽選:
  • DRAW_OUT3D
  • DRAW_IN3D
  • DRAW_FLAT

Since
OOo 2.0

Constants
ALIGN_LEFT 明示するs how the 生産(高) of the item is 提携させるd in the bounding box of the 使用者 interface element.  
ALIGN_CENTER 明示するs how the 生産(高) of the item is 提携させるd in the bounding box of the 使用者 interface element.  
ALIGN_RIGHT 明示するs how the 生産(高) of the item is 提携させるd in the bounding box of the 使用者 interface element.  
DRAW_OUT3D 明示するs how the 実施 should draw the item.  
DRAW_IN3D 明示するs how the 実施 should draw the item.  
DRAW_FLAT 明示するs how the 実施 should draw the item.  
OWNER_DRAW 明示するs whether or not a item is 陳列する,発揮するd using an 外部の 機能(する)/行事.  
AUTO_SIZE 明示するs whether or not the size of the item is 始める,決める automatically by the parent 使用者 interface element.  
RADIO_CHECK 決定するs whether the item unchecks neighbor 入ること/参加(者)s which have also this style 始める,決める.  
ICON 明示するs if an icon is placed on left 味方する of the text, like an 入ること/参加(者) in a taskbar.  
DROP_DOWN 明示するs that the item supports a dropdown menu or toolbar for 付加 機能(する)/行事s.  
REPEAT 示すs that the item continues to 遂行する/発効させる the 命令(する) while you click and 持つ/拘留する the mouse button.  
DROPDOWN_ONLY 示すs that the item only supports a dropdown menu or toolbar for 付加 機能(する)/行事s. There is no 機能(する)/行事 on the button itself.  
TEXT 示すs if icon, text or text+icon is 陳列する,発揮するd for the item.  
Constants' 詳細(に述べる)s
ALIGN_LEFT
const short ALIGN_LEFT = 1;
Description
明示するs how the 生産(高) of the item is 提携させるd in the bounding box of the 使用者 interface element.

This style is only valid for an item which 述べるs a statusbar item. Draw item with a left 提携させるd 生産(高).

ALIGN_CENTER
const short ALIGN_CENTER = 2;
Description
明示するs how the 生産(高) of the item is 提携させるd in the bounding box of the 使用者 interface element.

This style is only valid for an item which 述べるs a statusbar item. Draw item with a 中心d 提携させるd 生産(高).

ALIGN_RIGHT
const short ALIGN_RIGHT = 3;
Description
明示するs how the 生産(高) of the item is 提携させるd in the bounding box of the 使用者 interface element.

This style is only valid for an item which 述べるs a statusbar item. Draw item with a 権利 提携させるd 生産(高).

DRAW_OUT3D
const short DRAW_OUT3D = 4;
Description
明示するs how the 実施 should draw the item.

This style is only valid for an item which 述べるs a statusbar item. Draw item with an embossed 3D 影響.

DRAW_IN3D
const short DRAW_IN3D = 8;
Description
明示するs how the 実施 should draw the item.

This style is only valid for an item which 述べるs a statusbar item. Draw item with an impressed 3D 影響.

DRAW_FLAT
const short DRAW_FLAT = 12;
Description
明示するs how the 実施 should draw the item.

This style is only valid for an item which 述べるs a statusbar item. Draw item without an 3D 影響.

OWNER_DRAW
const short OWNER_DRAW = 16;
Description
明示するs whether or not a item is 陳列する,発揮するd using an 外部の 機能(する)/行事.

This style is only valid if the item 述べるs a statusbar item.

AUTO_SIZE
const short AUTO_SIZE = 32;
Description
明示するs whether or not the size of the item is 始める,決める automatically by the parent 使用者 interface element.

This style is only valid if the item 述べるs a toolbar or statusbar item.

RADIO_CHECK
const short RADIO_CHECK = 64;
Description
決定するs whether the item unchecks neighbor 入ること/参加(者)s which have also this style 始める,決める.

This style is only valid if the item 述べるs a toolbar item.

ICON
const short ICON = 128;
Description
明示するs if an icon is placed on left 味方する of the text, like an 入ること/参加(者) in a taskbar.

This style is only valid if the item 述べるs a toolbar item and 明白な if style of the toolbar is 始める,決める to symboltext.

This style can also be used for custom toolbars and menus, in a custom toolbar an item's Style setting can used to 無視/無効 the toolbar コンテナ setting, the style can be bitwise OR-ed with TEXT to define text, text+icon or icon only is to be 陳列する,発揮するd. 類似して for menu items, an items Style can 無視/無効 the 使用/適用 setting to 陳列する,発揮する either text or icon ( 公式文書,認める: for menu an icon only setting 解釈する/通訳するd as icon+text )

DROP_DOWN
const short DROP_DOWN = 256;
Description
明示するs that the item supports a dropdown menu or toolbar for 付加 機能(する)/行事s.

This style is only valid if the item 述べるs a toolbar item.

REPEAT
const short REPEAT = 512;
Description
示すs that the item continues to 遂行する/発効させる the 命令(する) while you click and 持つ/拘留する the mouse button.

This style is only valid if the item 述べるs a toolbar item.

DROPDOWN_ONLY
const short DROPDOWN_ONLY = 1024;
Description
示すs that the item only supports a dropdown menu or toolbar for 付加 機能(する)/行事s. There is no 機能(する)/行事 on the button itself.

This style is only valid if the item 述べるs a toolbar item.

TEXT
const short TEXT = 2048;
Description
示すs if icon, text or text+icon is 陳列する,発揮するd for the item.

This style can be used for custom toolbars and menus, in a custom toolbar an item's Style setting can used to 無視/無効 the toolbar コンテナ setting, the style can be bitwise OR-ed with ICON to define text, text+icon or icon only is to be 陳列する,発揮するd. 類似して for menu items, an items Style can 無視/無効 the 使用/適用 setting to 陳列する,発揮する either text or icon ( 公式文書,認める: for menu an icon only setting 解釈する/通訳するd as icon+text )

最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.