textstyle-ag凯发旗舰厅



com.spire.presentation
class textstyle

java.lang.object
  extended by com.spire.presentation.textstyle
all implemented interfaces:
iactivepresentation, islidecomponent

public class textstyle
extends java.lang.object
implements islidecomponent

summary description for textstyle.


constructor summary
textstyle(islidecomponent parent)
           
 
method summary
 textparagraphproperties getdefaultparagraphstyle()
          default paragraph propertiies.
 textparagraphproperties getlistleveltextstyle(int index)
          if level of style exist returns it, otherwise returns null.
 textparagraphproperties getorcreatelistleveltextstyle(int index)
          if level of style exist returns it, otherwise create and returns it.
 
methods inherited from interface com.spire.presentation.islidecomponent
getslide
 
methods inherited from interface com.spire.presentation.iactivepresentation
getpresentation
 
constructor detail

textstyle

public textstyle(islidecomponent parent)
method detail

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:


网站地图