[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ThemeFontCollection

Class ThemeFontCollection

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a set of fonts that are to be used for different languages or locales.

public class ThemeFontCollection
Inheritance
object
ThemeFontCollection
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

ComplexScript

Gets a complex script font to be used for text.

public ThemeFont ComplexScript { get; }

Property Value

ThemeFont

Document

Gets the containing document.

public DocumentBase Document { get; }

Property Value

DocumentBase

EastAsian

Gets an East Asian font to be used for text.

public ThemeFont EastAsian { get; }

Property Value

ThemeFont

IsReadOnly

Gets a value indicating whether the containing document is in reading mode.

public bool IsReadOnly { get; }

Property Value

bool

Latin

Gets a Latin font to be used for text.

public ThemeFont Latin { get; }

Property Value

ThemeFont

Supplemental

Gets supplemental font names for various scripts.

public IDictionary<string, string> Supplemental { get; }

Property Value

System.Collections.Generic.IDictionary<TKey, TValue><string, string>