TextRun.FieldType, TextRun.TextCap| Constructor and Description |
|---|
HSLFTextRun(HSLFTextParagraph parentParagraph)
Create a new wrapper around a rich text string
|
| Modifier and Type | Method and Description |
|---|---|
HSLFHyperlink |
createHyperlink() |
TextPropCollection |
getCharacterStyle() |
TextRun.FieldType |
getFieldType() |
PaintStyle.SolidPaint |
getFontColor() |
java.lang.String |
getFontFamily() |
java.lang.String |
getFontFamily(FontGroup fontGroup) |
int |
getFontIndex()
Gets the font index
|
HSLFFontInfo |
getFontInfo(FontGroup fontGroup) |
java.lang.Double |
getFontSize() |
HSLFHyperlink |
getHyperlink() |
int |
getLength()
Get the length of the text
|
HSLFTextParagraph |
getParagraph() |
byte |
getPitchAndFamily() |
java.lang.String |
getRawText()
Fetch the text, in raw storage form
|
int |
getSuperscript()
Gets the subscript/superscript option
|
TextRun.TextCap |
getTextCap() |
HSLFTextParagraph |
getTextParagraph() |
boolean |
isBold() |
boolean |
isEmbossed()
Is this text embossed?
|
boolean |
isItalic() |
boolean |
isShadowed()
Does the text have a shadow?
|
boolean |
isStrikethrough() |
boolean |
isSubscript() |
boolean |
isSuperscript() |
boolean |
isUnderlined() |
void |
setBold(boolean bold) |
void |
setCharacterStyle(TextPropCollection characterStyle) |
void |
setCharTextPropVal(java.lang.String propName,
java.lang.Integer val)
Sets the value of the given Paragraph TextProp, add if required
|
void |
setEmbossed(boolean flag)
Is this text embossed?
|
void |
setFontColor(java.awt.Color color) |
void |
setFontColor(int bgr)
Sets color of the text, as a int bgr.
|
void |
setFontColor(PaintStyle color) |
void |
setFontFamily(java.lang.String typeface) |
void |
setFontFamily(java.lang.String typeface,
FontGroup fontGroup) |
void |
setFontIndex(int idx)
Sets the font index
|
void |
setFontInfo(FontInfo fontInfo,
FontGroup fontGroup) |
void |
setFontSize(java.lang.Double fontSize) |
void |
setItalic(boolean italic) |
void |
setShadowed(boolean flag)
Does the text have a shadow?
|
void |
setStrikethrough(boolean flag) |
void |
setSuperscript(int val)
Sets the subscript/superscript option
|
void |
setText(java.lang.String text)
Change the text
|
void |
setUnderlined(boolean underlined) |
void |
updateSheet()
Supply the SlideShow we belong to
|
public HSLFTextRun(HSLFTextParagraph parentParagraph)
parentParagraph - the parent paragraphpublic TextPropCollection getCharacterStyle()
public void setCharacterStyle(TextPropCollection characterStyle)
public void updateSheet()
public int getLength()
public java.lang.String getRawText()
getRawText in interface TextRunpublic void setText(java.lang.String text)
public void setCharTextPropVal(java.lang.String propName,
java.lang.Integer val)
propName - The name of the Paragraph TextPropval - The value to set for the TextProppublic boolean isUnderlined()
isUnderlined in interface TextRunpublic void setUnderlined(boolean underlined)
setUnderlined in interface TextRunpublic boolean isShadowed()
public void setShadowed(boolean flag)
public boolean isEmbossed()
public void setEmbossed(boolean flag)
public boolean isStrikethrough()
isStrikethrough in interface TextRunpublic void setStrikethrough(boolean flag)
setStrikethrough in interface TextRunpublic int getSuperscript()
public void setSuperscript(int val)
val - the percentage of the font size. If the value is positive, it is superscript, otherwise it is subscriptpublic java.lang.Double getFontSize()
getFontSize in interface TextRunpublic void setFontSize(java.lang.Double fontSize)
setFontSize in interface TextRunpublic int getFontIndex()
public void setFontIndex(int idx)
public void setFontFamily(java.lang.String typeface)
setFontFamily in interface TextRunpublic void setFontFamily(java.lang.String typeface,
FontGroup fontGroup)
setFontFamily in interface TextRunpublic void setFontInfo(FontInfo fontInfo, FontGroup fontGroup)
setFontInfo in interface TextRunpublic java.lang.String getFontFamily()
getFontFamily in interface TextRunpublic java.lang.String getFontFamily(FontGroup fontGroup)
getFontFamily in interface TextRunpublic HSLFFontInfo getFontInfo(FontGroup fontGroup)
getFontInfo in interface TextRunpublic PaintStyle.SolidPaint getFontColor()
getFontColor in interface TextRunpublic void setFontColor(int bgr)
Colorpublic void setFontColor(java.awt.Color color)
setFontColor in interface TextRunpublic void setFontColor(PaintStyle color)
setFontColor in interface TextRunpublic HSLFTextParagraph getTextParagraph()
public TextRun.TextCap getTextCap()
getTextCap in interface TextRunpublic boolean isSubscript()
isSubscript in interface TextRunpublic boolean isSuperscript()
isSuperscript in interface TextRunpublic byte getPitchAndFamily()
getPitchAndFamily in interface TextRunpublic HSLFHyperlink getHyperlink()
getHyperlink in interface TextRunpublic HSLFHyperlink createHyperlink()
createHyperlink in interface TextRunpublic TextRun.FieldType getFieldType()
getFieldType in interface TextRunpublic HSLFTextParagraph getParagraph()
getParagraph in interface TextRun