Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / InlineObjectFlags Enumeration

In This Topic
    InlineObjectFlags Enumeration
    In This Topic
    Various flags describing inline objects.
    Syntax
    'Declaration
     
    Public Enum InlineObjectFlags 
       Inherits System.Enum
    public enum InlineObjectFlags : System.Enum 
    Members
    MemberDescription
    BreakAfterMaskMask for testing the line-breaking behavior after the inline object.
    BreakBeforeMaskMask for testing the line-breaking behavior before the inline object.
    CanBreakIndicates that a line break is allowed before or after the inline object.
    MayNotBreakAfterIndicates that there should be no line break after the inline object.
    MayNotBreakBeforeIndicates that there should be no line break before the inline object.
    MustBreakAfterIndicates that the line break must happen after the inline object.
    MustBreakBeforeIndicates that the line break must happen before the inline object.
    NoneIndicates that none of the flags are set.
    SidewaysInVerticalTextIndicates whether the inline object can appear rotated 90 or -90 degrees.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Text.InlineObjectFlags

    See Also