|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.textparagraphproperties
public class textparagraphproperties
contains the paragraph's formatting properties.
constructor summary | |
---|---|
textparagraphproperties()
|
|
textparagraphproperties( ls,
ppt)
|
|
textparagraphproperties(textparagraphproperties paraprop)
|
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 the color format of a bullet of a paragraph. |
textfont |
getbulletfont()
gets he bullet font of a paragraph. |
float |
getbulletsize()
gets the bullet height of a paragraph. |
boolean |
getcustombulletcolor()
|
float |
getdefaulttabsize()
gets default tabulation size. |
portionformatex |
getdefaulttextrangeproperties()
gets default portion format 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. |
short |
getlevel()
gets a level of a paragraph. |
float |
getlinespacing()
gets the amount of space between base lines in a paragraph. |
short |
getnumberedbulletstartwith()
gets the first number which is used for group of numbered bullets. |
numberedbulletstyle |
getnumberedbulletstyle()
gets the style of a numbered bullet. |
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()
gets the amount of space after the last line in a paragraph. |
float |
getspacebefore()
gets the amount of space before the first line in a paragraph. |
tabstopcollection |
gettabstopslist()
gets tabulations of a paragraph. |
textbullettype |
gettexttextbullettype()
gets the bullet type of a paragraph. |
tristate |
isbulletinheritfont()
indicates whether the bullet has own font or inherits it from the first portion in the paragraph. |
void |
isbulletinheritfont(tristate value)
|
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 |
setbulletsize(float value)
sets the bullet height of a paragraph. |
void |
setcustombulletcolor(boolean value)
|
void |
setdefaulttabsize(float value)
sets default tabulation size. |
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 |
setlevel(short value)
sets a level of a paragraph. |
void |
setlinespacing(float value)
sets the amount of space between base lines in a paragraph. |
void |
setnumberedbulletstartwith(short value)
sets the first number which is used for group of numbered bullets. |
void |
setnumberedbulletstyle(numberedbulletstyle value)
sets the style of a numbered bullet. |
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 a paragraph. |
void |
setspacebefore(float value)
sets the amount of space before the first line in a paragraph. |
void |
settexttextbullettype(textbullettype value)
sets the bullet type of a paragraph. |
methods inherited from interface com.spire.presentation.islidecomponent |
---|
getslide |
methods inherited from interface com.spire.presentation.iactivepresentation |
---|
getpresentation |
constructor detail |
---|
public textparagraphproperties(textparagraphproperties paraprop)
public textparagraphproperties( ls, ppt) throws documenteditexception
documenteditexception
public textparagraphproperties()
method detail |
---|
public short getlevel()
public void setlevel(short value)
public textbullettype gettexttextbullettype()
public void settexttextbullettype(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 getbulletcolor()
public short getnumberedbulletstartwith()
public void setnumberedbulletstartwith(short value)
public numberedbulletstyle getnumberedbulletstyle()
public void setnumberedbulletstyle(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 gettabstopslist()
public fontalignmenttype getfontalignment()
public void setfontalignment(fontalignmenttype value)
public portionformatex getdefaulttextrangeproperties()
public boolean getcustombulletcolor()
public void setcustombulletcolor(boolean value)
public tristate isbulletinheritfont()
public void isbulletinheritfont(tristate value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |