Uses of Class
com.stimulsoft.base.drawing.StiTextOptions

Packages that use StiTextOptions
com.stimulsoft.base.drawing   
com.stimulsoft.base.system   
com.stimulsoft.report.components   
com.stimulsoft.report.components.interfaces   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.export.service   
com.stimulsoft.report.export.tools   
com.stimulsoft.report.styles   
 

Uses of StiTextOptions in com.stimulsoft.base.drawing
 

Methods in com.stimulsoft.base.drawing that return StiTextOptions
 StiTextOptions StiTextOptions.deserializeString(java.lang.String stringValue)
           
 

Methods in com.stimulsoft.base.drawing with parameters of type StiTextOptions
 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
 

Uses of StiTextOptions in com.stimulsoft.base.system
 

Methods in com.stimulsoft.base.system that return StiTextOptions
 StiTextOptions StringFormat.getTextOptions()
           
 

Uses of StiTextOptions in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components with parameters of type StiTextOptions
static StiBreakText StiComponentDivider.BreakText(StiGraphics measureGraphics, StiRectangle rect, java.lang.String text, StiFont font, StiTextOptions textOptions, StiTextQuality textQuality, boolean allowHtmlTags, StiText textComp)
           
 

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

Methods in com.stimulsoft.report.components.interfaces that return StiTextOptions
 StiTextOptions IStiTextOptions.getTextOptions()
          Gets or sets options to control of the text showing.
 

Methods in com.stimulsoft.report.components.interfaces with parameters of type StiTextOptions
 void IStiTextOptions.setTextOptions(StiTextOptions value)
           
 

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

Methods in com.stimulsoft.report.components.simplecomponents that return StiTextOptions
 StiTextOptions StiText.getTextOptions()
          Gets or sets options to control of the text showing.
 

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

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

Methods in com.stimulsoft.report.export.service with parameters of type StiTextOptions
 void StiHtmlExportService.renderTextAngle(StiTextOptions textOptions)
          Render text angle
 void StiHtmlExportService.renderTextDirection(StiHtmlTableCell cell, StiTextOptions textOptions)
          Render text direction
 

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

Methods in com.stimulsoft.report.export.tools that return StiTextOptions
 StiTextOptions StiCellStyle.getTextOptions()
           
 

Methods in com.stimulsoft.report.export.tools with parameters of type StiTextOptions
 void StiCellStyle.setTextOptions(StiTextOptions textOptions)
           
 

Constructors in com.stimulsoft.report.export.tools with parameters of type StiTextOptions
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 StiTextOptions in com.stimulsoft.report.styles
 

Methods in com.stimulsoft.report.styles that return StiTextOptions
 StiTextOptions StiStyle.getTextOptions()
          Do not use this property.
 

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