ContentConfig
Contents
[
Hide
]ContentConfig class
Represent content element. Can be used as child element in the table.
public class ContentConfig : BaseConfig
Constructors
Name | Description |
---|---|
ContentConfig() | The default constructor. |
Properties
Name | Description |
---|---|
Alignment { get; set; } | Alignment of content string inside parent |
Color { get; set; } | The color of the text |
ContentType { get; set; } | Type of text display. |
FontFamily { get; set; } | The font family of the text |
FontSize { get; set; } | The size of the text font |
FontStyle { get; set; } | The style of the text |
override Name { get; set; } | Content value |
override Type { get; set; } | Type of omr element. Required field for JSON serialization. |
See Also
- class BaseConfig
- namespace Aspose.OMR.Generation.Config.Elements
- assembly Aspose.OMR