|
||||||||
| 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 a fonts used in a presentation.
| Method Summary | |
|---|---|
int |
add(FontEntity value)
Adds a Font to the end of collection. |
void |
clear()
Removes all elements from the collection. |
FontEntity |
get(int index)
Returns the font by font index. |
void |
remove(int index)
Removes the element at the specified index of the collection. |
int |
size()
Returns the number of elements in this 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 the 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 | |||||||