|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StiTextHorAlignment | |
|---|---|
| com.stimulsoft.base.drawing | |
| com.stimulsoft.base.drawing.enums | |
| com.stimulsoft.base.system | |
| Uses of StiTextHorAlignment in com.stimulsoft.base.drawing |
|---|
| Methods in com.stimulsoft.base.drawing with parameters of type StiTextHorAlignment | |
|---|---|
StiRectangle |
StiGraphics.drawAttributedString(java.lang.String allText,
java.awt.Font awtFont,
StiRectangle rect,
java.lang.Boolean underline,
java.lang.Boolean wordWrap,
StiTextHorAlignment horAlignment,
java.lang.Boolean draw,
java.util.List<StiLineInfo> lines,
java.lang.Boolean useRightToLeft)
Draw attribute string |
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,
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 StiTextHorAlignment in com.stimulsoft.base.drawing.enums |
|---|
| Methods in com.stimulsoft.base.drawing.enums that return StiTextHorAlignment | |
|---|---|
static StiTextHorAlignment |
StiTextHorAlignment.forValue(int value)
|
StiTextHorAlignment |
StiHorAlignment.toTextHorAlignment()
|
static StiTextHorAlignment |
StiTextHorAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiTextHorAlignment[] |
StiTextHorAlignment.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of StiTextHorAlignment in com.stimulsoft.base.system |
|---|
| Methods in com.stimulsoft.base.system that return StiTextHorAlignment | |
|---|---|
StiTextHorAlignment |
StringFormat.getHorAlignment()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||