java.lang.ObjectCollection
com.aspose.diagram.MasterCollection
public class MasterCollection
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | → inherited from Collection
|
| Gets the number of elements actually contained in the collection. | ||
MasterShortcutCollection | getMasterShortcuts() | |
| MasterShortcut collection. | ||
Master | get(int) | |
| Gets the element at the specified index. | ||
| Method Summary | ||
|---|---|---|
int | add(Master master) | |
| Add the Master object in the collection. | ||
void | clear() | → inherited from Collection
|
| Removes all elements from collection. | ||
Master | getMaster(int ID) | |
| Gets the element at the specified ID. | ||
Master | getMasterByName(java.lang.String name) | |
| Get master by name. | ||
int | getMaxRelID() | |
| get the max rel id in the collection. | ||
boolean | isExist(int index) | → inherited from Collection
|
| Is exist item in the collection. | ||
boolean | isExist(java.lang.String name) | |
| Is exist master in the collection. | ||
boolean | isExistRelId(java.lang.String relID) | |
| Is exist master rel id in the collection. | ||
java.util.Iterator | iterator() | → inherited from Collection
|
| Supports a simple iteration over a nongeneric collection. | ||
void | remove(Master master) | |
| Remove the Master object from the collection. | ||
| Property Getters/Setters Detail |
|---|
getMasterShortcuts | |
public MasterShortcutCollection getMasterShortcuts() | |
getCount | → inherited from Collection
|
public int getCount() | |
get | |
public Master get(int index) | |
index - | Method Detail |
|---|
add | |
public int add(Master master) | |
master - remove | |
public void remove(Master master) | |
master - getMaster | |
public Master getMaster(int ID) | |
ID - getMasterByName | |
public Master getMasterByName(java.lang.String name) | |
name - getMaxRelID | |
public int getMaxRelID() | |
name - isExistRelId | |
public boolean isExistRelId(java.lang.String relID) | |
name - isExist | |
public boolean isExist(java.lang.String name) | |
name - iterator | → inherited from Collection
|
public java.util.Iterator iterator() | |
isExist | → inherited from Collection
|
public boolean isExist(int index) | |
index - index of element.clear | → inherited from Collection
|
public void clear() | |