static public method ParagraphExtensions.AddUrl

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.FormattedTextElementBuilder  AddUrl (this Gehtsoft.PDFFlow.Builder.ParagraphBuilder paragraph, string urlValue, string displayText = null, System.Action<Gehtsoft.PDFFlow.Builder.FormattedTextElementBuilder> urlConfig = null)

Parameters
paragraph

This ParagraphBuilder.

urlValue

The URL string value.

displayText

The URL element display text.

urlConfig

An additional URL configuration action.

Declared in ParagraphExtensions

back