Click or drag to resize

StiTextRendererStiHtmlTagsState Constructor (Boolean, Boolean, Boolean, Boolean, Single, String, Color, Color, Boolean, Boolean, Double, Double, Double, StiTextHorAlignment)

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public StiHtmlTagsState(
	bool bold,
	bool italic,
	bool underline,
	bool strikeout,
	float fontSize,
	string fontName,
	Color fontColor,
	Color backColor,
	bool superscript,
	bool subscript,
	double letterSpacing,
	double wordSpacing,
	double lineHeight,
	StiTextHorAlignment textAlign
)

Parameters

bold
Type: SystemBoolean

[Missing <param name="bold"/> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlTagsState.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Single,System.String,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Double,System.Double,System.Double,Stimulsoft.Base.Drawing.StiTextHorAlignment)"]

italic
Type: SystemBoolean

[Missing <param name="italic"/> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlTagsState.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Single,System.String,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Double,System.Double,System.Double,Stimulsoft.Base.Drawing.StiTextHorAlignment)"]

underline
Type: SystemBoolean

[Missing <param name="underline"/> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlTagsState.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Single,System.String,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Double,System.Double,System.Double,Stimulsoft.Base.Drawing.StiTextHorAlignment)"]

strikeout
Type: SystemBoolean

[Missing <param name="strikeout"/> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlTagsState.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Single,System.String,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Double,System.Double,System.Double,Stimulsoft.Base.Drawing.StiTextHorAlignment)"]

fontSize
Type: SystemSingle

[Missing <param name="fontSize"/> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlTagsState.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Single,System.String,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Double,System.Double,System.Double,Stimulsoft.Base.Drawing.StiTextHorAlignment)"]

fontName
Type: SystemString

[Missing <param name="fontName"/> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlTagsState.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Single,System.String,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Double,System.Double,System.Double,Stimulsoft.Base.Drawing.StiTextHorAlignment)"]

fontColor
Type: System.DrawingColor

[Missing <param name="fontColor"/> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlTagsState.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Single,System.String,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Double,System.Double,System.Double,Stimulsoft.Base.Drawing.StiTextHorAlignment)"]

backColor
Type: System.DrawingColor

[Missing <param name="backColor"/> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlTagsState.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Single,System.String,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Double,System.Double,System.Double,Stimulsoft.Base.Drawing.StiTextHorAlignment)"]

superscript
Type: SystemBoolean

[Missing <param name="superscript"/> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlTagsState.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Single,System.String,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Double,System.Double,System.Double,Stimulsoft.Base.Drawing.StiTextHorAlignment)"]

subscript
Type: SystemBoolean

[Missing <param name="subscript"/> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlTagsState.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Single,System.String,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Double,System.Double,System.Double,Stimulsoft.Base.Drawing.StiTextHorAlignment)"]

letterSpacing
Type: SystemDouble

[Missing <param name="letterSpacing"/> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlTagsState.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Single,System.String,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Double,System.Double,System.Double,Stimulsoft.Base.Drawing.StiTextHorAlignment)"]

wordSpacing
Type: SystemDouble

[Missing <param name="wordSpacing"/> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlTagsState.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Single,System.String,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Double,System.Double,System.Double,Stimulsoft.Base.Drawing.StiTextHorAlignment)"]

lineHeight
Type: SystemDouble

[Missing <param name="lineHeight"/> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlTagsState.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Single,System.String,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Double,System.Double,System.Double,Stimulsoft.Base.Drawing.StiTextHorAlignment)"]

textAlign
Type: Stimulsoft.Base.DrawingStiTextHorAlignment

[Missing <param name="textAlign"/> documentation for "M:Stimulsoft.Base.Drawing.StiTextRenderer.StiHtmlTagsState.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Single,System.String,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean,System.Double,System.Double,System.Double,Stimulsoft.Base.Drawing.StiTextHorAlignment)"]

See Also