com.aspose.slides.pptx
Class ParagraphEx

java.lang.Object
  extended by com.aspose.slides.pptx.ParagraphPropertiesEx
      extended by com.aspose.slides.pptx.ParagraphEx

public final class ParagraphEx
extends ParagraphPropertiesEx

Represents a paragraph of a text.


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()
           
 char getBulletChar()
           
 FontDataEx getBulletFont()
           
 float getBulletHeight()
           
 BulletTypeEx getBulletType()
           
 float getDefaultTabSize()
           
 NullableBool getEastAsianLineBreak()
           
 FontAlignmentEx getFontAlignment()
           
 NullableBool getHangingPunctuation()
           
 float getIndent()
           
 NullableBool getIsBulletHardColor()
           
 NullableBool getIsBulletHardFont()
           
 NullableBool getLatinLineBreak()
           
 float getMarginLeft()
           
 float getMarginRight()
           
 short getNumberedBulletStartWith()
           
 NumberedBulletStyleEx getNumberedBulletStyle()
           
 PortionsEx getPortions()
          Returns the collection of text portions.
 PresentationEx getPresentation()
           
 NullableBool getRightToLeft()
           
 BaseSlideEx getSlide()
           
 float getSpaceAfter()
           
 float getSpaceBefore()
           
 float getSpaceWithin()
           
 java.lang.String getText()
          Returns the plain text of a paragraph.
 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 setEastAsianLineBreak(NullableBool value)
           
 void setFontAlignment(FontAlignmentEx value)
           
 void setHangingPunctuation(NullableBool value)
           
 void setIndent(float value)
           
 void setIsBulletHardColor(NullableBool value)
           
 void setIsBulletHardFont(NullableBool value)
           
 void setLatinLineBreak(NullableBool value)
           
 void setMarginLeft(float value)
           
 void setMarginRight(float value)
           
 void setNumberedBulletStartWith(short value)
           
 void setNumberedBulletStyle(NumberedBulletStyleEx value)
           
 void setRightToLeft(NullableBool value)
           
 void setSpaceAfter(float value)
           
 void setSpaceBefore(float value)
           
 void setSpaceWithin(float value)
           
 void setText(java.lang.String value)
          Sets the plain text of a paragraph.
 
Methods inherited from class com.aspose.slides.pptx.ParagraphPropertiesEx
getBulletColor, getBulletColorFormat, getDefaultCharacterProperties, getDepth, getPresentation, getRawAlignment, getRawBulletChar, getRawBulletFont, getRawBulletHeight, getRawBulletType, getRawDefaultTabSize, getRawEastAsianLineBreak, getRawFontAlignment, getRawHangingPunctuation, getRawIndent, getRawLatinLineBreak, getRawMarginLeft, getRawMarginRight, getRawNumberedBulletStartWith, getRawNumberedBulletStyle, getRawRightToLeft, getRawSpaceAfter, getRawSpaceBefore, getRawSpaceWithin, getSlide, getTabs, hasBullet, isBulletHardColor, isBulletHardFont, isRawBulletHardColor, isRawBulletHardFont, setDepth, setRawAlignment, setRawBulletChar, setRawBulletFont, setRawBulletHardColor, setRawBulletHardFont, setRawBulletHeight, setRawBulletType, setRawDefaultTabSize, setRawEastAsianLineBreak, setRawFontAlignment, setRawHangingPunctuation, setRawIndent, setRawLatinLineBreak, setRawMarginLeft, setRawMarginRight, setRawNumberedBulletStartWith, setRawNumberedBulletStyle, setRawRightToLeft, setRawSpaceAfter, setRawSpaceBefore, setRawSpaceWithin
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParagraphEx

public ParagraphEx()
Initializes a new instance of the Paragraph class with default properties.


ParagraphEx

public ParagraphEx(ParagraphPropertiesEx para)
Copy constructor that initializes a new instance of a ParagraphEx class.

Parameters:
para -
Method Detail

getPortions

public PortionsEx getPortions()
Returns the collection of text portions.

Returns:
See PortionsEx.

getBulletType

public BulletTypeEx getBulletType()
Overrides:
getBulletType in class ParagraphPropertiesEx

setBulletType

public void setBulletType(BulletTypeEx value)
Overrides:
setBulletType in class ParagraphPropertiesEx

getBulletChar

public char getBulletChar()
Overrides:
getBulletChar in class ParagraphPropertiesEx

setBulletChar

public void setBulletChar(char value)
Overrides:
setBulletChar in class ParagraphPropertiesEx

getBulletFont

public FontDataEx getBulletFont()
Overrides:
getBulletFont in class ParagraphPropertiesEx

setBulletFont

public void setBulletFont(FontDataEx value)
Overrides:
setBulletFont in class ParagraphPropertiesEx

getBulletHeight

public float getBulletHeight()
Overrides:
getBulletHeight in class ParagraphPropertiesEx

