Click or drag to resize

StiExcel2007GeomWriterDrawString Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.StiExcel2007GeomWriter.DrawString(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat,System.Boolean)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void DrawString(
	string st,
	Font font,
	StiBrush brush,
	RectangleF rect,
	StringFormat sf,
	bool allowHtmlTags = false
)

Parameters

st
Type: SystemString

[Missing <param name="st"/> documentation for "M:Stimulsoft.Report.Export.StiExcel2007GeomWriter.DrawString(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat,System.Boolean)"]

font
Type: System.DrawingFont

[Missing <param name="font"/> documentation for "M:Stimulsoft.Report.Export.StiExcel2007GeomWriter.DrawString(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat,System.Boolean)"]

brush
Type: Stimulsoft.Base.DrawingStiBrush

[Missing <param name="brush"/> documentation for "M:Stimulsoft.Report.Export.StiExcel2007GeomWriter.DrawString(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat,System.Boolean)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Export.StiExcel2007GeomWriter.DrawString(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat,System.Boolean)"]

sf
Type: System.DrawingStringFormat

[Missing <param name="sf"/> documentation for "M:Stimulsoft.Report.Export.StiExcel2007GeomWriter.DrawString(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat,System.Boolean)"]

allowHtmlTags (Optional)
Type: SystemBoolean

[Missing <param name="allowHtmlTags"/> documentation for "M:Stimulsoft.Report.Export.StiExcel2007GeomWriter.DrawString(System.String,System.Drawing.Font,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringFormat,System.Boolean)"]

Implements

IStiExportGeomWriterDrawString(String, Font, StiBrush, RectangleF, StringFormat, Boolean)
See Also