ChoiceBoxAnswerConfig
ChoiceBoxAnswerConfig class
可能的答案之一。问题使用 - 的 ChoiceBoxConfig 设置
public class ChoiceBoxAnswerConfig : BaseConfig
构造函数
| 名称 | 描述 |
|---|---|
| ChoiceBoxAnswerConfig() | 默认构造函数。 |
属性
| 名称 | 描述 |
|---|---|
| BubbleValue { get; set; } | 气泡内的值。如果为空,将使用英文字母。 |
| Color { get; set; } | 文本颜色 |
| FontFamily { get; set; } | 文本的字体族 |
| FontSize { get; set; } | 文本字体的大小 |
| FontStyle { get; set; } | 文本的样式 |
| override Name { get; set; } | 答案文本。 |
| RowIndex { get; set; } | 此答案应放置在哪一行。可以重复以在同一行绘制多个答案。 |
| TextAlignment { get; set; } | 文本对齐,指示文本应在页面上的绘制位置 |
| override Type { get; set; } | OMR 元素的类型。JSON 序列化所需的字段。 |
另请参阅
- class BaseConfig
- namespace Aspose.OMR.Generation.Config.Elements
- assembly Aspose.OMR