Show / Hide Table of Contents

Class MigraDocExtensions

Inheritance
object
MigraDocExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Colectica.Reporting.Migra
Assembly: Colectica.Reporting.dll
Syntax
public static class MigraDocExtensions

Methods

AddHtml(Paragraph, string)

Declaration
public static void AddHtml(this Paragraph paragraph, string html)
Parameters
Type Name Description
Paragraph paragraph
string html

AddHtml(Cell, string)

Declaration
public static void AddHtml(this Cell cell, string html)
Parameters
Type Name Description
Cell cell
string html
In this article
Back to top Generated by DocFX