Uses of Enum Class
com.stimulsoft.report.components.enums.StiTextQuality
Packages that use StiTextQuality
Package
Description
-
Uses of StiTextQuality in com.stimulsoft.report.components
Methods in com.stimulsoft.report.components with parameters of type StiTextQualityModifier and TypeMethodDescriptionstatic StiBreakTextStiComponentDivider.BreakText(StiGraphics measureGraphics, StiRectangle rect, String text, StiFont font, StiTextOptions textOptions, StiTextQuality textQuality, boolean allowHtmlTags, StiText textComp) -
Uses of StiTextQuality in com.stimulsoft.report.components.enums
Methods in com.stimulsoft.report.components.enums that return StiTextQualityModifier and TypeMethodDescriptionstatic StiTextQualityStiTextQuality.forValue(int value) static StiTextQualityReturns the enum constant of this class with the specified name.static StiTextQuality[]StiTextQuality.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiTextQuality in com.stimulsoft.report.components.simplecomponents
Methods in com.stimulsoft.report.components.simplecomponents that return StiTextQualityModifier and TypeMethodDescriptionStiText.getTextQuality()Gets or sets value that indicates quality of text.StiTextInCells.getTextQuality()Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiTextQualityModifier and TypeMethodDescriptionvoidStiText.setTextQuality(StiTextQuality value) voidStiTextInCells.setTextQuality(StiTextQuality value) -
Uses of StiTextQuality in com.stimulsoft.report.engine.engineV2
Methods in com.stimulsoft.report.engine.engineV2 that return StiTextQuality -
Uses of StiTextQuality in com.stimulsoft.report.options
Methods in com.stimulsoft.report.options that return StiTextQualityModifier and TypeMethodDescriptionstatic StiTextQualityEngineOptions.getDefaultTextQualityMode()Methods in com.stimulsoft.report.options with parameters of type StiTextQualityModifier and TypeMethodDescriptionstatic voidEngineOptions.setDefaultTextQualityMode(StiTextQuality value)