|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemotePages
This class represents a collection of pages in a presentation.
Access
Method Summary | |
---|---|
void |
addTo(IRemotePage page)
This method creates a page. |
void |
addTo(IRemotePage page,
int count)
This method creates a page. |
void |
addTo(IRemotePage page,
int count,
boolean beforeOrAfter)
This method creates a page. |
int |
getCount()
This property represents the number of pages in a presentation. |
IRemotePage |
item(int index)
This method returns a page according to the index. |
Method Detail |
---|
int getCount() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemotePage item(int index) throws RemoteEclipseAPIException
index
- Specifies the index of the page, starting at 1.
RemoteEclipseAPIException
void addTo(IRemotePage page) throws RemoteEclipseAPIException
page
- Specifies the target page before or after which the new page is added.
RemoteEclipseAPIException
void addTo(IRemotePage page, int count) throws RemoteEclipseAPIException
page
- Specifies the target page before or after which the new page is added.count
- Specifies the number of pages to be added. The default value is 1.
RemoteEclipseAPIException
void addTo(IRemotePage page, int count, boolean beforeOrAfter) throws RemoteEclipseAPIException
page
- Specifies the target page before or after which the new page is added.count
- Specifies the number of pages to be added. The default value is 1.beforeOrAfter
- Specifies true to add the new page before the parameter page, or false to add the new page after the parameter page. The default value is false.
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |