Version

Search Results

AddPageNumber(PageNumberFormat,Hyperlink) Method

Adds a page number element to the content of the text. Syntax Parameters format Page number format.hyperlink Text hyperlink.

AddPageNumber(PageNumberFormat,Style) Method

Adds a page number element to the content of the text. Syntax Parameters format Page number format.style Text style.

AddPageNumber(PageNumberFormat,Style,Hyperlink) Method

Adds a page number element to the content of the text. Syntax Parameters format Page number format.style Text style.hyperlink Text hyperlink.

AddPageNumber Method

Adds a page number element to the content of the text. Overload List

AddRichContent(Char[]) Method

Adds an array of characters that contains html like formatted data to the content of the text. Syntax Parameters text Array of characters to add. Remarks The following tags are supported by this method:

AddRichContent(Char[],Boolean) Method

Adds an array of characters that contains html like formatted data to the content of the text. Syntax Parameters text Array of characters to add.normalize A boolean value indicating whether to apply html like font size normalization. Remarks The following tags are supported by this method:

AddRichContent(String) Method

Adds a string that contains html like formatted data to the content of the text. Syntax Parameters text String to add. Remarks The following tags are supported by this method:

AddRichContent(String,Boolean) Method

Adds a string that contains html like formatted data to the content of the text. Syntax Parameters text String to add.normalize A boolean value indicating whether to apply html like font size normalization. Remarks The following tags are supported by this method:

AddRichContent Method

Adds an array of characters that contains html like formatted data to the content of the text. Overload List

AddTarget(String) Method

Adds a target element to the content of the text. Syntax Parameters name Target name. Remarks A target is used in combination with with a Infragistics.Documents.Reports.Report.Index.IIndex. In order for the index to see a word on multiple pages, the word needs to be added as a target for each text element that it ...