Inline ClassGemBox.Document Help
Represents a base class for all inline elements, like Run, Picture, Hyperlink, Field, BookmarkStart, BookmarkEnd, SpecialCharacter and PreservedInline.
Inheritance Hierarchy

System Object
  GemBox.Document Element
    GemBox.Document Inline
      GemBox.Document BookmarkEnd
      GemBox.Document BookmarkStart
      GemBox.Document Field
      GemBox.Document Hyperlink
      GemBox.Document Picture
      GemBox.Document PreservedInline
      GemBox.Document Run
      GemBox.Document SpecialCharacter

Namespace: GemBox.Document
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax

public abstract class Inline : Element
Remarks

Inline elements are contained in the same line with other inline elements that are in the same InlineCollection.

Inline elements, predominantly Runs, are contained in a Paragraph or other inline content elements, such as Hyperlink or a Field.

For more information, see GemBox.Document Content Model.

See Also