| Font Class |
The Font type exposes the following members.
| Name | Description | |
|---|---|---|
| Font |
Initializes a new instance of the Font class that can be used as a template.
|
|
| Font(String) |
Initializes a new instance of the Font class with the specified name.
|
|
| Font(String, Unit) |
Initializes a new instance of the Font class with the specified name and size.
|
| Name | Description | |
|---|---|---|
| ApplyFont |
Applies all non-null properties of a font to this font.
|
|
| Clone |
Creates a copy of the Font.
|
|
| CreateValue |
Creates an object using the default constructor.
(Inherited from DocumentObject.)
|
|
| Equals | (Inherited from Object.) | |
| Exists |
Obsolete.
Gets a value indicating whether the specified font exists.
|
|
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| GetValue(String) |
Returns the value with the specified name.
(Inherited from DocumentObject.)
|
|
| GetValue(String, GV) |
Returns the value with the specified name and value flags.
(Inherited from DocumentObject.)
|
|
| HasValue |
Determines whether this instance has a value of the given name.
(Inherited from DocumentObject.)
|
|
| IsNull |
Determines whether this instance is null (not set).
(Inherited from DocumentObject.)
|
|
| IsNull(String) |
Determines whether the value of the given name is null.
(Inherited from DocumentObject.)
|
|
| SetNull |
Resets this instance, i.e. IsNull() will return true afterwards.
(Inherited from DocumentObject.)
|
|
| SetNull(String) |
Resets the value of the given name, i.e. IsNull(name) will return true afterwards.
(Inherited from DocumentObject.)
|
|
| SetValue |
Sets the given value and sets its parent afterwards.
(Inherited from DocumentObject.)
|
|
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Bold |
Gets or sets the bold property.
|
|
| Color |
Gets or sets the color property.
|
|
| Document |
Gets the document of the object, or null, if the object is not associated with a document.
(Inherited from DocumentObject.)
|
|
| Italic |
Gets or sets the italic property.
|
|
| Name |
Gets or sets the name of the font.
|
|
| Section |
Gets the section of the object, or null, if the object is not associated with a section.
(Inherited from DocumentObject.)
|
|
| Size |
Gets or sets the size of the font.
|
|
| Subscript |
Gets or sets the subscript property.
|
|
| Superscript |
Gets or sets the superscript property.
|
|
| Tag |
Gets or sets a value that contains arbitrary information about this object.
(Inherited from DocumentObject.)
|
|
| Underline |
Gets or sets the underline property.
|