| Package | Description |
|---|---|
| com.stimulsoft.base.drawing | |
| com.stimulsoft.base.drawing.enums | |
| com.stimulsoft.base.system |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
static StiVertAlignment |
StiVertAlignment.forValue(int value) |
static StiVertAlignment |
StiVertAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiVertAlignment[] |
StiVertAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StiVertAlignment |
StringFormat.getVertsAlignment() |
Copyright © 2020 Stimulsoft. All Rights Reserved.