|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Fonts
@Deprecated public abstract class Fonts
Represents a collection of a fonts used in a presentation.
Method Summary | |
---|---|
int |
add(FontEntity value)
Deprecated. Adds a Font to the end of collection. |
FontEntity |
get_Item(int id)
Deprecated. Gets the font by font id. |
int |
getCount()
Deprecated. Gets the number of elements actually contained in the collection. |
com.aspose.ms.System.Collections.IEnumerator<FontEntity> |
iterator()
Deprecated. Returns an enumerator for the entire collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getCount()
Gets the number of elements actually contained in the collection.
Read-only int
.
public FontEntity get_Item(int id)
Gets the font by font id.
Read-only FontEntity
.
public int add(FontEntity value)
Adds a Font to the end of collection.
value
- The Font to be added to the the collection.
public com.aspose.ms.System.Collections.IEnumerator<FontEntity> iterator()
Returns an enumerator for the entire collection.
IDictionaryEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |