[]
Flags that represent the line-breaking behavior caused by an element when it is contained in a paragraph.
[Flags]
public enum Element.LineBreak
Name | Description |
---|---|
After | Insert line breaks after the element. |
Before | Insert line breaks before the element. |
None | The element does not cause line breaks. |