:: ooo :: vba :: excel ::

unpublished interface XButton
Usage Restrictions
not published
Description
Additional attributes for a push button drawing control (this interface does not belong to ActiveX form controls).

Methods' Summary
Characters Access to text and text formatting of the button caption.  
Attributes' Summary
Caption Visible caption of the button.  
Font Font settings for the entire caption text.  
HorizontalAlignment Horizontal alignment of the caption.  
VerticalAlignment Vertical alignment of the caption.  
Orientation Orientation (rotation) of the text. Must be a value from ooo::vba::excel::XlOrientation.  
Methods' Details
Characters
XCharacters
Characters( [in] any  aStart,
[in] any  aLength );

Description
Access to text and text formatting of the button caption.
Attributes' Details
Caption
string Caption;
Description
Visible caption of the button.
Font
XFont Font;
Description
Font settings for the entire caption text.
HorizontalAlignment
long HorizontalAlignment;
Description
Horizontal alignment of the caption.
VerticalAlignment
long VerticalAlignment;
Description
Vertical alignment of the caption.
Orientation
long Orientation;
Description
Orientation (rotation) of the text. Must be a value from ooo::vba::excel::XlOrientation.
Top of Page