class ParagraphExtensions

Parents

object

Brief

The class is an extension of ParagraphBuilder and SectionBuilder for adding content.

Static Public Methods

AddPageCount

Adds a page count field with a custom text and a specified font to the paragraph and returns the FormattedTextElementBuilder.

AddPageCount

Adds a page count field with a custom text to the paragraph and returns the FormattedTextElementBuilder.

AddPageCountToParagraph

Adds a page count field with a custom text and a specified font to the paragraph and returns the ParagraphBuilder.

AddPageCountToParagraph

Adds a page count field with a custom text to the paragraph and returns the ParagraphBuilder.

AddPageNumber

Adds a page number with a custom text to the paragraph.

AddPageNumber

Adds a page number with a custom text and a specified font to the paragraph.

AddPageNumber

Adds a page number with a custom text and specified font and offset to the paragraph.

AddPageNumberToParagraph

Adds a page number with a custom text and specified font and offset to the paragraph and returns the ParagraphBuilder.

AddPageNumberToParagraph

Adds a page number with a custom text to the paragraph and returns the ParagraphBuilder.

AddParagraph

Adds a paragraph to the section, configures the paragraph and returns the ParagraphBuilder.

AddParagraph

Adds a paragraph with default settings to the section and returns the ParagraphBuilder.

AddParagraph

Adds a paragraph with a string text and a tabulation symbol, if needed, to the section and returns the ParagraphBuilder.

AddParagraph

Adds a paragraph with default settings and an array of text elements to the section and returns the ParagraphBuilder.

AddParagraph

Adds a paragraph to the repeating area and configures the paragraph by a configuration action.

AddParagraph

Adds a paragraph with a string text to the section, configures it and returns the ParagraphBuilder.

AddParagraph

Adds a paragraph with a string text to the repeating area, configures the paragraph, and returns the ParagraphBuilder.

AddParagraph

Adds a new paragraph to the repeating area and returns the ParagraphBuilder.

AddParagraph

Adds a paragraph with a string text and a tabulation symbol, if needed, to the repeating area, and returns the ParagraphBuilder.

AddParagraph

Adds a paragraph with a string text to the repeating area and returns the ParagraphBuilder.

AddParagraphToRepeatingArea

Adds a paragraph to the repeating area, allows configuring the paragraph, and returns RepeatingAreaBuilder.

AddParagraphToRepeatingArea

Adds a paragraph with a string text to the repeating area, configures the paragraph, and returns RepeatingAreaBuilder.

AddParagraphToRepeatingArea

Adds a paragraph with a string text and a tabulation symbol, if needed, to the repeating area, and returns the RepeatingAreaBuilder.

AddParagraphToSection

Adds a paragraph to the section, allows configuring the paragraph and returns the SectionBuilder.

AddParagraphToSection

Adds a paragraph with a string text, adds a tabulation symbol, if needed, to the section and returns the SectionBuilder.

AddParagraphToSection

Adds a paragraph with a string text to the section, configures the paragraph and returns the SectionBuilder.

AddTabSymbol

Adds a tabulation symbol to the paragraph.

AddTabulation

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

AddTabulationInPercent

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

AddText

Adds an array of text elements to the paragraph.

AddText

Adds an array of text elements with a specified font to the paragraph.

AddText

Adds a text element, allows configuring it, and inserts a tabulation symbol, if needed.

AddTextToParagraph

Adds a text element with a certain text string and a tabulation symbol, if needed, to the paragraph, allows configuring the text element and returns the ParagraphBuilder.

AddTextToParagraph

Adds a text element with a text string with a specified font, and a tabulation symbol, if needed, to the paragraph and returns the ParagraphBuilder.

AddUrl

Adds a URL element to the paragraph, allows configuring the URL element and returns the ParagraphBuilder.

AddUrlToParagraph

Adds a URL element to the paragraph, allows configuring the URL element and returns the ParagraphBuilder.

back