com.aspose.slides
Class Fonts

java.lang.Object
  extended by com.aspose.slides.Fonts
Direct Known Subclasses:
FontCollection

Deprecated.

@Deprecated
public abstract class Fonts
extends java.lang.Object

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

getCount

public int getCount()
Deprecated. 

Gets the number of elements actually contained in the collection. Read-only int.


get_Item

public FontEntity get_Item(int id)
Deprecated. 

Gets the font by font id. Read-only FontEntity.


add

public int add(FontEntity value)
Deprecated. 

Adds a Font to the end of collection.

Parameters:
value - The Font to be added to the the collection.
Returns:
The index of a new font.

iterator

public com.aspose.ms.System.Collections.IEnumerator<FontEntity> iterator()
Deprecated. 

Returns an enumerator for the entire collection.

Returns:
An IDictionaryEnumerator for the entire collection.