Show / Hide Table of Contents

Class ParagraphHost

Inheritance
object
ParagraphHost
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 class ParagraphHost

Constructors

ParagraphHost(Section)

Declaration
public ParagraphHost(Section section)
Parameters
Type Name Description
Section section

ParagraphHost(Cell)

Declaration
public ParagraphHost(Cell cell)
Parameters
Type Name Description
Cell cell

Properties

Cell

Declaration
public Cell Cell { get; }
Property Value
Type Description
Cell

Document

Declaration
public Document Document { get; }
Property Value
Type Description
Document

Section

Declaration
public Section Section { get; }
Property Value
Type Description
Section

Methods

AddParagraph()

Declaration
public Paragraph AddParagraph()
Returns
Type Description
Paragraph
In this article
Back to top Generated by DocFX