CheckBoxConfig
Contents
[
Hide
]CheckBoxConfig class
Represents CheckBox element.
public class CheckBoxConfig : ParentConfig
Constructors
| Name | Description |
|---|---|
| CheckBoxConfig() | Create default instance of CheckBoxConfig |
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 |
| Multiselect { get; set; } | Allow to select multiple answers per question Overrides default settings in Multiselect |
| 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