You are here: Symbol Reference > Stimulsoft.Report.Export Namespace > StiHtmlExportService Class > StiHtmlExportService Methods > RenderVertAlignment Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiHtmlExportService.RenderVertAlignment Method
Syntax
C++
C#
Visual Basic
internal: void RenderVertAlignment( StiHtmlTableCell cell, StiVertAlignment textVertAlignment );

internal void RenderTextHorAlignment(StiTextHorAlignment textHorAlignment) { if (textHorAlignment == StiTextHorAlignment.Left) HtmlWriter.WriteStyleAttribute("text-align", "left"); if (textHorAlignment == StiTextHorAlignment.Center) HtmlWriter.WriteStyleAttribute("text-align", "center"); if (textHorAlignment == StiTextHorAlignment.Right) HtmlWriter.WriteStyleAttribute("text-align", "right"); if (textHorAlignment == StiTextHorAlignment.Width) HtmlWriter.WriteStyleAttribute("text-align", "justify");

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.