ParagraphConfig
Contents
[
Hide
]ParagraphConfig class
Represents Paragraph element. Paragraph can consist of both text and text with an image. The image is specified by coordinates x, y.
public class ParagraphConfig : ParentConfig
Constructors
Name | Description |
---|---|
ParagraphConfig() | Create instance with default values |
Properties
Name | Description |
---|---|
override Children { get; set; } | Child omr elements. In most cases positioned inside of parent or below. |
override Name { get; set; } | Name of paragraph |
ParagraphType { get; set; } | Type of Paragraph |
override Type { get; set; } | Type of omr element. Required field for JSON serialization. |
VerticalAlignment { get; set; } | Alignment of child elements. Only usable with Inline paragraph type |
See Also
- class ParentConfig
- namespace Aspose.OMR.Generation.Config.Elements.Parents
- assembly Aspose.OMR