Class ParagraphHost
Inheritance
ParagraphHost
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
Document
Declaration
public Document Document { get; }
Property Value
Section
Declaration
public Section Section { get; }
Property Value
Methods
AddParagraph()
Declaration
public Paragraph AddParagraph()
Returns