Click or drag to resize

StiTextRendererParseHtmlToStates Method (String, StiTextRendererStiHtmlState, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.ParseHtmlToStates(System.String,Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlState,System.Boolean)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static List<StiTextRendererStiHtmlState> ParseHtmlToStates(
	string inputHtml,
	StiTextRendererStiHtmlState baseState,
	bool storeStack
)

Parameters

inputHtml
Type: SystemString

[Missing <param name="inputHtml"/> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.ParseHtmlToStates(System.String,Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlState,System.Boolean)"]

baseState
Type: Stimulsoft.Base.DrawingStiTextRendererStiHtmlState

[Missing <param name="baseState"/> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.ParseHtmlToStates(System.String,Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlState,System.Boolean)"]

storeStack
Type: SystemBoolean

[Missing <param name="storeStack"/> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.ParseHtmlToStates(System.String,Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlState,System.Boolean)"]

Return Value

Type: ListStiTextRendererStiHtmlState

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.ParseHtmlToStates(System.String,Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlState,System.Boolean)"]

See Also