TableTitleConfig
Contents
[
Hide
]TableTitleConfig class
Represents TableTitle element. Display title. Used with TableConfig
public class TableTitleConfig : BaseConfig
Constructors
Name | Description |
---|---|
TableTitleConfig() | Create instance with default values |
Properties
Name | Description |
---|---|
BorderBottomStyle { get; set; } | Additional style for bottom border |
BorderLeftStyle { get; set; } | Additional style for left border |
BorderRightStyle { get; set; } | Additional style for right border |
BorderTopStyle { get; set; } | Additional style for top border |
override Name { get; set; } | Text value of title |
override Type { get; set; } | Type of omr element. Required field for JSON serialization. |
Fields
Name | Description |
---|---|
BackgroundColor | The background color of the table title |
BorderColor | Color of the border |
BorderSize | The size of the border |
BorderType | Border type |
Color | The color of the text |
FontFamily | The font family of the text |
FontSize | The size of the text font |
FontStyle | The style of the text |
See Also
- class BaseConfig
- namespace Aspose.OMR.Generation.Config.Elements.Table
- assembly Aspose.OMR