| Package | Description |
|---|---|
| com.stimulsoft.base.drawing | |
| com.stimulsoft.base.drawing.enums | |
| com.stimulsoft.base.system |
| Modifier and Type | Field and Description |
|---|---|
StiTextHorAlignment |
StiHtmlTagsState.textAlign |
| Modifier and Type | Method and Description |
|---|---|
StiTextHorAlignment |
StiHtmlTagsState.getTextAlign() |
| Modifier and Type | Method and Description |
|---|---|
static StiBreakText |
StiTextUtil.breakText(int maxHeight,
int maxWidth,
StiFont font,
java.lang.String text,
boolean allowHtmlTags,
StiTextHorAlignment horAlignment,
boolean wordWrap,
StiGraphics g) |
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) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
StiTextHorAlignment |
StringFormat.getHorAlignment() |
Copyright © 2020 Stimulsoft. All Rights Reserved.