|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Fonts
public final class Fonts
Represents the collection of fonts used in a presentation.
Method Summary | |
---|---|
int |
add(FontEntity value)
Adds a Font to the end of a collection. |
void |
clear()
Removes all elements from a collection. |
FontEntity |
get(int index)
Returns the font by index. |
void |
remove(int index)
Removes the element at the specified index of a collection. |
int |
size()
Returns the number of elements in a collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public FontEntity get(int index)
index
- index of the font to return.
public int add(FontEntity value)
value
- the Font to be added to the end of a collection.
public void clear()
public void remove(int index)
index
- the zero-based index of the element to remove.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |