ParagraphConfig

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

NameDescription
ParagraphConfig()Create instance with default values

Properties

NameDescription
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