FontSubstRuleCollection

FontSubstRuleCollection class

Represents collection of fonts substitution.

FontSubstRuleCollection

NameDescription
FontSubstRuleCollection()

Result: FontSubstRuleCollection


add

NameDescription
add (FontSubstRule)Adds the new font substitution rule to the collection

getSyncRoot

NameDescription
getSyncRoot ()Returns a synchronization root. Read-only Object.

Result: Object


get_Item

NameDescription
get_Item (int)Gets the element at the specified index.

Result: FontSubstRule


isSynchronized

NameDescription
isSynchronized ()Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean.

Result: boolean


iterator

NameDescription
iterator ()Returns an enumerator that iterates through the collection.

Result:


iteratorJava

NameDescription
iteratorJava ()Returns a java iterator for the entire collection.

Result:


remove

NameDescription
remove (FontSubstRule)Removes the first occurrence of a specific object from the collection.

Parameters:

NameTypeDescription
valueFontSubstRuleThe font substitution rule to remove from the collection.

size

NameDescription
size ()Gets the number of elements actually contained in the collection. Read-only int.

Result: int