[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.InlineObjectFlags

InlineObjectFlags Enum

Various flags describing inline objects.

Namespace: GrapeCity.Documents.Text
Assembly: DS.Documents.Imaging.dll
Syntax
[Flags]
public enum InlineObjectFlags
<Flags>
Public Enum InlineObjectFlags

Fields

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.