|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.textcharacterproperties
public class textcharacterproperties
represents a text rane with formatting.
constructor summary | |
---|---|
textcharacterproperties()
initializes a new instance of the textcharacterproperties class. |
|
textcharacterproperties(portionformatex textrangeformat)
|
|
textcharacterproperties(textcharacterproperties props)
initializes a new instance of the textcharacterproperties class. |
method summary | |
---|---|
java.lang.string |
getalternativelanguage()
gets the alternative language. |
java.lang.string |
getbookmarkid()
gets bookmark identifier. |
clickhyperlink |
getclickaction()
gets the hyperlink defined for mouse click. |
textfont |
getcomplexscriptfont()
gets the complex script font info. |
textfont |
getdefaultlatinfont()
gets the default latin font info. |
fillformat |
getdisplayfill()
gets the text fillformat properties. |
textfont |
geteastasianfont()
gets the east asian font info. |
effectdag |
geteffectdag()
gets the text effectformat properties. |
fillformat |
getfill()
gets the text fillformat properties. |
float |
getfontheight()
gets the font height of a text range. |
float |
getfontminsize()
gets the minimal font size. |
portionformatex |
getformat()
gets the text range format for this object. |
colorformat |
gethighlightcolor()
gets the color used to highlight a text. |
tristate |
getkumimoji()
indicates whether use eastern language-specific vertical text layout. |
java.lang.string |
getlanguage()
gets the language. |
textfont |
getlatinfont()
gets the latin font info. |
float |
getlinespacing()
gets the line spacing. |
clickhyperlink |
getmouseoveraction()
gets the hyperlink defined for mouse over. |
tristate |
getnoproofing()
indicates whether the text would be proofed. |
tristate |
getnormalizeheights()
indicates whether the height of a text should be normalized. |
float |
getscriptdistance()
gets the superscript or subscript text. |
boolean |
getsmarttagclean()
indicates whether the smart tag should be cleaned. |
textfont |
getsymbolfont()
gets the symbolic font info. |
textcaptype |
gettextcaptype()
gets the type of text capitalization. |
textlineformat |
gettextlineformat()
gets the lineformat properties for text outlining. |
textstrikethroughtype |
gettextstrikethroughtype()
gets the strikethrough type of a text. |
textunderlinetype |
gettextunderlinetype()
gets the text underline type. |
fillformat |
getunderlinefillformat()
gets the underline line fillformat properties. |
textlineformat |
getunderlineformat()
gets the lineformat properties used to outline underline line. |
boolean |
hasclickaction()
indicates whether text character properties a has clickaction. |
tristate |
isbold()
indicates whether the font is bold. |
void |
isbold(tristate value)
|
tristate |
isitalic()
indicates whether the font is itallic. |
void |
isitalic(tristate value)
|
void |
setalternativelanguage(java.lang.string value)
sets the alternative language. |
void |
setbookmarkid(java.lang.string value)
sets bookmark identifier. |
void |
setclickaction(clickhyperlink value)
sets the hyperlink defined for mouse click. |
void |
setcomplexscriptfont(textfont value)
sets the complex script font info. |
void |
setdefaultlatinfont(textfont defaultlatinfont)
sets the default latin font info. |
void |
seteastasianfont(textfont value)
sets the east asian font info. |
void |
setfontheight(float value)
sets the font height of a text range. |
void |
setfontminsize(float value)
sets the minimal font size. |
void |
setkumimoji(tristate value)
|
void |
setlanguage(java.lang.string value)
sets the language. |
void |
setlatinfont(textfont value)
sets the latin font info. |
void |
setlinespacing(float value)
sets the line spacing. |
void |
setmouseoveraction(clickhyperlink value)
sets the hyperlink defined for mouse over. |
void |
setnoproofing(tristate value)
|
void |
setnormalizeheights(tristate value)
|
void |
setscriptdistance(float value)
sets the superscript or subscript text. |
void |
setsmarttagclean(boolean value)
|
void |
setsymbolfont(textfont value)
sets the symbolic font info. |
void |
settextcaptype(textcaptype value)
sets the type of text capitalization. |
void |
settextstrikethroughtype(textstrikethroughtype value)
sets the strikethrough type of a text. |
void |
settextunderlinetype(textunderlinetype value)
sets the text underline type. |
methods inherited from interface com.spire.presentation.islidecomponent |
---|
getslide |
methods inherited from interface com.spire.presentation.iactivepresentation |
---|
getpresentation |
constructor detail |
---|
public textcharacterproperties()
public textcharacterproperties(portionformatex textrangeformat)
public textcharacterproperties(textcharacterproperties props)
props
-
java.lang.exception
method detail |
---|
public portionformatex getformat()
public textlineformat gettextlineformat()
public fillformat getfill()
public fillformat getdisplayfill()
public effectdag geteffectdag()
public colorformat gethighlightcolor()
public textlineformat getunderlineformat()
public fillformat getunderlinefillformat()
public java.lang.string getbookmarkid()
public void setbookmarkid(java.lang.string value)
public boolean hasclickaction()
public clickhyperlink getclickaction()
public void setclickaction(clickhyperlink value)
public clickhyperlink getmouseoveraction()
public void setmouseoveraction(clickhyperlink value)
public tristate isbold()
public void isbold(tristate value)
public tristate isitalic()
public void isitalic(tristate value)
public tristate getkumimoji()
public void setkumimoji(tristate value)
public tristate getnormalizeheights()
public void setnormalizeheights(tristate value)
public tristate getnoproofing()
public void setnoproofing(tristate value)
public textunderlinetype gettextunderlinetype()
public void settextunderlinetype(textunderlinetype value)
public textcaptype gettextcaptype()
public void settextcaptype(textcaptype value)
public textstrikethroughtype gettextstrikethroughtype()
public void settextstrikethroughtype(textstrikethroughtype value)
public boolean getsmarttagclean()
public void setsmarttagclean(boolean value)
public float getfontheight()
public void setfontheight(float value)
public textfont getlatinfont()
public void setlatinfont(textfont value)
public textfont getdefaultlatinfont()
public void setdefaultlatinfont(textfont defaultlatinfont)
public textfont geteastasianfont()
public void seteastasianfont(textfont value)
public textfont getcomplexscriptfont()
public void setcomplexscriptfont(textfont value)
public textfont getsymbolfont()
public void setsymbolfont(textfont value)
public float getscriptdistance()
public void setscriptdistance(float value)
public float getfontminsize()
public void setfontminsize(float value)
public java.lang.string getlanguage()
public void setlanguage(java.lang.string value)
public java.lang.string getalternativelanguage()
public void setalternativelanguage(java.lang.string value)
public float getlinespacing()
public void setlinespacing(float value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |