com.aspose.slides.pptx
Class TextStyleEx

java.lang.Object
  extended by com.aspose.slides.pptx.TextStyleEx
All Implemented Interfaces:
IPresentationComponent, ISlideComponent

public class TextStyleEx
extends java.lang.Object
implements ISlideComponent

Represents the text style.


Method Summary
 ParagraphPropertiesEx getDefaultParagraphProperties()
          Returns default paragraph properties.
 TextStyleLevelsEx getLevels()
          Returns a collection of level's styles.
 PresentationEx getPresentation()
           
 BaseSlideEx getSlide()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultParagraphProperties

public ParagraphPropertiesEx getDefaultParagraphProperties()
Returns default paragraph properties.


getLevels

public TextStyleLevelsEx getLevels()
Returns a collection of level's styles.

Returns:
TextStyleLevelsEx

getSlide

public BaseSlideEx getSlide()
Specified by:
getSlide in interface ISlideComponent

getPresentation

public PresentationEx getPresentation()
Specified by:
getPresentation in interface IPresentationComponent