Uses of Class
com.stimulsoft.base.drawing.enums.StiTextHorAlignment

Packages that use StiTextHorAlignment
com.stimulsoft.base.drawing   
com.stimulsoft.base.drawing.enums   
com.stimulsoft.base.system   
com.stimulsoft.report.components.complexcomponents   
com.stimulsoft.report.components.interfaces   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.crossTab   
com.stimulsoft.report.export.service   
com.stimulsoft.report.export.service.pdf   
com.stimulsoft.report.export.tools   
com.stimulsoft.report.maps   
com.stimulsoft.report.options   
com.stimulsoft.report.painters.components   
com.stimulsoft.report.styles   
 

Uses of StiTextHorAlignment in com.stimulsoft.base.drawing
 

Fields in com.stimulsoft.base.drawing declared as StiTextHorAlignment
 StiTextHorAlignment StiHtmlTagsState.textAlign
           
 

Methods in com.stimulsoft.base.drawing that return StiTextHorAlignment
 StiTextHorAlignment StiHtmlTagsState.getTextAlign()
           
 

Methods in com.stimulsoft.base.drawing with parameters of type StiTextHorAlignment
static StiBreakText StiTextUtil.breakText(int maxHeight, int maxWidth, StiFont font, java.lang.String text, boolean allowHtmlTags, StiTextHorAlignment horAlignment, boolean wordWrap, StiGraphics g)
           
 StiRectangle StiGraphics.drawAttributedString(java.lang.String allText, java.awt.Font awtFont, StiRectangle rect, java.lang.Boolean underline, java.lang.Boolean wordWrap, StiTextHorAlignment horAlignment, java.lang.Boolean draw, java.util.List<StiLineInfo> lines, java.lang.Boolean useRightToLeft)
          Draw attribute string
 void StiGraphics.drawHTMLText(java.lang.String text, StiRectangle rect, StiFont font, StiColor color, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Boolean wordWrap, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions, double lineSpacing, java.lang.Double zoom)
          Draw HTML text
 void StiGraphics.drawText(java.lang.String text, StiRectangle rect, StiFont font, StiBrush brush, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Boolean wordWrap, java.lang.Double zoom, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions)
          Draw text
 void StiHtmlTagsState.setTextAlign(StiTextHorAlignment textAlign)
           
 

Constructors in com.stimulsoft.base.drawing with parameters of type StiTextHorAlignment
StiHtmlTagsState(boolean bold, boolean italic, boolean underline, boolean strikeout, float fontSize, java.lang.String fontName, StiColor fontColor, StiColor backColor, boolean superscript, boolean subscript, double letterSpacing, double wordSpacing, double lineHeight, StiTextHorAlignment textAlign)
           
 

Uses of StiTextHorAlignment in com.stimulsoft.base.drawing.enums
 

Methods in com.stimulsoft.base.drawing.enums that return StiTextHorAlignment
static StiTextHorAlignment StiTextHorAlignment.forValue(int value)
           
 StiTextHorAlignment StiHorAlignment.toTextHorAlignment()
           
static StiTextHorAlignment StiTextHorAlignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiTextHorAlignment[] StiTextHorAlignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiTextHorAlignment in com.stimulsoft.base.system
 

Methods in com.stimulsoft.base.system that return StiTextHorAlignment
 StiTextHorAlignment StringFormat.getHorAlignment()
           
 

Uses of StiTextHorAlignment in com.stimulsoft.report.components.complexcomponents
 

Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiTextHorAlignment
 void StiContainer.SetTextHorAlign(StiTextHorAlignment vl)
          Sets StiTextHorAlignment from all selected objects in the container.
 

Uses of StiTextHorAlignment in com.stimulsoft.report.components.interfaces
 

Methods in com.stimulsoft.report.components.interfaces that return StiTextHorAlignment
 StiTextHorAlignment IStiTextHorAlignment.getHorAlignment()
          Gets or sets the text horizontal alignment.
 

Methods in com.stimulsoft.report.components.interfaces with parameters of type StiTextHorAlignment
 void IStiTextHorAlignment.setHorAlignment(StiTextHorAlignment value)
           
 

Uses of StiTextHorAlignment in com.stimulsoft.report.components.simplecomponents
 

Methods in com.stimulsoft.report.components.simplecomponents that return StiTextHorAlignment
 StiTextHorAlignment StiText.getHorAlignment()
          Gets or sets the text horizontal alignment.
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiTextHorAlignment
 void StiText.setHorAlignment(StiTextHorAlignment value)
           
 

