CheckBoxConfig
Contents
[
Hide
]CheckBoxConfig class
Represents CheckBox element.
public class CheckBoxConfig : ParentConfig
Constructors
Name | Description |
---|---|
CheckBoxConfig() | The default constructor. |
Properties
Name | Description |
---|---|
BubbleSize { get; set; } | Size of rectangle for each option(children) |
BubbleType { get; set; } | The type of a bubble |
override Children { get; set; } | Child omr elements. In most cases positioned inside of parent or below. |
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 |
HideName { get; set; } | Control display of CheckBox name in template |
override Name { get; set; } | name of Check box. by default displayed before first check box. Can be hidden by HideName |
Orientation { get; set; } | Control position of child elements. Currently support only horizontal. |
Threshold { get; set; } | Custom recognition marker. By default set to 3%. Check box will be considered marked if 3% of it’s region is filled. Can be customized to any other threshold. Does not affect global threshold |
override Type { get; set; } | Type of omr element. Required field for JSON serialization. |
See Also
- class ParentConfig
- namespace Aspose.OMR.Generation.Config.Elements.Parents
- assembly Aspose.OMR