com.aspose.slides.pptx
Class TextStyleEx

java.lang.Object
  extended by com.aspose.slides.pptx.TextStyleEx

public class TextStyleEx
extends java.lang.Object

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

getPresentation

public PresentationEx getPresentation()