Back to Devexpress

DocumentTheme Members

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-documenttheme-dot-underscore-members.md

latest4.0 KB
Original Source

DocumentTheme Members

Represents a document theme.

Constructors

NameDescription
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

NameDescription
BodyComplexScriptGets or sets the name of the minor theme font for Complex Script characters (right-to-left languages).
BodyEastAsiaGets or sets the minor theme font for East Asian characters.
BodyLatinGets or sets the minor theme font for the range of Latin characters.
HeadingsComplexScriptGets or sets the name of the major theme font for Complex Script characters (right-to-left languages).
HeadingsEastAsiaGets or sets the major theme font for East Asian characters.
HeadingsLatinGets or sets the major theme font for the Latin range of characters.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

DocumentTheme Class

DevExpress.XtraRichEdit.API.Native Namespace