Uses of Class
com.stimulsoft.base.drawing.StiTextOptions
Packages that use StiTextOptions
Package
Description
-
Uses of StiTextOptions in com.stimulsoft.base.drawing
Methods in com.stimulsoft.base.drawing that return StiTextOptionsMethods in com.stimulsoft.base.drawing with parameters of type StiTextOptionsModifier and TypeMethodDescriptionvoidStiGraphics.drawHTMLText(String text, StiRectangle rect, StiFont font, StiColor color, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, Boolean wordWrap, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions, float lineSpacing, Double zoom) Draw HTML textvoidStiGraphics.drawText(String text, StiRectangle rect, StiFont font, StiBrush brush, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, Boolean wordWrap, float lineSpacing, 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 -
Uses of StiTextOptions in com.stimulsoft.report.components
Methods in com.stimulsoft.report.components with parameters of type StiTextOptionsModifier and TypeMethodDescriptionstatic StiBreakTextStiComponentDivider.BreakText(StiGraphics measureGraphics, StiRectangle rect, 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 StiTextOptionsModifier and TypeMethodDescriptionIStiTextOptions.getTextOptions()Gets or sets options to control of the text showing.Methods in com.stimulsoft.report.components.interfaces with parameters of type StiTextOptions -
Uses of StiTextOptions in com.stimulsoft.report.components.simplecomponents
Methods in com.stimulsoft.report.components.simplecomponents that return StiTextOptionsModifier and TypeMethodDescriptionStiText.getTextOptions()Gets or sets options to control of the text showing.Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiTextOptions -
Uses of StiTextOptions in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiTextOptionsModifier and TypeMethodDescriptionvoidStiHtmlExportService.renderTextAngle(StiTextOptions textOptions) Render text anglevoidStiHtmlExportService.renderTextDirection(StiHtmlTableCell cell, StiTextOptions textOptions) Render text directionvoidStiHtmlExportService.renderTextHorAlignment(StiHtmlTableCell cell, StiTextOptions textOptions, StiTextHorAlignment textHorAlignment) Render text horizontal alignmengvoidStiHtmlExportService.renderVertAlignment(StiHtmlTableCell cell, StiVertAlignment textVertAlignment, StiTextOptions textOptions, boolean allowHtmlTags) Render vertical alignment -
Uses of StiTextOptions in com.stimulsoft.report.export.tools
Methods in com.stimulsoft.report.export.tools that return StiTextOptionsMethods in com.stimulsoft.report.export.tools with parameters of type StiTextOptionsConstructors in com.stimulsoft.report.export.tools with parameters of type StiTextOptionsModifierConstructorDescriptionStiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiBorderSide borderL, StiBorderSide borderR, StiBorderSide borderB, StiTextOptions textOptions, boolean wordWrap, String format, float lineSpacing, boolean alloHtmlTags) StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiBorderSide borderL, StiBorderSide borderR, StiBorderSide borderB, StiTextOptions textOptions, boolean wordWrap, String format, String styleName, float lineSpacing, boolean alloHtmlTags) StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiTextOptions textOptions, boolean wordWrap, String format, float lineSpacing) StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiTextOptions textOptions, boolean wordWrap, String format, String styleName, float lineSpacing) -
Uses of StiTextOptions in com.stimulsoft.report.styles
Methods in com.stimulsoft.report.styles that return StiTextOptionsModifier and TypeMethodDescriptionfinal StiTextOptionsStiStyle.getTextOptions()Do not use this property.Methods in com.stimulsoft.report.styles with parameters of type StiTextOptions