'Declaration Public Enum InlineObjectFlags Inherits System.Enum
public enum InlineObjectFlags : System.Enum
'Declaration Public Enum InlineObjectFlags Inherits System.Enum
public enum InlineObjectFlags : System.Enum
Member | 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. |
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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Text.InlineObjectFlags