setBulletHeight

public void setBulletHeight(float value)
Overrides:
setBulletHeight in class ParagraphPropertiesEx

getNumberedBulletStartWith

public short getNumberedBulletStartWith()
Overrides:
getNumberedBulletStartWith in class ParagraphPropertiesEx

setNumberedBulletStartWith

public void setNumberedBulletStartWith(short value)
Overrides:
setNumberedBulletStartWith in class ParagraphPropertiesEx

getNumberedBulletStyle

public NumberedBulletStyleEx getNumberedBulletStyle()
Overrides:
getNumberedBulletStyle in class ParagraphPropertiesEx

setNumberedBulletStyle

public void setNumberedBulletStyle(NumberedBulletStyleEx value)
Overrides:
setNumberedBulletStyle in class ParagraphPropertiesEx

getAlignment

public TextAlignmentEx getAlignment()
Overrides:
getAlignment in class ParagraphPropertiesEx

setAlignment

public void setAlignment(TextAlignmentEx value)
Overrides:
setAlignment in class ParagraphPropertiesEx

getSpaceWithin

public float getSpaceWithin()
Overrides:
getSpaceWithin in class ParagraphPropertiesEx

setSpaceWithin

public void setSpaceWithin(float value)
Overrides:
setSpaceWithin in class ParagraphPropertiesEx

getSpaceBefore

public float getSpaceBefore()
Overrides:
getSpaceBefore in class ParagraphPropertiesEx

setSpaceBefore

public void setSpaceBefore(float value)
Overrides:
setSpaceBefore in class ParagraphPropertiesEx

getSpaceAfter

public float getSpaceAfter()
Overrides:
getSpaceAfter in class ParagraphPropertiesEx

setSpaceAfter

public void setSpaceAfter(float value)
Overrides:
setSpaceAfter in class ParagraphPropertiesEx

getEastAsianLineBreak

public NullableBool getEastAsianLineBreak()
Overrides:
getEastAsianLineBreak in class ParagraphPropertiesEx

setEastAsianLineBreak

public void setEastAsianLineBreak(NullableBool value)
Overrides:
setEastAsianLineBreak in class ParagraphPropertiesEx

getRightToLeft

public NullableBool getRightToLeft()
Overrides:
getRightToLeft in class ParagraphPropertiesEx

setRightToLeft

public void setRightToLeft(NullableBool value)
Overrides:
setRightToLeft in class ParagraphPropertiesEx

getLatinLineBreak

public NullableBool getLatinLineBreak()
Overrides:
getLatinLineBreak in class ParagraphPropertiesEx

setLatinLineBreak

public void setLatinLineBreak(NullableBool value)
Overrides:
setLatinLineBreak in class ParagraphPropertiesEx

getHangingPunctuation

public NullableBool getHangingPunctuation()
Overrides:
getHangingPunctuation in class ParagraphPropertiesEx

setHangingPunctuation

public void setHangingPunctuation(NullableBool value)
Overrides:
setHangingPunctuation in class ParagraphPropertiesEx

getMarginLeft

public float getMarginLeft()
Overrides:
getMarginLeft in class ParagraphPropertiesEx

setMarginLeft

public void setMarginLeft(float value)
Overrides:
setMarginLeft in class ParagraphPropertiesEx

getMarginRight

public float getMarginRight()
Overrides:
getMarginRight in class ParagraphPropertiesEx

setMarginRight

public void setMarginRight(float value)
Overrides:
setMarginRight in class ParagraphPropertiesEx

getIndent

public float getIndent()
Overrides:
getIndent in class ParagraphPropertiesEx

setIndent

public void setIndent(float value)
Overrides:
setIndent in class ParagraphPropertiesEx

getDefaultTabSize

public float getDefaultTabSize()
Overrides:
getDefaultTabSize in class ParagraphPropertiesEx

setDefaultTabSize

public void setDefaultTabSize(float value)
Overrides:
setDefaultTabSize in class ParagraphPropertiesEx

getFontAlignment

public FontAlignmentEx getFontAlignment()
Overrides:
getFontAlignment in class ParagraphPropertiesEx

setFontAlignment

public void setFontAlignment(FontAlignmentEx value)
Overrides:
setFontAlignment in class ParagraphPropertiesEx

getIsBulletHardColor

public NullableBool getIsBulletHardColor()

setIsBulletHardColor

public void setIsBulletHardColor(NullableBool value)

getIsBulletHardFont

public NullableBool getIsBulletHardFont()

setIsBulletHardFont

public void setIsBulletHardFont(NullableBool value)

getText

public java.lang.String getText()
Returns the plain text of a paragraph.


setText

public void setText(java.lang.String value)
Sets the plain text of a paragraph.

Parameters:
value - new plain text.

getSlide

public BaseSlideEx getSlide()

getPresentation

public PresentationEx getPresentation()