Body Properties
This topic lists the properties of the Body object in a library component.
The Body object in library components resembles the Report Body object in page reports and web reports. It works as a flow layout container to hold the components in a library component.
| Property Name | Description |
|---|---|
| Border | |
| Bottom Border Color | Shows the color of the bottom border line of the object. This property is read only.
Data type: String |
| Bottom Border Thickness | Shows the thickness of the bottom border line of the object. This property is read only.
Data type: Float |
| Bottom Line | Shows the line style of the bottom border of the object. This property is read only.
Data type: Enumeration |
| Left Border Color | Shows the color of the left border line of the object. This property is read only.
Data type: String |
| Left Border Thickness | Shows the thickness of the left border line of the object. This property is read only.
Data type: Float |
| Left Line | Shows the line style of the left border of the object. This property is read only.
Data type: Enumeration |
| Right Border Color | Shows the color of the right border line of the object. This property is read only.
Data type: String |
| Right Border Thickness | Shows the thickness of the right border line of the object. This property is read only.
Data type: Float |
| Right Line | Shows the line style of the right border of the object. This property is read only.
Data type: Enumeration |
| Top Border Color | Shows the color of the top border line of the object. This property is read only.
Data type: String |
| Top Border Thickness | Shows the thickness of the top border line of the object. This property is read only.
Data type: Float |
| Top Line | Shows the line style of the top border of the object. This property is read only.
Data type: Enumeration |
| Color | |
| Background | Specifies the background color of the object. Choose a color from the drop-down list or select Custom to customize a color. You can also type a hexadecimal RGB value (for example, 0xff0000) to specify a color.
Data type: String |
| CSS | |
| Class | Specifies a CSS class to be applied to the object which is a valid class in the CSS file.
Data type: String |
| Padding | |
| Bottom Padding | Specifies the space between the text and the bottom border of the object. Type a numeric value to change the padding.
Data type: Float |
| Left Padding | Specifies the space between the text and the left border of the object. Type a numeric value to change the padding.
Data type: Float |
| Right Padding | Specifies the space between the text and the right border of the object. Type a numeric value to change the padding.
Data type: Float |
| Top Padding | Specifies the space between the text and the top border of the object. Type a numeric value to change the padding.
Data type: Float |
| Margin | |
| Bottom Margin | Specifies the distance between the body and the bottom border of the content. Type a numeric value to change the margin.
Data type: Float |
| Left Margin | Specifies the distance between the body and the left border of the content. Type a numeric value to change the margin.
Data type: Float |
| Right Margin | Specifies the distance between the body and the right border of the content. Type a numeric value to change the margin.
Data type: Float |
| Top Margin | Specifies the distance between the body and the top border of the content. Type a numeric value to change the margin.
Data type: Float |
Previous Topic