textcharacterproperties-ag凯发旗舰厅



com.spire.presentation
class textcharacterproperties

java.lang.object
  extended by com.spire.presentation.textcharacterproperties
all implemented interfaces:
iactivepresentation, islidecomponent
direct known subclasses:
portionex

public class textcharacterproperties
extends java.lang.object
implements islidecomponent

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

textcharacterproperties

public textcharacterproperties()
initializes a new instance of the textcharacterproperties class.

textcharacterproperties

public textcharacterproperties(portionformatex textrangeformat)

textcharacterproperties

public textcharacterproperties(textcharacterproperties props)
initializes a new instance of the textcharacterproperties class.
parameters:
props -
throws:
java.lang.exception
method detail

getformat

public portionformatex getformat()
gets the text range format for this object. read-only .
returns:

gettextlineformat

public textlineformat gettextlineformat()
gets the lineformat properties for text outlining. read-only .
returns:

getfill

public fillformat getfill()
gets the text fillformat properties. read-only .
returns:

getdisplayfill

public fillformat getdisplayfill()
gets the text fillformat properties. if textrange filltype is undefined,display fillformat properties inherited from the paragraph\textframe\layoutslide\master. read-only .
returns:

geteffectdag

public effectdag geteffectdag()
gets the text effectformat properties. read-only .
returns:

gethighlightcolor

public colorformat gethighlightcolor()
gets the color used to highlight a text. read-only .
returns:

getunderlineformat

public textlineformat getunderlineformat()
gets the lineformat properties used to outline underline line. read-only .
returns:

getunderlinefillformat

public fillformat getunderlinefillformat()
gets the underline line fillformat properties.
returns:

getbookmarkid

public java.lang.string getbookmarkid()
gets bookmark identifier. read/write .
returns:

setbookmarkid

public void setbookmarkid(java.lang.string value)
sets bookmark identifier. read/write .

hasclickaction

public boolean hasclickaction()
indicates whether text character properties a has clickaction.
returns:

getclickaction

public clickhyperlink getclickaction()
gets the hyperlink defined for mouse click. read/write .
returns:

setclickaction

public void setclickaction(clickhyperlink value)
sets the hyperlink defined for mouse click. read/write .

getmouseoveraction

public clickhyperlink getmouseoveraction()
gets the hyperlink defined for mouse over. read/write .
returns:

setmouseoveraction

public void setmouseoveraction(clickhyperlink value)
sets the hyperlink defined for mouse over. read/write .

isbold

public tristate isbold()
indicates whether the font is bold. read/write .
returns:

isbold

public void isbold(tristate value)

isitalic

public tristate isitalic()
indicates whether the font is itallic. read/write .
returns:

isitalic

public void isitalic(tristate value)

getkumimoji

public tristate getkumimoji()
indicates whether use eastern language-specific vertical text layout. read/write .
returns:

setkumimoji

public void setkumimoji(tristate value)

getnormalizeheights

public tristate getnormalizeheights()
indicates whether the height of a text should be normalized. read/write .
returns:

setnormalizeheights

public void setnormalizeheights(tristate value)

getnoproofing

public tristate getnoproofing()
indicates whether the text would be proofed. read/write .
returns:

setnoproofing

public void setnoproofing(tristate value)

gettextunderlinetype

public textunderlinetype gettextunderlinetype()
gets the text underline type. read/write .
returns:

settextunderlinetype

public void settextunderlinetype(textunderlinetype value)
sets the text underline type. read/write .

gettextcaptype

public textcaptype gettextcaptype()
gets the type of text capitalization. read/write .
returns:

settextcaptype

public void settextcaptype(textcaptype value)
sets the type of text capitalization. read/write .

gettextstrikethroughtype

public textstrikethroughtype gettextstrikethroughtype()
gets the strikethrough type of a text. read/write .
returns:

settextstrikethroughtype

public void settextstrikethroughtype(textstrikethroughtype value)
sets the strikethrough type of a text. read/write .

getsmarttagclean

public boolean getsmarttagclean()
indicates whether the smart tag should be cleaned. read/write .
returns:

setsmarttagclean

public void setsmarttagclean(boolean value)

getfontheight

public float getfontheight()
gets the font height of a text range. read/write .
returns:

setfontheight

public void setfontheight(float value)
sets the font height of a text range. read/write .

getlatinfont

public textfont getlatinfont()
gets the latin font info. read/write .
returns:

setlatinfont

public void setlatinfont(textfont value)
sets the latin font info. read/write .

getdefaultlatinfont

public textfont getdefaultlatinfont()
gets the default latin font info. read/write.

setdefaultlatinfont

public void setdefaultlatinfont(textfont defaultlatinfont)
sets the default latin font info. read/write.

geteastasianfont

public textfont geteastasianfont()
gets the east asian font info. read/write .
returns:

seteastasianfont

public void seteastasianfont(textfont value)
sets the east asian font info. read/write .

getcomplexscriptfont

public textfont getcomplexscriptfont()
gets the complex script font info. read/write .
returns:

setcomplexscriptfont

public void setcomplexscriptfont(textfont value)
sets the complex script font info. read/write .

getsymbolfont

public textfont getsymbolfont()
gets the symbolic font info. read/write .
returns:

setsymbolfont

public void setsymbolfont(textfont value)
sets the symbolic font info. read/write .

getscriptdistance

public float getscriptdistance()
gets the superscript or subscript text. read/write .
returns:

setscriptdistance

public void setscriptdistance(float value)
sets the superscript or subscript text. read/write .

getfontminsize

public float getfontminsize()
gets the minimal font size. read/write .
returns:

setfontminsize

public void setfontminsize(float value)
sets the minimal font size. read/write .

getlanguage

public java.lang.string getlanguage()
gets the language. read/write .
returns:

setlanguage

public void setlanguage(java.lang.string value)
sets the language. read/write .

getalternativelanguage

public java.lang.string getalternativelanguage()
gets the alternative language. read/write .
returns:

setalternativelanguage

public void setalternativelanguage(java.lang.string value)
sets the alternative language. read/write .

getlinespacing

public float getlinespacing()
gets the line spacing. read/write .
returns:

setlinespacing

public void setlinespacing(float value)
sets the line spacing. read/write .


网站地图