TextContainer.Element Method

Adds an arbitrary content to the current paragraph.

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

Syntax

C#
public LayoutContainer Element()
VB
Public Function Element As LayoutContainer

Return Value

Type: LayoutContainer
The added layout container.

Remarks

This method does not complete the current paragraph. I.e., a next text chunk will be placed in the same paragraph.

See Also