FontSubstitutionCollection Class |
Namespace: Aspose.Pdf.Text
The FontSubstitutionCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of Font object elements actually contained in the collection.
|
![]() | IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread safe).
|
![]() | Item |
Gets the font element at the specified index.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the collection.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds new font substitution object to the collection.
|
![]() | Clear |
Clears the font substitution collection.
|
![]() | Contains |
Determines whether an element is in the collection
|
![]() | CopyTo |
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array
|
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator for the entire collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Remove |
Deletes the font substitution element.
|
![]() | ToString | (Inherited from Object.) |