Fonts
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Font [] (index:
number)
Returns the Font with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Font anyItem ()
Returns any Font in the collection.
number count ()
Displays the number of elements in the Font.
Array of Font everyItem ()
Returns every Font in the collection.
Font firstItem ()
Returns the first Font in the collection.
Font item (index:
any)
Returns the Font with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Font itemByName (name:
string)
Returns the Font with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of Font itemByRange (from:
any, to:
any)
Returns the Fonts within the specified range.
Parameter | Type | Description |
---|---|---|
from | Font Long Integer String | The Font, index, or name at the beginning of the range. Can accept: Font, Long Integer or String. |
to | Font Long Integer String | The Font, index, or name at the end of the range. Can accept: Font, Long Integer or String. |
Font lastItem ()
Returns the last Font in the collection.
Font middleItem ()
Returns the middle Font in the collection.
Font nextItem (obj:
Font)
Returns the Font whose index follows the specified Font in the collection.
Parameter | Type | Description |
---|---|---|
obj | Font | The Font whose index comes before the desired Font. |
Font previousItem (obj:
Font)
Returns the Font with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | Font | The index of the Font that follows the desired Font. |
string toSource ()
Generates a string which, if executed, will return the Font.
Element of
Application.fonts
Document.fonts
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |