TextConfig
Contents
[
Hide
]TextConfig class
Represents Text element. Used for displaying information. Does not participate in recognition.
public class TextConfig : BaseConfig
Constructors
| Name | Description | 
|---|---|
| TextConfig() | The default constructor. | 
Properties
| Name | Description | 
|---|---|
| Color { get; set; } | The color of the text | 
| 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; } | Text that needs to be displayed | 
| TextAlignment { get; set; } | Text alignment, indicating where text should be drawn on page | 
| 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