[]
Various flags describing inline objects.
[Flags]
public enum InlineObjectFlags
<Flags>
Public Enum InlineObjectFlags
| Name | Description |
|---|---|
| BreakAfterMask | Mask for testing the line-breaking behavior after the inline object. |
| BreakBeforeMask | Mask for testing the line-breaking behavior before the inline object. |
| CanBreak | Indicates that a line break is allowed before or after the inline object. BreakBeforeMask BreakAfterMask |
| MayNotBreakAfter | Indicates that there should be no line break after the inline object. |
| MayNotBreakBefore | Indicates that there should be no line break before the inline object. |
| MustBreakAfter | Indicates that the line break must happen after the inline object. |
| MustBreakBefore | Indicates that the line break must happen before the inline object. |
| None | Indicates that none of the flags are set. |
| SidewaysInVerticalText | Indicates whether the inline object can appear rotated 90 or -90 degrees. |