paragraphex-ag凯发旗舰厅



com.spire.presentation
class paragraphex

java.lang.object
  extended by com.spire.presentation.pptobject
      extended by com.spire.presentation.paragraphpropertiesex
          extended by com.spire.presentation.paragraphex
all implemented interfaces:
iactivepresentation, islidecomponent

public final class paragraphex
extends paragraphpropertiesex

represents a paragraph of a text.


constructor summary
paragraphex()
          initializes a new instance of the paragraph class with default properties.
paragraphex(paragraphex para)
          copy constructor that initializes a new instance of a paragraph class.
paragraphex(textparagraphproperties paraformat)
           
 
method summary
 portionex getfirsttextrange()
          first text range of text paragraph.
 textparagraphproperties getparagraphproperties()
          gets the formatting of paragraph.
 java.lang.string gettext()
          gets the the plain text of a paragraph.
 textrangecollection gettextranges()
          gets the collection of a text range.
 void settext(java.lang.string value)
          sets the the plain text of a paragraph.
 
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
 
methods inherited from class com.spire.presentation.pptobject
checkdisposed, getparent
 
methods inherited from interface com.spire.presentation.islidecomponent
getslide
 
methods inherited from interface com.spire.presentation.iactivepresentation
getpresentation
 
constructor detail

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)
method detail

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.


网站地图