textstyle-ag凯发旗舰厅
com.spire.presentation
class textstyle
java.lang.object
com.spire.presentation.textstyle
- all implemented interfaces:
- iactivepresentation, islidecomponent
public class textstyle
- extends java.lang.object
- implements islidecomponent
summary description for textstyle.
textstyle
public textstyle(islidecomponent parent)
getlistleveltextstyle
public textparagraphproperties getlistleveltextstyle(int index)
- if level of style exist returns it, otherwise returns null.
- parameters:
index
- zero-based index of level.
- returns:
- formatting of level .
getorcreatelistleveltextstyle
public textparagraphproperties getorcreatelistleveltextstyle(int index)
- if level of style exist returns it, otherwise create and returns it.
- parameters:
index
- zero-based index of level.
- returns:
- formatting of level .
getdefaultparagraphstyle
public textparagraphproperties getdefaultparagraphstyle()
- default paragraph propertiies.
- returns: