Constructor and Description |
---|
FontSubstitutionCollection()
Initializes collection object
|
Modifier and Type | Method and Description |
---|---|
void |
add(FontSubstitution fontSubstitution)
Adds new font substitution object to the collection.
|
void |
clear()
Clears the font substitution collection.
|
void |
delete(FontSubstitution fontSubstitution)
For internal only
|
FontSubstitution |
getItem(int index)
Gets the font element at the specified index.
|
Object |
getSyncRoot()
Gets an object that can be used to synchronize access to the collection.
|
boolean |
isSynchronized()
Gets a value indicating whether access to the collection is synchronized (thread safe).
|
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Returns an enumerator for the entire collection.
|
int |
size()
Gets the number of
|
public FontSubstitutionCollection()
Initializes collection object
public int size()
Gets the number of
public Object getSyncRoot()
Gets an object that can be used to synchronize access to the collection.
public boolean isSynchronized()
Gets a value indicating whether access to the collection is synchronized (thread safe).
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an enumerator for the entire collection.
public void add(FontSubstitution fontSubstitution)
Adds new font substitution object to the collection.
fontSubstitution
- Font substitution strategy.public void clear()
Clears the font substitution collection.
public void delete(FontSubstitution fontSubstitution)
Deletes the font substitution element.
fontSubstitution
- FontSubstitution objectpublic FontSubstitution getItem(int index)
Gets the font element at the specified index.
index
- Index within the collection.Copyright © 2016 Aspose. All Rights Reserved.