com.aspose.slides.pptx
Class ParagraphPropertiesEx

java.lang.Object
  extended by com.aspose.slides.pptx.ParagraphPropertiesEx
Direct Known Subclasses:
ParagraphEx

public class ParagraphPropertiesEx
extends java.lang.Object


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

getDepth

public short getDepth()
Returns a depth of a paragraph.


getRawBulletType

public BulletTypeEx getRawBulletType()
Returns the bullet type of a paragraph.


setRawBulletType

public void setRawBulletType(BulletTypeEx value)
Sets the bullet type of a paragraph.


getRawBulletChar

public char getRawBulletChar()
Returns the bullet char of a paragraph.


setRawBulletChar

public void setRawBulletChar(char value)
Sets the bullet char of a paragraph.


getRawBulletFont

public FontDataEx getRawBulletFont()
Returns the bullet font of a paragraph.


setRawBulletFont

public void setRawBulletFont(FontDataEx value)
Sets the bullet font of a paragraph.


getRawBulletHeight

public float getRawBulletHeight()
Returns the bullet height of a paragraph.


setRawBulletHeight

public void setRawBulletHeight(float value)
Sets the bullet height of a paragraph.


getRawNumberedBulletStartWith

public short getRawNumberedBulletStartWith()
Returns the first number which is used for group of numbered bullets.


setRawNumberedBulletStartWith

public void setRawNumberedBulletStartWith(short value)
Sets the first number which is used for group of numbered bullets.


getRawNumberedBulletStyle

public NumberedBulletStyleEx getRawNumberedBulletStyle()
Returns the style of a numbered bullet.


setRawNumberedBulletStyle

public void setRawNumberedBulletStyle(NumberedBulletStyleEx value)
Sets the style of a numbered bullet.


getRawAlignment

public TextAlignmentEx getRawAlignment()
Returns the text alignment in a paragraph.


setRawAlignment

public void setRawAlignment(TextAlignmentEx value)
Sets the text alignment in a paragraph.


getRawSpaceWithin

public float getRawSpaceWithin()
Returns the amount of space between base lines in a paragraph.


setRawSpaceWithin

public void setRawSpaceWithin(float value)
Sets the amount of space between base lines in a paragraph.


getRawSpaceBefore

public float getRawSpaceBefore()
Returns the amount of space before the first line in a paragraph.


setRawSpaceBefore

public void setRawSpaceBefore(float value)
Sets the amount of space before the first line in a paragraph.


getRawSpaceAfter

public float getRawSpaceAfter()
Returns the amount of space after the last line in a paragraph.


setRawSpaceAfter

public void setRawSpaceAfter(float value)
Sets the amount of space after the last line in a paragraph.


getRawEastAsianLineBreak

public NullableBool getRawEastAsianLineBreak()
Determines whether the East Asian line break is used in a paragraph.


setRawEastAsianLineBreak

public void setRawEastAsianLineBreak(NullableBool value)
Determines whether the East Asian line break is used in a paragraph.


getRawRightToLeft

public NullableBool getRawRightToLeft()
Determines whether the Right to Left writing is used in a paragraph.


setRawRightToLeft

public void setRawRightToLeft(NullableBool value)
Determines whether the Right to Left writing is used in a paragraph.


getRawLatinLineBreak

public NullableBool getRawLatinLineBreak()
Determines whether the Latin line break is used in a paragraph.


setRawLatinLineBreak

public void setRawLatinLineBreak(NullableBool value)
Determines whether the Latin line break is used in a paragraph.


getRawHangingPunctuation

public NullableBool getRawHangingPunctuation()
Determines whether the hanging punctuation is used in a paragraph.


setRawHangingPunctuation

public void setRawHangingPunctuation(NullableBool value)
Determines whether the hanging punctuation is used in a paragraph.


getRawMarginLeft

public float getRawMarginLeft()
Returns the left margin in a paragraph.


setRawMarginLeft

public void setRawMarginLeft(float value)
Sets the left margin in a paragraph.


getRawMarginRight

public float getRawMarginRight()
Returns the right margin in a paragraph.


setRawMarginRight

public void setRawMarginRight(float value)
Sets the right margin in a paragraph.


getRawIndent

public float getRawIndent()
Returns text indentation in a paragraph.


setRawIndent

public void setRawIndent(float value)
Sets text indentation in a paragraph.


getRawDefaultTabSize

