ChoiceBoxConfig
Contents
[
Hide
]ChoiceBoxConfig class
The choice box is a basic element that represents a single question with set amount of answers.
public class ChoiceBoxConfig : ParentConfig
Constructors
| Name | Description |
|---|---|
| ChoiceBoxConfig() | Create default instance of ChoiceBoxConfig |
Properties
| Name | Description |
|---|---|
| override Children { get; set; } | Child omr elements. ChoiceBoxAnswerConfig |
| Color { get; set; } | The color of the text |
| DisplayQuestionNumber { get; set; } | Should we display number of this question. By default - true |
| 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 |
| Multiselect { get; set; } | Allow to select multiple answers per question Overrides default settings in Multiselect |
| override Name { get; set; } | name of Choice box. For display value QuestionText |
| QuestionText { get; set; } | Gets or sets question text for ChoiceBox element |
| 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 ParentConfig
- namespace Aspose.OMR.Generation.Config.Elements
- assembly Aspose.OMR