BBCodeRenderer Class
Documentation for this section has not yet been entered.
Syntax
Remarks
Requirements
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0
Members
See Also: Inherited members from Renderer.
Public Constructors
|
The default constructor of BBCodeRenderer. | |
|
The constructor taking a instance object of the class Sundown.BBCodeOptions. |
Public Methods
|
DocumentFooter
(Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
DocumentHeader
(Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
Entity
(Buffer, Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
Finalize
()Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
NormalText
(Buffer, Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
Protected Methods
|
Autolink
(Buffer, Buffer, AutolinkType)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
override
|
BlockCode
(Buffer, Buffer, Buffer)Documentation for this section has not yet been entered. |
|
|
BlockCode
(Buffer, Buffer, Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
BlockHtml
(Buffer, Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
BlockQuote
(Buffer, Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
Codespan
(Buffer, Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
override
|
DoubleEmphasis
(Buffer, Buffer)Documentation for this section has not yet been entered. |
|
|
DoubleEmphasis
(Buffer, Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
override
|
Emphasis
(Buffer, Buffer)Documentation for this section has not yet been entered. |
|
|
Emphasis
(Buffer, Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
override
|
Header
(Buffer, Buffer, int)Documentation for this section has not yet been entered. |
|
|
Header
(Buffer, Buffer, int)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
HRule
(Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
Image
(Buffer, Buffer, Buffer, Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
Initialize
()Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
Linebreak
(Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
override
|
Link
(Buffer, Buffer, Buffer, Buffer)Documentation for this section has not yet been entered. |
|
|
Link
(Buffer, Buffer, Buffer, Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
override
|
List
(Buffer, Buffer, int)Documentation for this section has not yet been entered. |
|
|
List
(Buffer, Buffer, int)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
override
|
ListItem
(Buffer, Buffer, int)Documentation for this section has not yet been entered. |
|
|
ListItem
(Buffer, Buffer, int)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
override
|
Paragraph
(Buffer, Buffer)Documentation for this section has not yet been entered. |
|
|
Paragraph
(Buffer, Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
RawHtmlTag
(Buffer, Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
Strikethrough
(Buffer, Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
SuperScript
(Buffer, Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
Table
(Buffer, Buffer, Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
TableCell
(Buffer, Buffer, TableFlags)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
TableRow
(Buffer, Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
|
|
TripleEmphasis
(Buffer, Buffer)Documentation for this section has not yet been entered. (Inherited from Renderer.) |
Member Details
BBCodeRenderer Constructor
The default constructor of BBCodeRenderer.
Syntax
public BBCodeRenderer ()Remarks
Will use the default values in Sundown.BBCodeOptions.Requirements
Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0
BBCodeRenderer Constructor
The constructor taking a instance object of the class Sundown.BBCodeOptions.
Syntax
public BBCodeRenderer (BBCodeOptions options)Parameters
- options
- An instance of Sundown.BBCodeOptions which the user specify the sizes of the different headers.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0
BlockCode Method
Documentation for this section has not yet been entered.
Syntax
Parameters
- ob
- Documentation for this section has not yet been entered.
- text
- Documentation for this section has not yet been entered.
- language
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0
DoubleEmphasis Method
Documentation for this section has not yet been entered.
Syntax
Parameters
- ob
- Documentation for this section has not yet been entered.
- text
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0
Emphasis Method
Documentation for this section has not yet been entered.
Syntax
Parameters
- ob
- Documentation for this section has not yet been entered.
- text
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0
Header Method
Documentation for this section has not yet been entered.
Syntax
Parameters
- ob
- Documentation for this section has not yet been entered.
- text
- Documentation for this section has not yet been entered.
- level
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0
Link Method
Documentation for this section has not yet been entered.
Syntax
Parameters
- ob
- Documentation for this section has not yet been entered.
- link
- Documentation for this section has not yet been entered.
- title
- Documentation for this section has not yet been entered.
- content
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0
List Method
Documentation for this section has not yet been entered.
Syntax
Parameters
- ob
- Documentation for this section has not yet been entered.
- text
- Documentation for this section has not yet been entered.
- flags
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0
ListItem Method
Documentation for this section has not yet been entered.
Syntax
Parameters
- ob
- Documentation for this section has not yet been entered.
- text
- Documentation for this section has not yet been entered.
- flags
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0
Paragraph Method
Documentation for this section has not yet been entered.
Syntax
Parameters
- ob
- Documentation for this section has not yet been entered.
- text
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Sundown
Assembly: SundownNet (in SundownNet.dll)
Assembly Versions: 1.15.12.0