public class StiHtmlTagsState
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
StiColor |
backColor |
boolean |
backcolorChanged |
boolean |
bold |
boolean |
colorChanged |
StiColor |
fontColor |
java.lang.String |
fontName |
float |
fontSize |
java.lang.String |
href |
java.lang.String |
htmlStyle |
int |
indent |
boolean |
italic |
double |
letterSpacing |
double |
lineHeight |
boolean |
strikeout |
java.util.HashMap<java.lang.String,java.lang.String> |
styleAttributes |
boolean |
subscript |
boolean |
superscript |
StiHtmlTag2 |
tag |
StiTextHorAlignment |
textAlign |
boolean |
underline |
double |
wordSpacing |
| Constructor and Description |
|---|
StiHtmlTagsState() |
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) |
StiHtmlTagsState(StiHtmlTagsState state) |
| Modifier and Type | Method and Description |
|---|---|
StiHtmlTagsState |
clone() |
StiColor |
getBackColor() |
StiColor |
getFontColor() |
java.lang.String |
getFontName() |
float |
getFontSize() |
java.lang.String |
getHref() |
java.lang.String |
getHtmlStyle() |
int |
getIndent() |
double |
getLetterSpacing() |
double |
getLineHeight() |
java.lang.String |
getStyleAttribute(java.lang.String name) |
StiHtmlTag2 |
getTag() |
StiTextHorAlignment |
getTextAlign() |
double |
getWordSpacing() |
boolean |
isBackcolorChanged() |
boolean |
isBold() |
boolean |
isColorChanged() |
boolean |
isItalic() |
boolean |
isStrikeout() |
boolean |
isSubscript() |
boolean |
isSuperscript() |
boolean |
isUnderline() |
void |
setBackColor(StiColor backColor) |
void |
setBackcolorChanged(boolean backcolorChanged) |
void |
setBold(boolean bold) |
void |
setColorChanged(boolean colorChanged) |
void |
setFontColor(StiColor fontColor) |
void |
setFontName(java.lang.String fontName) |
void |
setFontSize(float fontSize) |
void |
setHref(java.lang.String href) |
void |
setHtmlStyle(java.lang.String htmlStyle) |
void |
setIndent(int indent) |
void |
setItalic(boolean italic) |
void |
setLetterSpacing(double letterSpacing) |
void |
setLineHeight(double lineHeight) |
void |
setStrikeout(boolean strikeout) |
void |
setSubscript(boolean subscript) |
void |
setSuperscript(boolean superscript) |
void |
setTag(StiHtmlTag2 tag) |
void |
setTextAlign(StiTextHorAlignment textAlign) |
void |
setUnderline(boolean underline) |
void |
setWordSpacing(double wordSpacing) |
public boolean bold
public boolean italic
public boolean underline
public boolean strikeout
public float fontSize
public java.lang.String fontName
public StiColor fontColor
public StiColor backColor
public boolean subscript
public boolean superscript
public double letterSpacing
public double wordSpacing
public double lineHeight
public StiTextHorAlignment textAlign
public boolean colorChanged
public boolean backcolorChanged
public StiHtmlTag2 tag
public int indent
public java.lang.String htmlStyle
public java.lang.String href
public java.util.HashMap<java.lang.String,java.lang.String> styleAttributes
public StiHtmlTagsState()
public 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)
public StiHtmlTagsState(StiHtmlTagsState state)
public java.lang.String getStyleAttribute(java.lang.String name)
public StiHtmlTagsState clone()
clone in class java.lang.Objectpublic boolean isBold()
public void setBold(boolean bold)
bold - the bold to setpublic boolean isItalic()
public void setItalic(boolean italic)
italic - the italic to setpublic boolean isUnderline()
public void setUnderline(boolean underline)
underline - the underline to setpublic boolean isStrikeout()
public void setStrikeout(boolean strikeout)
strikeout - the strikeout to setpublic float getFontSize()
public void setFontSize(float fontSize)
fontSize - the fontSize to setpublic java.lang.String getFontName()
public void setFontName(java.lang.String fontName)
fontName - the fontName to setpublic StiColor getFontColor()
public void setFontColor(StiColor fontColor)
fontColor - the fontColor to setpublic StiColor getBackColor()
public void setBackColor(StiColor backColor)
backColor - the backColor to setpublic boolean isSubscript()
public void setSubscript(boolean subscript)
subscript - the subscript to setpublic boolean isSuperscript()
public void setSuperscript(boolean superscript)
superscript - the superscript to setpublic double getLetterSpacing()
public void setLetterSpacing(double letterSpacing)
letterSpacing - the letterSpacing to setpublic double getWordSpacing()
public void setWordSpacing(double wordSpacing)
wordSpacing - the wordSpacing to setpublic double getLineHeight()
public void setLineHeight(double lineHeight)
lineHeight - the lineHeight to setpublic StiTextHorAlignment getTextAlign()
public void setTextAlign(StiTextHorAlignment textAlign)
textAlign - the textAlign to setpublic boolean isColorChanged()
public void setColorChanged(boolean colorChanged)
colorChanged - the colorChanged to setpublic boolean isBackcolorChanged()
public void setBackcolorChanged(boolean backcolorChanged)
backcolorChanged - the backcolorChanged to setpublic StiHtmlTag2 getTag()
public void setTag(StiHtmlTag2 tag)
tag - the tag to setpublic java.lang.String getHtmlStyle()
public void setHtmlStyle(java.lang.String htmlStyle)
htmlStyle - the htmlStyle to setpublic java.lang.String getHref()
public void setHref(java.lang.String href)
href - the href to setpublic int getIndent()
public void setIndent(int indent)
indent - the indent to setCopyright © 2020 Stimulsoft. All Rights Reserved.