com.aspose.slides
Class ParagraphPropertiesEx

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

public class ParagraphPropertiesEx
extends java.lang.Object

Represents the properties of a paragraph.


Constructor Summary
ParagraphPropertiesEx()
           
 
Method Summary
 int getAlignment()
          Deprecated. 
 char getBulletChar()
          Deprecated. 
 ColorFormatEx getBulletColor()
           Returns the color format of a bullet of a paragraph.
 ColorFormatEx getBulletColorFormat()
           Returns or sets the color of a bullet.
 FontDataEx getBulletFont()
          Deprecated. 
 float getBulletHeight()
          Deprecated. 
 PictureEx getBulletPicture()
           Returns a PictureEx used as a bullet in a paragraph.
 byte getBulletType()
          Deprecated. 
 TextCharacterPropertiesEx getDefaultCharacterProperties()
           Returns default character properties of a paragraph.
 float getDefaultTabSize()
          Deprecated. 
 short getDepth()
           Returns or sets a depth of a paragraph.
 byte getEastAsianLineBreak()
          Deprecated. 
 int getFontAlignment()
          Deprecated. 
 byte getHangingPunctuation()
          Deprecated. 
 float getIndent()
          Deprecated. 
 byte getLatinLineBreak()
          Deprecated. 
 float getMarginLeft()
          Deprecated. 
 float getMarginRight()
          Deprecated. 
 short getNumberedBulletStartWith()
          Deprecated. 
 byte getNumberedBulletStyle()
          Deprecated. 
 PresentationEx getPresentation()
           Returns the parent presentation of a paragraph.
 int getRawAlignment()
           Returns or sets the text alignment in a paragraph.
 char getRawBulletChar()
           Returns or sets the bullet char of a paragraph.
 FontDataEx getRawBulletFont()
           Returns or sets the bullet font of a paragraph.
 float getRawBulletHeight()
           Returns or sets the bullet height of a paragraph.
 byte getRawBulletType()
           Returns or sets the bullet type of a paragraph.
 float getRawDefaultTabSize()
           Returns or sets default tabulation size.
 byte getRawEastAsianLineBreak()
           Determines whether the East Asian line break is used in a paragraph.
 int getRawFontAlignment()
           Returns or sets a font alignment in a paragraph.
 byte getRawHangingPunctuation()
           Determines whether the hanging punctuation is used in a paragraph.
 float getRawIndent()
           Returns or sets text indentation in a paragraph.
 byte getRawIsBulletHardColor()
           Determines whether the bullet has own color or inherits it from the first portion in the paragraph.
 byte getRawIsBulletHardFont()
           Determines whether the bullet has own font or inherits it from the first portion in the paragraph.
 byte getRawLatinLineBreak()
           Determines whether the Latin line break is used in a paragraph.
 float getRawMarginLeft()
           Returns or sets the left margin in a paragraph.
 float getRawMarginRight()
           Returns or sets the right margin in a paragraph.
 short getRawNumberedBulletStartWith()
           Returns or sets the first number which is used for group of numbered bullets.
 byte getRawNumberedBulletStyle()
           Returns or sets the style of a numbered bullet.
 byte getRawRightToLeft()
           Determines whether the Right to Left writing is used in a paragraph.
 float getRawSpaceAfter()
           Returns or sets the amount of space after the last line in a paragraph.
 float getRawSpaceBefore()
           Returns or sets the amount of space before the first line in a paragraph.
 float getRawSpaceWithin()
           Returns or sets the amount of space between base lines in a paragraph.
 byte getRightToLeft()
          Deprecated. 
 BaseSlideEx getSlide()
           Returns the parent slide of a paragraph.
 float getSpaceAfter()
          Deprecated. 
 float getSpaceBefore()
          Deprecated. 
 float getSpaceWithin()
          Deprecated. 
 TabExCollection getTabs()
           Returns tabulations of a paragraph.
 boolean hasBullet()
           Determines whether a paragraph has a bullet.
 byte isBulletHardColor()
          Deprecated. 
 void isBulletHardColor(byte value)
          Deprecated. 
 byte isBulletHardFont()
          Deprecated. 
 void isBulletHardFont(byte value)
          Deprecated. 
 void setAlignment(int value)
          Deprecated. 
 void setBulletChar(char value)
          Deprecated. 
 void setBulletFont(FontDataEx value)
          Deprecated. 
 void setBulletHeight(float value)
          Deprecated. 
 void setBulletType(byte value)
          Deprecated. 
 void setDefaultTabSize(float value)
          Deprecated. 
 void setDepth(short value)
           
 void setEastAsianLineBreak(byte value)
          Deprecated. 
 void setFontAlignment(int value)
          Deprecated. 
 void setHangingPunctuation(byte value)
          Deprecated. 
 void setIndent(float value)
          Deprecated. 
 void setLatinLineBreak(byte value)
          Deprecated. 
 void setMarginLeft(float value)
          Deprecated. 
 void setMarginRight(float value)
          Deprecated. 
 void setNumberedBulletStartWith(short value)
          Deprecated. 
 void setNumberedBulletStyle(byte value)
          Deprecated. 
 void setRawAlignment(int value)
           
 void setRawBulletChar(char value)
           
 void setRawBulletFont(FontDataEx value)
           
 void setRawBulletHeight(float value)
           
 void setRawBulletType(byte value)
           
 void setRawDefaultTabSize(float value)
           
 void setRawEastAsianLineBreak(byte value)
           
 void setRawFontAlignment(int value)
           
 void setRawHangingPunctuation(byte value)
           
 void setRawIndent(float value)
           
 void setRawIsBulletHardColor(byte value)
           
 void setRawIsBulletHardFont(byte value)
           
 void setRawLatinLineBreak(byte value)
           
 void setRawMarginLeft(float value)
           
 void setRawMarginRight(float value)
           
 void setRawNumberedBulletStartWith(short value)
           
 void setRawNumberedBulletStyle(byte value)
           
 void setRawRightToLeft(byte value)
           
 void setRawSpaceAfter(float value)
           
 void setRawSpaceBefore(float value)
           
 void setRawSpaceWithin(float value)
           
 void setRightToLeft(byte value)
          Deprecated. 
 void setSpaceAfter(float value)
          Deprecated. 
 void setSpaceBefore(float value)
          Deprecated. 
 void setSpaceWithin(float value)
          Deprecated. 
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParagraphPropertiesEx

public ParagraphPropertiesEx()
Method Detail

getDepth

public short getDepth()

Returns or sets a depth of a paragraph. Read/write short.


setDepth

public void setDepth(short value)

getRawBulletType

public byte getRawBulletType()

Returns or sets the bullet type of a paragraph. Read/write BulletTypeEx.


setRawBulletType

public void setRawBulletType(byte value)

getRawBulletChar

public char getRawBulletChar()

Returns or sets the bullet char of a paragraph. Read/write char.


setRawBulletChar

public void setRawBulletChar(char value)

getRawBulletFont

public FontDataEx getRawBulletFont()

Returns or sets the bullet font of a paragraph. Read/write FontDataEx.


setRawBulletFont

public void setRawBulletFont(FontDataEx value)

getRawBulletHeight

public float getRawBulletHeight()

Returns or sets the bullet height of a paragraph. Read/write float.


setRawBulletHeight

public void setRawBulletHeight(float value)

getBulletColor

public ColorFormatEx getBulletColor()

Returns the color format of a bullet of a paragraph. Read-only ColorFormatEx.


getRawNumberedBulletStartWith

public short getRawNumberedBulletStartWith()

Returns or sets the first number which is used for group of numbered bullets. Read/write short.


setRawNumberedBulletStartWith

public void setRawNumberedBulletStartWith(short value)

getRawNumberedBulletStyle

public byte getRawNumberedBulletStyle()

Returns or sets the style of a numbered bullet. Read/write NumberedBulletStyleEx.


setRawNumberedBulletStyle

public void setRawNumberedBulletStyle(byte value)

getRawAlignment

public int getRawAlignment()

Returns or sets the text alignment in a paragraph. Read/write TextAlignmentEx.


setRawAlignment

public void setRawAlignment(int value)

getRawSpaceWithin

public float getRawSpaceWithin()

Returns or sets the amount of space between base lines in a paragraph. Read/write float.


setRawSpaceWithin

public void setRawSpaceWithin(float value)

getRawSpaceBefore

public float getRawSpaceBefore()

Returns or sets the amount of space before the first line in a paragraph. Read/write float.


setRawSpaceBefore

public void setRawSpaceBefore(float value)

getRawSpaceAfter

public float getRawSpaceAfter()

Returns or sets the amount of space after the last line in a paragraph. Read/write float.


setRawSpaceAfter

public void setRawSpaceAfter(float value)

getRawEastAsianLineBreak

public byte getRawEastAsianLineBreak()

Determines whether the East Asian line break is used in a paragraph. Read/write NullableBool.


setRawEastAsianLineBreak

public void setRawEastAsianLineBreak(byte value)

getRawRightToLeft

public byte getRawRightToLeft()

Determines whether the Right to Left writing is used in a paragraph. Read/write NullableBool.


setRawRightToLeft

public void setRawRightToLeft(byte value)

getRawLatinLineBreak

public byte getRawLatinLineBreak()

Determines whether the Latin line break is used in a paragraph. Read/write NullableBool.


setRawLatinLineBreak

public void setRawLatinLineBreak(byte value)

getRawHangingPunctuation

public byte getRawHangingPunctuation()

Determines whether the hanging punctuation is used in a paragraph. Read/write NullableBool.


setRawHangingPunctuation

public void setRawHangingPunctuation(byte value)

getRawMarginLeft

public float getRawMarginLeft()

Returns or sets the left margin in a paragraph. Read/write float.


setRawMarginLeft

public void setRawMarginLeft(float value)

getRawMarginRight

public float getRawMarginRight()

Returns or sets the right margin in a paragraph. Read/write float.


setRawMarginRight

public void setRawMarginRight(float value)

getRawIndent

public float getRawIndent()

Returns or sets text indentation in a paragraph. Read/write float.


setRawIndent

public void setRawIndent(float value)

getRawDefaultTabSize

public float getRawDefaultTabSize()

Returns or sets default tabulation size. Read/write float.


setRawDefaultTabSize

public void setRawDefaultTabSize(float value)

getTabs

public TabExCollection getTabs()

Returns tabulations of a paragraph. Read-only TabExCollection.


getRawFontAlignment

public int getRawFontAlignment()

Returns or sets a font alignment in a paragraph. Read/write FontAlignmentEx.


setRawFontAlignment

public void setRawFontAlignment(int value)

getBulletType

@Deprecated
public byte getBulletType()
Deprecated. 

Returns or sets the bullet type of a paragraph. Read/write BulletTypeEx.


setBulletType

@Deprecated
public void setBulletType(byte value)
Deprecated. 


getBulletChar

@Deprecated
public char getBulletChar()
Deprecated. 

Returns or sets the bullet char of a paragraph. Read/write char.


setBulletChar

@Deprecated
public void setBulletChar(char value)
Deprecated. 


getBulletFont

@Deprecated
public FontDataEx getBulletFont()
Deprecated. 

Returns or sets the bullet font of a paragraph. Read/write FontDataEx.


setBulletFont

@Deprecated
public void setBulletFont(FontDataEx value)
Deprecated. 


getBulletHeight

@Deprecated
public float getBulletHeight()
Deprecated. 

Returns or sets the bullet height of a paragraph. Read/write float.


setBulletHeight

@Deprecated
public void setBulletHeight(float value)
Deprecated. 


getNumberedBulletStartWith

@Deprecated
public short getNumberedBulletStartWith()
Deprecated. 

Returns or sets the first number which is used for group of numbered bullets. Read/write short.


setNumberedBulletStartWith

@Deprecated
public void setNumberedBulletStartWith(short value)
Deprecated. 


getNumberedBulletStyle

@Deprecated
public byte getNumberedBulletStyle()
Deprecated. 

Returns or sets the style of a numbered bullet. Read/write NumberedBulletStyleEx.


setNumberedBulletStyle

@Deprecated
public void setNumberedBulletStyle(byte value)
Deprecated. 


getAlignment

@Deprecated
public int getAlignment()
Deprecated. 

Returns or sets the text alignment in a paragraph. Read/write TextAlignmentEx.


setAlignment

@Deprecated
public void setAlignment(int value)
Deprecated. 


getSpaceWithin

@Deprecated
public float getSpaceWithin()
Deprecated. 

Returns or sets the amount of space between base lines in a paragraph. Read/write float.


setSpaceWithin

@Deprecated
public void setSpaceWithin(float value)
Deprecated. 


getSpaceBefore

@Deprecated
public float getSpaceBefore()
Deprecated. 

Returns or sets the amount of space before the first line in a paragraph. Read/write float.


setSpaceBefore

@Deprecated
public void setSpaceBefore(float value)
Deprecated. 


getSpaceAfter

@Deprecated
public float getSpaceAfter()
Deprecated. 

Returns or sets the amount of space after the last line in a paragraph. Read/write float.


setSpaceAfter

@Deprecated
public void setSpaceAfter(float value)
Deprecated. 


getEastAsianLineBreak

@Deprecated
public byte getEastAsianLineBreak()
Deprecated. 

Determines whether the East Asian line break is used in a paragraph. Read/write NullableBool.


setEastAsianLineBreak

