com.aspose.slides
Interface IParagraphFormatEffectiveData

All Superinterfaces:
IPresentationComponent, ISlideComponent
All Known Implementing Classes:
ParagraphFormatEffectiveData

public interface IParagraphFormatEffectiveData
extends ISlideComponent

Immutable object which contains paragraph formatting properties.


This class is used together with the ParagraphEx class to return effective formatting values with inheritance applied.

See Also:
ParagraphEx.CreateParagraphFormatData

Method Summary
 int getAlignment()
           
 IBulletFormatEffectiveData getBullet()
           
 IPortionFormatEffectiveData getDefaultPortionFormat()
           
 float getDefaultTabSize()
           
 short getDepth()
           
 boolean getEastAsianLineBreak()
           
 int getFontAlignment()
           
 boolean getHangingPunctuation()
           
 float getIndent()
           
 boolean getLatinLineBreak()
           
 float getMarginLeft()
           
 float getMarginRight()
           
 boolean getRightToLeft()
           
 float getSpaceAfter()
           
 float getSpaceBefore()
           
 float getSpaceWithin()
           
 ITabEffectiveData[] getTabs()
           
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getBullet

IBulletFormatEffectiveData getBullet()

getDepth

short getDepth()

getAlignment

int getAlignment()

getSpaceWithin

float getSpaceWithin()

getSpaceBefore

float getSpaceBefore()

getSpaceAfter

float getSpaceAfter()

getEastAsianLineBreak

boolean getEastAsianLineBreak()

getRightToLeft

boolean getRightToLeft()

getLatinLineBreak

boolean getLatinLineBreak()

getHangingPunctuation

boolean getHangingPunctuation()

getMarginLeft

float getMarginLeft()

getMarginRight

float getMarginRight()

getIndent

float getIndent()

getDefaultTabSize

float getDefaultTabSize()

getTabs

ITabEffectiveData[] getTabs()

getFontAlignment

int getFontAlignment()

getDefaultPortionFormat

IPortionFormatEffectiveData getDefaultPortionFormat()