imasterlayouts-ag凯发旗舰厅



com.spire.presentation.collections
interface imasterlayouts


public interface imasterlayouts

method summary
 ilayout get(int index)
          gets the layout slide by index.
 ilayout getbytype(slidelayouttype type)
          gets the first layout slide of specified type.
 int getcount()
          gets the number of layout slides in a collection.
 void removemasterlayout(int index)
          delete masterlayout from layouts.
 
method detail

getcount

int getcount()
gets the number of layout slides in a collection.
returns:

get

ilayout get(int index)
gets the layout slide by index. read-only .
parameters:
index -
returns:

getbytype

ilayout getbytype(slidelayouttype type)
gets the first layout slide of specified type.
parameters:
type - a type of layout slide to find.
returns:
with specified type or null if no layouts found.

removemasterlayout

void removemasterlayout(int index)
delete masterlayout from layouts.
parameters:
index - a index of layout slide which will be deleted;


网站地图