|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StiTextQuality in com.stimulsoft.report.components |
---|
Methods in com.stimulsoft.report.components with parameters of type StiTextQuality | |
---|---|
static StiBreakText |
StiComponentDivider.BreakText(StiGraphics measureGraphics,
StiRectangle rect,
java.lang.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 StiTextQuality | |
---|---|
static StiTextQuality |
StiTextQuality.forValue(int value)
|
static StiTextQuality |
StiTextQuality.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiTextQuality[] |
StiTextQuality.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of StiTextQuality in com.stimulsoft.report.components.simplecomponents |
---|
Methods in com.stimulsoft.report.components.simplecomponents that return StiTextQuality | |
---|---|
StiTextQuality |
StiTextInCells.getTextQuality()
|
StiTextQuality |
StiText.getTextQuality()
Gets or sets value that indicates quality of text. |
Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiTextQuality | |
---|---|
void |
StiTextInCells.setTextQuality(StiTextQuality value)
|
void |
StiText.setTextQuality(StiTextQuality value)
|
Uses of StiTextQuality in com.stimulsoft.report.engine.engineV2 |
---|
Methods in com.stimulsoft.report.engine.engineV2 that return StiTextQuality | |
---|---|
StiTextQuality |
StiEngine.getDefaultTextQualityMode()
|
Uses of StiTextQuality in com.stimulsoft.report.options |
---|
Methods in com.stimulsoft.report.options that return StiTextQuality | |
---|---|
static StiTextQuality |
EngineOptions.getDefaultTextQualityMode()
|
Methods in com.stimulsoft.report.options with parameters of type StiTextQuality | |
---|---|
static void |
EngineOptions.setDefaultTextQualityMode(StiTextQuality value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |