Create a new HtmlParagraph from a string, using the stylesheet.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public XhtmlParagraph( string html, CssStyleSheet styleSheet ) |
| Visual Basic |
|---|
Public Sub New ( _ html As String, _ styleSheet As CssStyleSheet _ ) |
Parameters
- html
- Type: System..::..String
[Missing <param name="html"/> documentation for "M:TallComponents.PDF.Layout.Paragraphs.XhtmlParagraph.#ctor(System.String,TallComponents.PDF.Layout.Css.CssStyleSheet)"]
- styleSheet
- Type: TallComponents.PDF.Layout.Css..::..CssStyleSheet
[Missing <param name="styleSheet"/> documentation for "M:TallComponents.PDF.Layout.Paragraphs.XhtmlParagraph.#ctor(System.String,TallComponents.PDF.Layout.Css.CssStyleSheet)"]