Attributes' Summary |
Name |
the name of the component.
|
Height |
specifies the height of the control.
|
PositionX |
specifies the horizontal position of the control.
|
PositionY |
specifies the vertical position of the control.
|
Width |
specifies the width of the control.
|
ControlBorder |
specifies the border style of the control.
|
ControlBorderColor |
specifies the color of the border, if present
|
PrintRepeatedValues |
Specifies that recurring values are printed.
If set to true then the value will be printed every time. If set to false then the value will only be printed once.
The default value is true .
|
Section |
Specifies the section where the control belongs to.
This is a shortcut to get control hierachy up.
This value is NULL when the control was not inserted in any section.
|
Attributes' Details |
Name
|
Height
[ bound ] long Height;
- Description
- specifies the height of the control.
|
|
PositionX
[ bound ] long PositionX;
- Description
- specifies the horizontal position of the control.
|
|
PositionY
[ bound ] long PositionY;
- Description
- specifies the vertical position of the control.
|
|
Width
[ bound ] long Width;
- Description
- specifies the width of the control.
|
|
ControlBorder
|
ControlBorderColor
|
PrintRepeatedValues
[ bound ] boolean PrintRepeatedValues
- get raises (::com::sun::star::beans::UnknownPropertyException)
- set raises (::com::sun::star::beans::UnknownPropertyException);
- Description
- Specifies that recurring values are printed.
If set to true then the value will be printed every time. If set to false then the value will only be printed once.
The default value is true .
|
|
Section
[ readonly ] XSection Section;
- Description
- Specifies the section where the control belongs to.
This is a shortcut to get control hierachy up.
This value is NULL when the control was not inserted in any section.
|
|
Copyright © 2003 Sun Microsystems, Inc.