|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface itextframeproperties
method summary | |
---|---|
void |
dispose()
dispose object and free resources. |
textanchortype |
getanchoringtype()
gets vertical anchor text in a textframe. |
textautofittype |
getautofittype()
gets text's autofit mode. |
double |
getmarginbottom()
gets the bottom margin (points) in a textframe. |
double |
getmarginleft()
gets the left margin (points) in a textframe. |
double |
getmarginright()
gets the right margin (points) in a textframe. |
double |
getmargintop()
gets the top margin (points) in a textframe. |
float |
getmaxwidth()
|
paragraphcollection |
getparagraphs()
gets the list of all paragraphs in a frame. |
java.lang.object |
getparent()
reference to parent object. |
presentation |
getpresentation()
|
boolean |
getrighttoleftcolumns()
get columns style right to left. |
float |
getrotationangle()
gets the rotation angle of text frame . |
activeslide |
getslide()
gets the parent slide of a textframe. |
java.awt.geom.point2d |
getstartlocationatmaxwidth()
|
java.lang.string |
gettext()
gets the plain text for a textframe. |
java.awt.geom.point2d |
gettextlocation()
|
portionex |
gettextrange()
text range of text frame. |
textstyle |
gettextstyle()
gets text's style. |
textparagraphproperties[] |
gettextstylecache()
gets text's style combine with parent. |
formatthreed |
gettextthreed()
gets the formatthreed object that 3d effect properties for text. |
verticaltexttype |
getverticaltexttype()
indicates text orientation. |
boolean |
getwordwrap()
true if text is wrapped at textframe's margins. |
void |
highlighttext(java.lang.string text,
java.awt.color color,
texthighlightingoptions options)
highlight all matches of sample in text frame text using specified color. |
boolean |
iscentered()
indicates, whether text should be centered in box horizontally. |
void |
iscentered(boolean value)
|
void |
setanchoringtype(textanchortype value)
sets vertical anchor text in a textframe. |
void |
setautofittype(textautofittype value)
sets text's autofit mode. |
void |
setmarginbottom(double value)
sets the bottom margin (points) in a textframe. |
void |
setmarginleft(double value)
sets the left margin (points) in a textframe. |
void |
setmarginright(double value)
sets the right margin (points) in a textframe. |
void |
setmargintop(double value)
sets the top margin (points) in a textframe. |
void |
setrighttoleftcolumns(boolean righttoleftcolumns)
set columns style right to left. |
void |
setrotationangle(float value)
sets the rotation angle of text frame . |
void |
settext(java.lang.string value)
sets the plain text for a textframe. |
void |
setverticaltexttype(verticaltexttype value)
|
void |
setwordwrap(boolean value)
|
method detail |
---|
paragraphcollection getparagraphs()
java.lang.string gettext()
void settext(java.lang.string value) throws documenteditexception
documenteditexception
textstyle gettextstyle()
textparagraphproperties[] gettextstylecache()
double getmarginleft()
void setmarginleft(double value) throws appexception
appexception
double getmarginright()
void setmarginright(double value) throws appexception
appexception
double getmargintop()
void setmargintop(double value) throws appexception
appexception
double getmarginbottom()
void setmarginbottom(double value) throws appexception
appexception
portionex gettextrange()
boolean getwordwrap()
void setwordwrap(boolean value)
textanchortype getanchoringtype()
void setanchoringtype(textanchortype value)
boolean iscentered()
void iscentered(boolean value)
verticaltexttype getverticaltexttype()
void setverticaltexttype(verticaltexttype value)
textautofittype getautofittype()
void setautofittype(textautofittype value)
activeslide getslide()
java.lang.exception
presentation getpresentation()
java.lang.object getparent()
void dispose()
formatthreed gettextthreed()
float getrotationangle()
void setrotationangle(float value)
void highlighttext(java.lang.string text, java.awt.color color, texthighlightingoptions options)
text
- : text sample to highlight.color
- : highlighting color.options
- : highlighting options.boolean getrighttoleftcolumns()
void setrighttoleftcolumns(boolean righttoleftcolumns)
righttoleftcolumns
- java.awt.geom.point2d gettextlocation()
float getmaxwidth()
java.awt.geom.point2d getstartlocationatmaxwidth()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |