paragraphpropertiesex-ag凯发旗舰厅



com.spire.presentation
class paragraphpropertiesex

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

public class paragraphpropertiesex
extends pptobject
implements islidecomponent

represents the properties of a paragraph.


constructor summary
paragraphpropertiesex()
           
 
method summary
 textalignmenttype getalignment()
          gets or sets the text alignment in a paragraph.
 char getbulletchar()
          gets the bullet char of a paragraph.
 colorformat getbulletcolor()
          gets or sets the color of a bullet.
 textfont getbulletfont()
          gets the bullet font of a paragraph.
 short getbulletnumber()
          gets the first number which is used for group of numbered bullets.
 pictureshape getbulletpicture()
          gets a picture used as a bullet in a paragraph.
 float getbulletsize()
          gets the bullet size of a paragraph.
 numberedbulletstyle getbulletstyle()
          gets the style of a numbered bullet.
 textbullettype getbullettype()
          gets the bullet type of a paragraph.
 boolean getcustombulletcolor()
           
 boolean getcustombulletfont()
           
 textcharacterproperties getdefaultcharacterproperties()
          gets default character properties of a paragraph.
 float getdefaulttabsize()
          gets default tabulation size.
 short getdepth()
          gets a depth of a paragraph.
 tristate geteastasianlinebreak()
          indicates whether the east asian line break is used in a paragraph.
 fontalignmenttype getfontalignment()
          gets a font alignment in a paragraph.
 tristate gethangingpunctuation()
          indicates whether the hanging punctuation is used in a paragraph.
 float getindent()
          gets text indentation in a paragraph.
 tristate getlatinlinebreak()
          indicates whether the latin line break is used in a paragraph.
 float getleftmargin()
          gets the left margin in a paragraph.
 float getlinespacing()
          gets the amount of space between base lines in a paragraph.
 colorformat getparagraphbulletcolor()
          gets the color format of a bullet of a paragraph.
 float getrightmargin()
          gets the right margin in a paragraph.
 tristate getrighttoleft()
          indicates whether the right to left writing is used in a paragraph.
 float getspaceafter()
          returns the amount of space after the last line in each paragraph of the specified text, in points or lines.
 float getspacebefore()
          returns the amount of space before the first line in each paragraph of the specified text, in points or lines read/write .
 tabstopcollection gettabs()
          gets tabulations of a paragraph.
 boolean hasbullet()
          indicates whether a paragraph has a bullet.
 void setalignment(textalignmenttype value)
          sets the text alignment in a paragraph.
 void setbulletchar(char value)
          sets the bullet char of a paragraph.
 void setbulletfont(textfont value)
          sets the bullet font of a paragraph.
 void setbulletnumber(short value)
          sets the first number which is used for group of numbered bullets.
 void setbulletsize(float value)
          sets the bullet size of a paragraph.
 void setbulletstyle(numberedbulletstyle value)
          sets the style of a numbered bullet.
 void setbullettype(textbullettype value)
          sets the bullet type of a paragraph.
 void setcustombulletcolor(boolean value)
           
 void setcustombulletfont(boolean value)
           
 void setdefaulttabsize(float value)
          sets default tabulation size.
 void setdepth(short value)
          sets a depth of a paragraph.
 void seteastasianlinebreak(tristate value)
           
 void setfontalignment(fontalignmenttype value)
          sets a font alignment in a paragraph.
 void sethangingpunctuation(tristate value)
           
 void setindent(float value)
          sets text indentation in a paragraph.
 void setlatinlinebreak(tristate value)
           
 void setleftmargin(float value)
          sets the left margin in a paragraph.
 void setlinespacing(float value)
          sets the amount of space between base lines in a paragraph.
 void setrightmargin(float value)
          sets the right margin in a paragraph.
 void setrighttoleft(tristate value)
           
 void setspaceafter(float value)
          sets the amount of space after the last line in each paragraph of the specified text, in points or lines.
 void setspacebefore(float value)
          sets the amount of space before the first line in each paragraph of the specified text, in points or lines read/write .
 
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

paragraphpropertiesex

public paragraphpropertiesex()
method detail

getdepth

public short getdepth()
gets a depth of a paragraph. read/write .
returns:

setdepth

public void setdepth(short value)
sets a depth of a paragraph. read/write .

getbullettype

public textbullettype getbullettype()
gets the bullet type of a paragraph. read/write .
returns:

setbullettype

public void setbullettype(textbullettype value)
sets the bullet type of a paragraph. read/write .

getbulletchar

public char getbulletchar()
gets the bullet char of a paragraph. read/write .
returns:

setbulletchar

public void setbulletchar(char value)
sets the bullet char of a paragraph. read/write .

getbulletfont

public textfont getbulletfont()
gets the bullet font of a paragraph. read/write .
returns:

setbulletfont

public void setbulletfont(textfont value)
sets the bullet font of a paragraph. read/write .

getbulletsize

public float getbulletsize()
gets the bullet size of a paragraph. read/write .
returns:

setbulletsize

public void setbulletsize(float value)
sets the bullet size of a paragraph. read/write .

getparagraphbulletcolor

public colorformat getparagraphbulletcolor()
gets the color format of a bullet of a paragraph. read-only .
returns:

getbulletnumber

public short getbulletnumber()
gets the first number which is used for group of numbered bullets. read/write .
returns:

setbulletnumber

public void setbulletnumber(short value)
sets the first number which is used for group of numbered bullets. read/write .

getbulletstyle

public numberedbulletstyle getbulletstyle()
gets the style of a numbered bullet. read/write .
returns:

setbulletstyle

public void setbulletstyle(numberedbulletstyle value)
sets the style of a numbered bullet. read/write .

getalignment

public textalignmenttype getalignment()
gets or sets the text alignment in a paragraph. read/write .
returns:

setalignment

public void setalignment(textalignmenttype value)
sets the text alignment in a paragraph. read/write .

getlinespacing

public float getlinespacing()
gets the amount of space between base lines in a paragraph. read/write .
returns:

setlinespacing

public void setlinespacing(float value)
sets the amount of space between base lines in a paragraph. read/write .

getspacebefore

public float getspacebefore()
returns the amount of space before the first line in each paragraph of the specified text, in points or lines read/write .
returns:

setspacebefore

public void setspacebefore(float value)
sets the amount of space before the first line in each paragraph of the specified text, in points or lines read/write .

getspaceafter

public float getspaceafter()
returns the amount of space after the last line in each paragraph of the specified text, in points or lines. read/write .
returns:

setspaceafter

public void setspaceafter(float value)
sets the amount of space after the last line in each paragraph of the specified text, in points or lines. read/write .

geteastasianlinebreak

public tristate geteastasianlinebreak()
indicates whether the east asian line break is used in a paragraph. read/write .
returns:

seteastasianlinebreak

public void seteastasianlinebreak(tristate value)

getrighttoleft

public tristate getrighttoleft()
indicates whether the right to left writing is used in a paragraph. read/write .
returns:

setrighttoleft

public void setrighttoleft(tristate value)

getlatinlinebreak

public tristate getlatinlinebreak()
indicates whether the latin line break is used in a paragraph. read/write .
returns:

setlatinlinebreak

public void setlatinlinebreak(tristate value)

gethangingpunctuation

public tristate gethangingpunctuation()
indicates whether the hanging punctuation is used in a paragraph. read/write .
returns:

sethangingpunctuation

public void sethangingpunctuation(tristate value)

getleftmargin

public float getleftmargin()
gets the left margin in a paragraph. read/write .
returns:

setleftmargin

public void setleftmargin(float value)
sets the left margin in a paragraph. read/write .

getrightmargin

public float getrightmargin()
gets the right margin in a paragraph. read/write .
returns:

setrightmargin

public void setrightmargin(float value)
sets the right margin in a paragraph. read/write .

getindent

public float getindent()
gets text indentation in a paragraph. read/write .
returns:

setindent

public void setindent(float value)
sets text indentation in a paragraph. read/write .

getdefaulttabsize

public float getdefaulttabsize()
gets default tabulation size. read/write .
returns:

setdefaulttabsize

public void setdefaulttabsize(float value)
sets default tabulation size. read/write .

gettabs

public tabstopcollection gettabs()
gets tabulations of a paragraph. read-only .
returns:

getfontalignment

public fontalignmenttype getfontalignment()
gets a font alignment in a paragraph. read/write .
returns:

setfontalignment

public void setfontalignment(fontalignmenttype value)
sets a font alignment in a paragraph. read/write .

getbulletpicture

public pictureshape getbulletpicture()
gets a picture used as a bullet in a paragraph. read-only .
returns:

getdefaultcharacterproperties

public textcharacterproperties getdefaultcharacterproperties()
gets default character properties of a paragraph. read-only .
returns:

hasbullet

public boolean hasbullet()
indicates whether a paragraph has a bullet. read-only .
returns:

getcustombulletcolor

public boolean getcustombulletcolor()

setcustombulletcolor

public void setcustombulletcolor(boolean value)

getbulletcolor

public colorformat getbulletcolor()
gets or sets the color of a bullet. read-only .
returns:

getcustombulletfont

public boolean getcustombulletfont()

setcustombulletfont

public void setcustombulletfont(boolean value)


网站地图