DocumentTheme Members
Represents a document theme.Constructors
Name | Description |
---|---|
DocumentTheme() | Initializes a new instance of the DocumentTheme class with default settings. |
DocumentTheme(IDocumentTheme) | Initializes a new instance of the DocumentTheme class with specified settings. |
Properties
Name | Description |
---|---|
BodyComplexScript | Gets or sets the name of the minor theme font for Complex Script characters (right-to-left languages). |
BodyEastAsia | Gets or sets the minor theme font for East Asian characters. |
BodyLatin | Gets or sets the minor theme font for the range of Latin characters. |
HeadingsComplexScript | Gets or sets the name of the major theme font for Complex Script characters (right-to-left languages). |
HeadingsEastAsia | Gets or sets the major theme font for East Asian characters. |
HeadingsLatin | Gets or sets the major theme font for the Latin range of characters. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also