paragraphex-ag凯发旗舰厅
com.spire.presentation
class paragraphex
java.lang.object
com.spire.presentation.pptobject
com.spire.presentation.paragraphpropertiesex
com.spire.presentation.paragraphex
- all implemented interfaces:
- iactivepresentation, islidecomponent
public final class paragraphex
- extends paragraphpropertiesex
represents a paragraph of a text.
methods inherited from class com.spire.presentation.paragraphpropertiesex |
getalignment, getbulletchar, getbulletcolor, getbulletfont, getbulletnumber, getbulletpicture, getbulletsize, getbulletstyle, getbullettype, getcustombulletcolor, getcustombulletfont, getdefaultcharacterproperties, getdefaulttabsize, getdepth, geteastasianlinebreak, getfontalignment, gethangingpunctuation, getindent, getlatinlinebreak, getleftmargin, getlinespacing, getparagraphbulletcolor, getrightmargin, getrighttoleft, getspaceafter, getspacebefore, gettabs, hasbullet, setalignment, setbulletchar, setbulletfont, setbulletnumber, setbulletsize, setbulletstyle, setbullettype, setcustombulletcolor, setcustombulletfont, setdefaulttabsize, setdepth, seteastasianlinebreak, setfontalignment, sethangingpunctuation, setindent, setlatinlinebreak, setleftmargin, setlinespacing, setrightmargin, setrighttoleft, setspaceafter, setspacebefore |
paragraphex
public paragraphex()
- initializes a new instance of the paragraph class with default properties.
- throws:
java.lang.exception
paragraphex
public paragraphex(paragraphex para)
- copy constructor that initializes a new instance of a paragraph class.
- parameters:
para
-
- throws:
java.lang.exception
paragraphex
public paragraphex(textparagraphproperties paraformat)
getfirsttextrange
public portionex getfirsttextrange()
- first text range of text paragraph.
- returns:
gettextranges
public textrangecollection gettextranges()
- gets the collection of a text range.
readonly .
- returns:
getparagraphproperties
public textparagraphproperties getparagraphproperties()
- gets the formatting of paragraph.
readonly .
- returns:
gettext
public java.lang.string gettext()
- gets the the plain text of a paragraph.
- returns:
- the text.
settext
public void settext(java.lang.string value)
- sets the the plain text of a paragraph.