Class InlineContainer
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
The container for inline elements.
public sealed class InlineContainer
- Inheritance
-
InlineContainer
- Inherited Members
Remarks
Inline elements can be placed horizontally in the same line.
Read the InlineContainer section of the Compound containers article for examples of using inline containers.
The .NET PDF generator article provides essential information on how to generate PDFs with the API.
Methods
- AlignBottom()
Vertically aligns elements to the bottom.
- AlignCenter()
Horizontally aligns elements to the center.
- AlignJustify()
Horizontally aligns elements to fit available width.
- AlignLeft()
Horizontally aligns elements to the left.
- AlignMiddle()
Vertically aligns elements to the center.
- AlignRight()
Horizontally aligns elements to the right.
- AlignSpaceAround()
Horizontally aligns elements to fit available width and add spacing before the first element and after the last element.
- AlignTop()
Vertically aligns elements to the top.
- HorizontalSpacing(double)
Sets the horizontal spacing.
- Item()
Adds the inline item.
- Spacing(double)
Sets the horizontal and vertical spacings.
- VerticalSpacing(double)
Sets the vertical spacing.