|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.ParagraphPropertiesEx
public class ParagraphPropertiesEx
Method Summary | |
---|---|
TextAlignmentEx |
getAlignment()
|
char |
getBulletChar()
|
ColorFormatEx |
getBulletColor()
|
ColorFormatEx |
getBulletColorFormat()
Returns the color of a bullet. |
FontDataEx |
getBulletFont()
|
float |
getBulletHeight()
|
BulletTypeEx |
getBulletType()
|
TextCharacterPropertiesEx |
getDefaultCharacterProperties()
|
float |
getDefaultTabSize()
|
short |
getDepth()
Returns a depth of a paragraph. |
NullableBool |
getEastAsianLineBreak()
|
FontAlignmentEx |
getFontAlignment()
|
NullableBool |
getHangingPunctuation()
|
float |
getIndent()
|
NullableBool |
getLatinLineBreak()
|
float |
getMarginLeft()
|
float |
getMarginRight()
|
short |
getNumberedBulletStartWith()
|
NumberedBulletStyleEx |
getNumberedBulletStyle()
|
PresentationEx |
getPresentation()
Returns the parent presentation of a paragraph. |
TextAlignmentEx |
getRawAlignment()
Returns the text alignment in a paragraph. |
char |
getRawBulletChar()
Returns the bullet char of a paragraph. |
FontDataEx |
getRawBulletFont()
Returns the bullet font of a paragraph. |
float |
getRawBulletHeight()
Returns the bullet height of a paragraph. |
BulletTypeEx |
getRawBulletType()
Returns the bullet type of a paragraph. |
float |
getRawDefaultTabSize()
Returns default tabulation size. |
NullableBool |
getRawEastAsianLineBreak()
Determines whether the East Asian line break is used in a paragraph. |
FontAlignmentEx |
getRawFontAlignment()
Returns a font alignment in a paragraph. |
NullableBool |
getRawHangingPunctuation()
Determines whether the hanging punctuation is used in a paragraph. |
float |
getRawIndent()
Returns text indentation in a paragraph. |
NullableBool |
getRawLatinLineBreak()
Determines whether the Latin line break is used in a paragraph. |
float |
getRawMarginLeft()
Returns the left margin in a paragraph. |
float |
getRawMarginRight()
Returns the right margin in a paragraph. |
short |
getRawNumberedBulletStartWith()
Returns the first number which is used for group of numbered bullets. |
NumberedBulletStyleEx |
getRawNumberedBulletStyle()
Returns the style of a numbered bullet. |
NullableBool |
getRawRightToLeft()
Determines whether the Right to Left writing is used in a paragraph. |
float |
getRawSpaceAfter()
Returns the amount of space after the last line in a paragraph. |
float |
getRawSpaceBefore()
Returns the amount of space before the first line in a paragraph. |
float |
getRawSpaceWithin()
Returns the amount of space between base lines in a paragraph. |
NullableBool |
getRightToLeft()
|
BaseSlideEx |
getSlide()
Returns the parent slide of a paragraph. |
float |
getSpaceAfter()
|
float |
getSpaceBefore()
|
float |
getSpaceWithin()
|
TabsEx |
getTabs()
Returns tabulations of a paragraph. |
boolean |
hasBullet()
Determines whether the paragraph has a bullet. |
NullableBool |
isBulletHardColor()
Determines whether the bullet has own color or inherits it from the first portion in the paragraph. |
NullableBool |
isBulletHardFont()
Determines whether the bullet has own font or inherits it from the first portion in the paragraph. |
NullableBool |
isRawBulletHardColor()
|
NullableBool |
isRawBulletHardFont()
|
void |
setAlignment(TextAlignmentEx value)
|
void |
setBulletChar(char value)
|
void |
setBulletFont(FontDataEx value)
|
void |
setBulletHeight(float value)
|
void |
setBulletType(BulletTypeEx value)
|
void |
setDefaultTabSize(float value)
|
void |
setDepth(short value)
Sets a depth of a paragraph. |
void |
setEastAsianLineBreak(NullableBool value)
|
void |
setFontAlignment(FontAlignmentEx value)
|
void |
setHangingPunctuation(NullableBool value)
|
void |
setIndent(float value)
|
void |
setLatinLineBreak(NullableBool value)
|
void |
setMarginLeft(float value)
|
void |
setMarginRight(float value)
|
void |
setNumberedBulletStartWith(short value)
|
void |
setNumberedBulletStyle(NumberedBulletStyleEx value)
|
void |
setRawAlignment(TextAlignmentEx value)
Sets the text alignment in a paragraph. |
void |
setRawBulletChar(char value)
Sets the bullet char of a paragraph. |
void |
setRawBulletFont(FontDataEx value)
Sets the bullet font of a paragraph. |
void |
setRawBulletHardColor(NullableBool value)
|
void |
setRawBulletHardFont(NullableBool value)
|
void |
setRawBulletHeight(float value)
Sets the bullet height of a paragraph. |
void |
setRawBulletType(BulletTypeEx value)
Sets the bullet type of a paragraph. |
void |
setRawDefaultTabSize(float value)
Sets default tabulation size. |
void |
setRawEastAsianLineBreak(NullableBool value)
Determines whether the East Asian line break is used in a paragraph. |
void |
setRawFontAlignment(FontAlignmentEx value)
Sets a font alignment in a paragraph. |
void |
setRawHangingPunctuation(NullableBool value)
Determines whether the hanging punctuation is used in a paragraph. |
void |
setRawIndent(float value)
Sets text indentation in a paragraph. |
void |
setRawLatinLineBreak(NullableBool value)
Determines whether the Latin line break is used in a paragraph. |
void |
setRawMarginLeft(float value)
Sets the left margin in a paragraph. |
void |
setRawMarginRight(float value)
Sets the right margin in a paragraph. |
void |
setRawNumberedBulletStartWith(short value)
Sets the first number which is used for group of numbered bullets. |
void |
setRawNumberedBulletStyle(NumberedBulletStyleEx value)
Sets the style of a numbered bullet. |
void |
setRawRightToLeft(NullableBool value)
Determines whether the Right to Left writing is used in a paragraph. |
void |
setRawSpaceAfter(float value)
Sets the amount of space after the last line in a paragraph. |
void |
setRawSpaceBefore(float value)
Sets the amount of space before the first line in a paragraph. |
void |
setRawSpaceWithin(float value)
Sets the amount of space between base lines in a paragraph. |
void |
setRightToLeft(NullableBool value)
|
void |
setSpaceAfter(float value)
|
void |
setSpaceBefore(float value)
|
void |
setSpaceWithin(float value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public short getDepth()
public BulletTypeEx getRawBulletType()
public void setRawBulletType(BulletTypeEx value)
public char getRawBulletChar()
public void setRawBulletChar(char value)
public FontDataEx getRawBulletFont()
public void setRawBulletFont(FontDataEx value)
public float getRawBulletHeight()
public void setRawBulletHeight(float value)
public short getRawNumberedBulletStartWith()
public void setRawNumberedBulletStartWith(short value)
public NumberedBulletStyleEx getRawNumberedBulletStyle()
public void setRawNumberedBulletStyle(NumberedBulletStyleEx value)
public TextAlignmentEx getRawAlignment()
public void setRawAlignment(TextAlignmentEx value)
public float getRawSpaceWithin()
public void setRawSpaceWithin(float value)
public float getRawSpaceBefore()
public void setRawSpaceBefore(float value)
public float getRawSpaceAfter()
public void setRawSpaceAfter(float value)
public NullableBool getRawEastAsianLineBreak()
public void setRawEastAsianLineBreak(NullableBool value)
public NullableBool getRawRightToLeft()
public void setRawRightToLeft(NullableBool value)
public NullableBool getRawLatinLineBreak()
public void setRawLatinLineBreak(NullableBool value)
public NullableBool getRawHangingPunctuation()
public void setRawHangingPunctuation(NullableBool value)
public float getRawMarginLeft()
public void setRawMarginLeft(float value)
public float getRawMarginRight()
public void setRawMarginRight(float value)
public float getRawIndent()
public void setRawIndent(float value)
public float getRawDefaultTabSize()
public void setRawDefaultTabSize(float value)
public TabsEx getTabs()
public FontAlignmentEx getRawFontAlignment()
public void setRawFontAlignment(FontAlignmentEx value)
public BulletTypeEx getBulletType()
public void setBulletType(BulletTypeEx value)
public char getBulletChar()
public void setBulletChar(char value)
public FontDataEx getBulletFont()
public void setBulletFont(FontDataEx value)
public float getBulletHeight()
public void setBulletHeight(float value)
public ColorFormatEx getBulletColor()
public short getNumberedBulletStartWith()
public void setNumberedBulletStartWith(short value)
public NumberedBulletStyleEx getNumberedBulletStyle()
public void setNumberedBulletStyle(NumberedBulletStyleEx value)
public TextAlignmentEx getAlignment()
public void setAlignment(TextAlignmentEx value)
public float getSpaceWithin()
public void setSpaceWithin(float value)
public float getSpaceBefore()
public void setSpaceBefore(float value)
public float getSpaceAfter()
public void setSpaceAfter(float value)
public NullableBool getEastAsianLineBreak()
public void setEastAsianLineBreak(NullableBool value)
public NullableBool getRightToLeft()
public void setRightToLeft(NullableBool value)
public NullableBool getLatinLineBreak()
public void setLatinLineBreak(NullableBool value)
public NullableBool getHangingPunctuation()
public void setHangingPunctuation(NullableBool value)
public float getMarginLeft()
public void setMarginLeft(float value)
public float getMarginRight()
public void setMarginRight(float value)
public float getIndent()
public void setIndent(float value)
public float getDefaultTabSize()
public void setDefaultTabSize(float value)
public FontAlignmentEx getFontAlignment()
public void setFontAlignment(FontAlignmentEx value)
public TextCharacterPropertiesEx getDefaultCharacterProperties()
public void setDepth(short value)
value
- new depth of a paragraph.public boolean hasBullet()
public NullableBool isRawBulletHardColor()
public void setRawBulletHardColor(NullableBool value)
public NullableBool isBulletHardColor()
public ColorFormatEx getBulletColorFormat()
ColorFormatEx
.public NullableBool isRawBulletHardFont()
public void setRawBulletHardFont(NullableBool value)
public NullableBool isBulletHardFont()
public BaseSlideEx getSlide()
public PresentationEx getPresentation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |