|
||||||||||
| 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 |
|---|
| Fields in com.stimulsoft.base.drawing declared as StiTextHorAlignment | |
|---|---|
StiTextHorAlignment |
StiHtmlTagsState.textAlign
|
| Methods in com.stimulsoft.base.drawing that return StiTextHorAlignment | |
|---|---|
StiTextHorAlignment |
StiHtmlTagsState.getTextAlign()
|
| 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,
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 |
void |
StiHtmlTagsState.setTextAlign(StiTextHorAlignment textAlign)
|
| Constructors in com.stimulsoft.base.drawing with parameters of type StiTextHorAlignment | |
|---|---|
StiHtmlTagsState(boolean bold,
boolean italic,
boolean underline,
boolean strikeout,
float fontSize,
java.lang.String fontName,
StiColor fontColor,
StiColor backColor,
boolean superscript,
boolean subscript,
double letterSpacing,
double wordSpacing,
double lineHeight,
StiTextHorAlignment textAlign)
|
|
| 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 | |||||||||