static public method ParagraphExtensions.AddTabulationInPercent

Brief

Adds a tabulation with the position specified in percent to the paragraph.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  AddTabulationInPercent (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 tabulation position in percent.

tabulationType

The tabulation type.

leading

The tabulation leading.

Declared in ParagraphExtensions

back