java.lang.Objectcom.aspose.words.KnownTypeSet
public class KnownTypeSet
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
Gets the count of items in the set. |
Method Summary | ||
---|---|---|
void | add(java.lang.Class type) | |
Adds the specified - type is null; - type represents a void type; - type represents an invisible type, i.e. a non-public type or a public nested type which has a non-public outer type; - type represents an array type; - type has been added to the set already. |
||
void | clear() | |
Removes all items from the set. | ||
java.util.Iterator | iterator() | |
Returns |
||
void | remove(java.lang.Class type) | |
Removes the specified |
Property Getters/Setters Detail |
---|
getCount | |
public int getCount() |
Method Detail |
---|
add | |
public void add(java.lang.Class type) |
Adds the specified
- type is null;
- type represents a void type;
- type represents an invisible type, i.e. a non-public type or a public nested type which has a non-public outer type;
- type represents an array type;
- type has been added to the set already.
type
- clear | |
public void clear() |
iterator | |
public java.util.Iterator iterator() |
remove | |
public void remove(java.lang.Class type) |
type
-