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
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()