static public method ParagraphExtensions.AddTabulation

Brief

Adds a tabulation with the position specified as the X coordinate to the paragraph.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  AddTabulation (this Gehtsoft.PDFFlow.Builder.ParagraphBuilder paragraph, System.Single position, Gehtsoft.PDFFlow.Models.Enumerations.TabulationType tabulationType = Left, Gehtsoft.PDFFlow.Models.Enumerations.TabulationLeading leading = None)

Parameters
paragraph

This ParagraphBuilder.

position

The X coordinate of the tabulation position.

tabulationType

The tabulation type.

leading

The tabulation leading.

Declared in ParagraphExtensions

back