public float getRawDefaultTabSize()
Returns default tabulation size.


setRawDefaultTabSize

public void setRawDefaultTabSize(float value)
Sets default tabulation size.


getTabs

public TabsEx getTabs()
Returns tabulations of a paragraph.


getRawFontAlignment

public FontAlignmentEx getRawFontAlignment()
Returns a font alignment in a paragraph.


setRawFontAlignment

public void setRawFontAlignment(FontAlignmentEx value)
Sets a font alignment in a paragraph.


getBulletType

public BulletTypeEx getBulletType()

setBulletType

public void setBulletType(BulletTypeEx value)

getBulletChar

public char getBulletChar()

setBulletChar

public void setBulletChar(char value)

getBulletFont

public FontDataEx getBulletFont()

setBulletFont

public void setBulletFont(FontDataEx value)

getBulletHeight

public float getBulletHeight()

setBulletHeight

public void setBulletHeight(float value)

getBulletColor

public ColorFormatEx getBulletColor()

getNumberedBulletStartWith

public short getNumberedBulletStartWith()

setNumberedBulletStartWith

public void setNumberedBulletStartWith(short value)

getNumberedBulletStyle

public NumberedBulletStyleEx getNumberedBulletStyle()

setNumberedBulletStyle

public void setNumberedBulletStyle(NumberedBulletStyleEx value)

getAlignment

public TextAlignmentEx getAlignment()

setAlignment

public void setAlignment(TextAlignmentEx value)

getSpaceWithin

public float getSpaceWithin()

setSpaceWithin

public void setSpaceWithin(float value)

getSpaceBefore

public float getSpaceBefore()

setSpaceBefore

public void setSpaceBefore(float value)

getSpaceAfter

public float getSpaceAfter()

setSpaceAfter

public void setSpaceAfter(float value)

getEastAsianLineBreak

public NullableBool getEastAsianLineBreak()

setEastAsianLineBreak

public void setEastAsianLineBreak(NullableBool value)

getRightToLeft

public NullableBool getRightToLeft()

setRightToLeft

public void setRightToLeft(NullableBool value)

getLatinLineBreak

public NullableBool getLatinLineBreak()

setLatinLineBreak

public void setLatinLineBreak(NullableBool value)

getHangingPunctuation

public NullableBool getHangingPunctuation()

setHangingPunctuation

public void setHangingPunctuation(NullableBool value)

getMarginLeft

public float getMarginLeft()

setMarginLeft

public void setMarginLeft(float value)

getMarginRight

public float getMarginRight()

setMarginRight

public void setMarginRight(float value)

getIndent

public float getIndent()

setIndent

public void setIndent(float value)

getDefaultTabSize

public float getDefaultTabSize()

setDefaultTabSize

public void setDefaultTabSize(float value)

getFontAlignment

public FontAlignmentEx getFontAlignment()

setFontAlignment

public void setFontAlignment(FontAlignmentEx value)

getDefaultCharacterProperties

public TextCharacterPropertiesEx getDefaultCharacterProperties()

setDepth

public void setDepth(short value)
Sets a depth of a paragraph.

Parameters:
value - new depth of a paragraph.

hasBullet

public boolean hasBullet()
Determines whether the paragraph has a bullet.


isRawBulletHardColor

public NullableBool isRawBulletHardColor()

setRawBulletHardColor

public void setRawBulletHardColor(NullableBool value)

isBulletHardColor

public NullableBool isBulletHardColor()
Determines whether the bullet has own color or inherits it from the first portion in the paragraph. NullableBool.True if bullet has own color and NullableBool.False if bullet inherits color from the first portion in the paragraph.


getBulletColorFormat

public ColorFormatEx getBulletColorFormat()
Returns the color of a bullet.

Returns:
See ColorFormatEx.

isRawBulletHardFont

public NullableBool isRawBulletHardFont()

setRawBulletHardFont

public void setRawBulletHardFont(NullableBool value)

isBulletHardFont

public NullableBool isBulletHardFont()
Determines whether the bullet has own font or inherits it from the first portion in the paragraph. NullableBool.True if bullet has own font and NullableBool.False if bullet inherits font from the first portion in the paragraph.


getSlide

public BaseSlideEx getSlide()
Returns the parent slide of a paragraph.


getPresentation

public PresentationEx getPresentation()
Returns the parent presentation of a paragraph.