@Deprecated
public void setEastAsianLineBreak(byte value)
Deprecated. 


getRightToLeft

@Deprecated
public byte getRightToLeft()
Deprecated. 

Determines whether the Right to Left writing is used in a paragraph. Read/write NullableBool.


setRightToLeft

@Deprecated
public void setRightToLeft(byte value)
Deprecated. 


getLatinLineBreak

@Deprecated
public byte getLatinLineBreak()
Deprecated. 

Determines whether the Latin line break is used in a paragraph. Read/write NullableBool.


setLatinLineBreak

@Deprecated
public void setLatinLineBreak(byte value)
Deprecated. 


getHangingPunctuation

@Deprecated
public byte getHangingPunctuation()
Deprecated. 

Determines whether the hanging punctuation is used in a paragraph. Read/write NullableBool.


setHangingPunctuation

@Deprecated
public void setHangingPunctuation(byte value)
Deprecated. 


getMarginLeft

@Deprecated
public float getMarginLeft()
Deprecated. 

Returns or sets the left margin in a paragraph. Read/write float.


setMarginLeft

@Deprecated
public void setMarginLeft(float value)
Deprecated. 


getMarginRight

@Deprecated
public float getMarginRight()
Deprecated. 

Returns or sets the right margin in a paragraph. Read/write float.


setMarginRight

@Deprecated
public void setMarginRight(float value)
Deprecated. 


getIndent

@Deprecated
public float getIndent()
Deprecated. 

Returns or sets text indentation in a paragraph. Read/write float.


setIndent

@Deprecated
public void setIndent(float value)
Deprecated. 


getDefaultTabSize

@Deprecated
public float getDefaultTabSize()
Deprecated. 

Returns or sets default tabulation size. Read/write float.


setDefaultTabSize

@Deprecated
public void setDefaultTabSize(float value)
Deprecated. 


getFontAlignment

@Deprecated
public int getFontAlignment()
Deprecated. 

Returns or sets a font alignment in a paragraph. Read/write FontAlignmentEx.


setFontAlignment

@Deprecated
public void setFontAlignment(int value)
Deprecated. 


isBulletHardColor

@Deprecated
public byte isBulletHardColor()
Deprecated. 

Determines whether the bullet has own color or inherits it from the first portion in the paragraph. <b>NullableBool.True</b> if bullet has own color and <b>NullableBool.False</b> if bullet inherits color from the first portion in the paragraph.


isBulletHardColor

@Deprecated
public void isBulletHardColor(byte value)
Deprecated. 


isBulletHardFont

@Deprecated
public byte isBulletHardFont()
Deprecated. 

Determines whether the bullet has own font or inherits it from the first portion in the paragraph. <b>NullableBool.True</b> if bullet has own font and <b>NullableBool</b>.False if bullet inherits font from the first portion in the paragraph.


isBulletHardFont

@Deprecated
public void isBulletHardFont(byte value)
Deprecated. 


getBulletPicture

public PictureEx getBulletPicture()

Returns a PictureEx used as a bullet in a paragraph. Read-only PictureEx.


getDefaultCharacterProperties

public TextCharacterPropertiesEx getDefaultCharacterProperties()

Returns default character properties of a paragraph. Read-only TextCharacterPropertiesEx.


hasBullet

public boolean hasBullet()

Determines whether a paragraph has a bullet. Read-only bool.


getRawIsBulletHardColor

public byte getRawIsBulletHardColor()

Determines whether the bullet has own color or inherits it from the first portion in the paragraph. <b>NullableBool.True</b> if bullet has own color and <b>NullableBool.False</b> if bullet inherits color from the first portion in the paragraph. Read/write NullableBool.


setRawIsBulletHardColor

public void setRawIsBulletHardColor(byte value)

getBulletColorFormat

public ColorFormatEx getBulletColorFormat()

Returns or sets the color of a bullet. Read-only ColorFormatEx.


getRawIsBulletHardFont

public byte getRawIsBulletHardFont()

Determines whether the bullet has own font or inherits it from the first portion in the paragraph. <b>NullableBool.True</b> if bullet has own font and <b>NullableBool.False</b> if bullet inherits font from the first portion in the paragraph. Read/write NullableBool.


setRawIsBulletHardFont

public void setRawIsBulletHardFont(byte value)

getSlide

public BaseSlideEx getSlide()

Returns the parent slide of a paragraph. Read-only BaseSlideEx.


getPresentation

public PresentationEx getPresentation()

Returns the parent presentation of a paragraph. Read-only PresentationEx.