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 getDefaultParagrapgProperties()
          Default paragraph propertiies.
 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

getDefaultParagrapgProperties

public ParagraphPropertiesEx getDefaultParagrapgProperties()
Default paragraph propertiies.

Returns:
ParagraphPropertiesEx

getLevels

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

Returns:
TextStyleLevelsEx

getSlide

public BaseSlideEx getSlide()

getPresentation

public PresentationEx getPresentation()