|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.ParagraphPropertiesEx
com.aspose.slides.pptx.ParagraphEx
public final class ParagraphEx
Represents a paragraph of a text.
Field Summary |
---|
Fields inherited from class com.aspose.slides.pptx.ParagraphPropertiesEx |
---|
m_parent |
Constructor Summary | |
---|---|
ParagraphEx()
Initializes a new instance of the Paragraph class with default properties. |
|
ParagraphEx(ParagraphPropertiesEx para)
Copy constructor that initializes a new instance of a ParagraphEx class. |
Method Summary | |
---|---|
TextAlignmentEx |
getAlignment()
Returns the text alignment in a paragraph. |
char |
getBulletChar()
Returns the bullet char of a paragraph. |
FontDataEx |
getBulletFont()
Returns the bullet font of a paragraph. |
float |
getBulletHeight()
Returns the bullet height of a paragraph. |
BulletTypeEx |
getBulletType()
Returns the bullet type of a paragraph. |
ParagraphPropertiesEx |
getCachedProps()
|
float |
getDefaultTabSize()
Returns the default tabulation size. |
FontAlignmentEx |
getFontAlignment()
Returns the font alignment in a paragraph. |
float |
getIndent()
Returns the text indentation in a paragraph. |
NullableBool |
getIsBulletHardColor()
|
float |
getMarginLeft()
Returns the left margin in a paragraph. |
float |
getMarginRight()
Returns the right margin in a paragraph. |
short |
getNumberedBulletStartWith()
Returns the first number which is used for group of numbered bullets. |
NumberedBulletStyleEx |
getNumberedBulletStyle()
Returns the style of a numbered bullet. |
PortionsEx |
getPortions()
Returns the collection of text portions. |
float |
getSpaceAfter()
Returns the amount of space after the last line in a paragraph. |
float |
getSpaceBefore()
Returns the amount of space before the first line in a paragraph. |
float |
getSpaceWithin()
Returns the amount of space between base lines in a paragraph. |
java.lang.String |
getText()
Returns the plain text of a paragraph. |
NullableBool |
isBulletHardFont()
Determines whether the bullet has own font or inherits it from the first portion in the paragraph. |
NullableBool |
isEastAsianLineBreak()
Determines whether the East Asian line break is used in a paragraph. |
NullableBool |
isHangingPunctuation()
Determines whether the hanging punctuation is used in a paragraph. |
NullableBool |
isLatinLineBreak()
Determines whether the Latin line break is used in a paragraph. |
NullableBool |
isRightToLeft()
Determines whether the Right to Left writing is used in a paragraph. |
void |
setAlignment(TextAlignmentEx value)
Sets the text alignment in a paragraph. |
void |
setBulletChar(char value)
Sets the bullet char of a paragraph. |
void |
setBulletFont(FontDataEx value)
Sets the bullet font of a paragraph. |
void |
setBulletHardFont(NullableBool value)
Sets whether the bullet has own font or inherits it from the first portion in the paragraph. |
void |
setBulletHeight(float value)
Sets the bullet height of a paragraph. |
void |
setBulletType(BulletTypeEx value)
Sets the bullet type of a paragraph. |
void |
setDefaultTabSize(float value)
Sets the default tabulation size. |
void |
setEastAsianLineBreak(NullableBool value)
Sets whether the East Asian line break is used in a paragraph. |
void |
setFontAlignment(FontAlignmentEx value)
Sets the font alignment in a paragraph. |
void |
setHangingPunctuation(NullableBool value)
Sets whether the hanging punctuation is used in a paragraph. |
void |
setIndent(float value)
Sets the text indentation in a paragraph. |
void |
setIsBulletHardColor(NullableBool value)
|
void |
setLatinLineBreak(NullableBool value)
Sets whether the Latin line break is used in a paragraph. |
void |
setMarginLeft(float value)
Sets the left margin in a paragraph. |
void |
setMarginRight(float value)
Sets the right margin in a paragraph. |
void |
setNumberedBulletStartWith(short value)
Sets the first number which is used for group of numbered |
void |
setNumberedBulletStyle(NumberedBulletStyleEx value)
Sets the style of a numbered bullet. |
void |
setRightToLeft(NullableBool value)
Sets whether the Right to Left writing is used in a paragraph. |
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 |
setSpaceWithin(float value)
Sets the amount of space between base lines in a paragraph. |
void |
setText(java.lang.String value)
Sets the plain text of a paragraph. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParagraphEx()
public ParagraphEx(ParagraphPropertiesEx para)
para
- Method Detail |
---|
public PortionsEx getPortions()
PortionsEx
.public ParagraphPropertiesEx getCachedProps()
public BulletTypeEx getBulletType()
ParagraphPropertiesEx
getBulletType
in class ParagraphPropertiesEx
public void setBulletType(BulletTypeEx value)
ParagraphPropertiesEx
setBulletType
in class ParagraphPropertiesEx
public char getBulletChar()
ParagraphPropertiesEx
getBulletChar
in class ParagraphPropertiesEx
public void setBulletChar(char value)
ParagraphPropertiesEx
setBulletChar
in class ParagraphPropertiesEx
public FontDataEx getBulletFont()
ParagraphPropertiesEx
getBulletFont
in class ParagraphPropertiesEx
public void setBulletFont(FontDataEx value)
ParagraphPropertiesEx
setBulletFont
in class ParagraphPropertiesEx
public float getBulletHeight()
ParagraphPropertiesEx
getBulletHeight
in class ParagraphPropertiesEx
public void setBulletHeight(float value)
ParagraphPropertiesEx
setBulletHeight
in class ParagraphPropertiesEx
public short getNumberedBulletStartWith()
ParagraphPropertiesEx
getNumberedBulletStartWith
in class ParagraphPropertiesEx
public void setNumberedBulletStartWith(short value)
ParagraphPropertiesEx
setNumberedBulletStartWith
in class ParagraphPropertiesEx
public NumberedBulletStyleEx getNumberedBulletStyle()
ParagraphPropertiesEx
getNumberedBulletStyle
in class ParagraphPropertiesEx
public void setNumberedBulletStyle(NumberedBulletStyleEx value)
ParagraphPropertiesEx
setNumberedBulletStyle
in class ParagraphPropertiesEx
public TextAlignmentEx getAlignment()
ParagraphPropertiesEx
getAlignment
in class ParagraphPropertiesEx
public void setAlignment(TextAlignmentEx value)
ParagraphPropertiesEx
setAlignment
in class ParagraphPropertiesEx
public float getSpaceWithin()
ParagraphPropertiesEx
getSpaceWithin
in class ParagraphPropertiesEx
public void setSpaceWithin(float value)
ParagraphPropertiesEx
setSpaceWithin
in class ParagraphPropertiesEx
public float getSpaceBefore()
ParagraphPropertiesEx
getSpaceBefore
in class ParagraphPropertiesEx
public void setSpaceBefore(float value)
ParagraphPropertiesEx
setSpaceBefore
in class ParagraphPropertiesEx
public float getSpaceAfter()
ParagraphPropertiesEx
getSpaceAfter
in class ParagraphPropertiesEx
public void setSpaceAfter(float value)
ParagraphPropertiesEx
setSpaceAfter
in class ParagraphPropertiesEx
public NullableBool isEastAsianLineBreak()
ParagraphPropertiesEx
isEastAsianLineBreak
in class ParagraphPropertiesEx
public void setEastAsianLineBreak(NullableBool value)
ParagraphPropertiesEx
setEastAsianLineBreak
in class ParagraphPropertiesEx
public NullableBool isRightToLeft()
ParagraphPropertiesEx
isRightToLeft
in class ParagraphPropertiesEx
public void setRightToLeft(NullableBool value)
ParagraphPropertiesEx
setRightToLeft
in class ParagraphPropertiesEx
public NullableBool isLatinLineBreak()
ParagraphPropertiesEx
isLatinLineBreak
in class ParagraphPropertiesEx
public void setLatinLineBreak(NullableBool value)
ParagraphPropertiesEx
setLatinLineBreak
in class ParagraphPropertiesEx
public NullableBool isHangingPunctuation()
ParagraphPropertiesEx
isHangingPunctuation
in class ParagraphPropertiesEx
public void setHangingPunctuation(NullableBool value)
ParagraphPropertiesEx
setHangingPunctuation
in class ParagraphPropertiesEx
public float getMarginLeft()
ParagraphPropertiesEx
getMarginLeft
in class ParagraphPropertiesEx
public void setMarginLeft(float value)
ParagraphPropertiesEx
setMarginLeft
in class ParagraphPropertiesEx
public float getMarginRight()
ParagraphPropertiesEx
getMarginRight
in class ParagraphPropertiesEx
public void setMarginRight(float value)
ParagraphPropertiesEx
setMarginRight
in class ParagraphPropertiesEx
public float getIndent()
ParagraphPropertiesEx
getIndent
in class ParagraphPropertiesEx
public void setIndent(float value)
ParagraphPropertiesEx
setIndent
in class ParagraphPropertiesEx
public float getDefaultTabSize()
ParagraphPropertiesEx
getDefaultTabSize
in class ParagraphPropertiesEx
public void setDefaultTabSize(float value)
ParagraphPropertiesEx
setDefaultTabSize
in class ParagraphPropertiesEx
public FontAlignmentEx getFontAlignment()
ParagraphPropertiesEx
getFontAlignment
in class ParagraphPropertiesEx
public void setFontAlignment(FontAlignmentEx value)
ParagraphPropertiesEx
setFontAlignment
in class ParagraphPropertiesEx
public NullableBool getIsBulletHardColor()
public void setIsBulletHardColor(NullableBool value)
public NullableBool isBulletHardFont()
ParagraphPropertiesEx
isBulletHardFont
in class ParagraphPropertiesEx
public void setBulletHardFont(NullableBool value)
ParagraphPropertiesEx
setBulletHardFont
in class ParagraphPropertiesEx
value
- NullableBool.True if bullet has own font and
NullableBool.False if bullet inherits font from the
first portion in the paragraph.public java.lang.String getText()
public void setText(java.lang.String value)
value
- new plain text.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |