|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.pptobject
com.spire.presentation.paragraphpropertiesex
public class paragraphpropertiesex
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 |
---|
public paragraphpropertiesex()
method detail |
---|
public short getdepth()
public void setdepth(short value)
public textbullettype getbullettype()
public void setbullettype(textbullettype value)
public char getbulletchar()
public void setbulletchar(char value)
public textfont getbulletfont()
public void setbulletfont(textfont value)
public float getbulletsize()
public void setbulletsize(float value)
public colorformat getparagraphbulletcolor()
public short getbulletnumber()
public void setbulletnumber(short value)
public numberedbulletstyle getbulletstyle()
public void setbulletstyle(numberedbulletstyle value)
public textalignmenttype getalignment()
public void setalignment(textalignmenttype value)
public float getlinespacing()
public void setlinespacing(float value)
public float getspacebefore()
public void setspacebefore(float value)
public float getspaceafter()
public void setspaceafter(float value)
public tristate geteastasianlinebreak()
public void seteastasianlinebreak(tristate value)
public tristate getrighttoleft()
public void setrighttoleft(tristate value)
public tristate getlatinlinebreak()
public void setlatinlinebreak(tristate value)
public tristate gethangingpunctuation()
public void sethangingpunctuation(tristate value)
public float getleftmargin()
public void setleftmargin(float value)
public float getrightmargin()
public void setrightmargin(float value)
public float getindent()
public void setindent(float value)
public float getdefaulttabsize()
public void setdefaulttabsize(float value)
public tabstopcollection gettabs()
public fontalignmenttype getfontalignment()
public void setfontalignment(fontalignmenttype value)
public pictureshape getbulletpicture()
public textcharacterproperties getdefaultcharacterproperties()
public boolean hasbullet()
public boolean getcustombulletcolor()
public void setcustombulletcolor(boolean value)
public colorformat getbulletcolor()
public boolean getcustombulletfont()
public void setcustombulletfont(boolean value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |