InlineContainer Class

The container for inline elements.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.Layout.InlineContainer

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public sealed class InlineContainer
VB
Public NotInheritable Class InlineContainer

The InlineContainer type exposes the following members.

Methods

  NameDescription
Public methodAlignBottom
Vertically aligns elements to the bottom.
Public methodAlignCenter
Horizontally aligns elements to the center.
Public methodAlignJustify
Horizontally aligns elements to fit available width.
Public methodAlignLeft
Horizontally aligns elements to the left.
Public methodAlignMiddle
Vertically aligns elements to the center.
Public methodAlignRight
Horizontally aligns elements to the right.
Public methodAlignSpaceAround
Horizontally aligns elements to fit available width and add spacing before the first element and after the last element.
Public methodAlignTop
Vertically aligns elements to the top.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHorizontalSpacing
Sets the horizontal spacing.
Public methodItem
Adds the inline item.
Public methodSpacing
Sets the horizontal and vertical spacings.
Public methodToString (Inherited from Object.)
Public methodVerticalSpacing
Sets the vertical spacing.

Remarks

Inline elements can be placed horizontally in the same line.

See Also