Uses of StiTextHorAlignment in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab that return StiTextHorAlignment
 StiTextHorAlignment StiCrossSummary.getHorAlignment()
          Gets or sets the text horizontal alignment.
 StiTextHorAlignment StiCrossField.getHorAlignment()
          Gets or sets the text horizontal alignment.
 

Methods in com.stimulsoft.report.crossTab with parameters of type StiTextHorAlignment
 void StiCrossSummary.setHorAlignment(StiTextHorAlignment value)
           
 void StiCrossField.setHorAlignment(StiTextHorAlignment value)
           
 

Uses of StiTextHorAlignment in com.stimulsoft.report.export.service
 

Methods in com.stimulsoft.report.export.service with parameters of type StiTextHorAlignment
 java.lang.String StiRtfExportService.convertTextWithHtmlTagsToRtfText(StiFont font, StiBrush textBrush, StiTextHorAlignment horAlignment, java.lang.String text)
          Convert text with html tags to Rtf text
 

Uses of StiTextHorAlignment in com.stimulsoft.report.export.service.pdf
 

Fields in com.stimulsoft.report.export.service.pdf declared as StiTextHorAlignment
 StiTextHorAlignment StiEditableObject.Alignment
           
 

Uses of StiTextHorAlignment in com.stimulsoft.report.export.tools
 

Methods in com.stimulsoft.report.export.tools that return StiTextHorAlignment
 StiTextHorAlignment StiCellStyle.getHorAlignment()
           
 

Methods in com.stimulsoft.report.export.tools with parameters of type StiTextHorAlignment
 void StiBarCodeExportPainter.baseDrawString(java.lang.Object context, java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment)
           
 void StiSvgGeomWriter.drawString(java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment)
           
 void StiPdfGeomWriter.drawString(java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment)
           
 void IStiExportGeomWriter.drawString(java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment)
           
 void StiCellStyle.setHorAlignment(StiTextHorAlignment horAlignment)
           
 

Constructors in com.stimulsoft.report.export.tools with parameters of type StiTextHorAlignment
StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiBorderSide borderL, StiBorderSide borderR, StiBorderSide borderB, StiTextOptions textOptions, boolean wordWrap, java.lang.String format)
           
StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiBorderSide borderL, StiBorderSide borderR, StiBorderSide borderB, StiTextOptions textOptions, boolean wordWrap, java.lang.String format, java.lang.String styleName)
           
StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiTextOptions textOptions, boolean wordWrap, java.lang.String format)
           
StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiTextOptions textOptions, boolean wordWrap, java.lang.String format, java.lang.String styleName)
           
 

Uses of StiTextHorAlignment in com.stimulsoft.report.maps
 

Fields in com.stimulsoft.report.maps declared as StiTextHorAlignment
 StiTextHorAlignment StiMapSvg.horAlignment
           
 

Uses of StiTextHorAlignment in com.stimulsoft.report.options
 

Fields in com.stimulsoft.report.options declared as StiTextHorAlignment
static StiTextHorAlignment ExportOptions.CheckBoxReplacementForExcelValue.HorAlignment
          a default horizontal alignment of text
 

Methods in com.stimulsoft.report.options that return StiTextHorAlignment
static StiTextHorAlignment ExportOptions.StiCheckBoxExcelValueParameters.getHorAlignment()
          Gets or sets a default horizontal alignment of text
 

Methods in com.stimulsoft.report.options with parameters of type StiTextHorAlignment
static void ExportOptions.StiCheckBoxExcelValueParameters.setHorAlignment(StiTextHorAlignment value)
           
 

Uses of StiTextHorAlignment in com.stimulsoft.report.painters.components
 

Methods in com.stimulsoft.report.painters.components with parameters of type StiTextHorAlignment
 void StiBarCodePainter.baseDrawString(StiGraphics g, java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Double zoom)
          Draw string
 

Uses of StiTextHorAlignment in com.stimulsoft.report.styles
 

Methods in com.stimulsoft.report.styles that return StiTextHorAlignment
 StiTextHorAlignment StiStyle.getHorAlignment()
          Gets or sets the style horizontal alignment.
 

Methods in com.stimulsoft.report.styles with parameters of type StiTextHorAlignment
 void StiStyle.setHorAlignment(StiTextHorAlignment value)