com.aspose.slides
Class TextStyleEx

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

public class TextStyleEx
extends java.lang.Object

Summary description for TextStyleEx.


Method Summary
 ParagraphPropertiesEx getDefaultParagrapgProperties()
          Deprecated. 
 ParagraphFormatEx getDefaultParagraphFormat()
           Default paragraph propertiies.
 ParagraphPropertiesEx getDefaultParagraphProperties()
          Deprecated. 
 ParagraphFormatEx getLevel(int index)
           If level of style exist returns it, otherwise returns null.
 TextStyleLevelsEx getLevels()
          Deprecated. 
 PresentationEx getPresentation()
           
 BaseSlideEx getSlide()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLevel

public ParagraphFormatEx getLevel(int index)

If level of style exist returns it, otherwise returns null.

Parameters:
index - zero-based index of level.
Returns:
Formatting of level ParagraphFormatEx.

getDefaultParagrapgProperties

@Deprecated
public ParagraphPropertiesEx getDefaultParagrapgProperties()
Deprecated. 

Default paragraph propertiies.


getDefaultParagraphProperties

@Deprecated
public ParagraphPropertiesEx getDefaultParagraphProperties()
Deprecated. 

Default paragraph propertiies.


getDefaultParagraphFormat

public ParagraphFormatEx getDefaultParagraphFormat()

Default paragraph propertiies.


getLevels

@Deprecated
public TextStyleLevelsEx getLevels()
Deprecated. 

Returns a collection of level's styles.


getSlide

public BaseSlideEx getSlide()

getPresentation

public PresentationEx getPresentation()