com.aspose.slides
Interface ITextStyle

All Known Implementing Classes:
TextStyle

public interface ITextStyle


Method Summary
 IParagraphFormat getDefaultParagraphFormat()
           Default paragraph propertiies.
 IParagraphFormat getLevel(int index)
           If level of style exist returns it, otherwise returns null.
 

Method Detail

getLevel

IParagraphFormat getLevel(int index)

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

Parameters:
index - Zero-based index of level. Must lay in 0..8 interval.
Returns:
Formatting of level IParagraphFormat.

getDefaultParagraphFormat

IParagraphFormat getDefaultParagraphFormat()

Default paragraph propertiies. Read-only IParagraphFormat.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.