[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.EmbeddedFont

Class EmbeddedFont

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

Represents an embedded font and its binary data.

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

Properties

Data

Gets the font's binary data (read-only).

public IReadOnlyCollection<byte> Data { get; }

Property Value

System.Collections.Generic.IReadOnlyCollection<T><byte>

DataType

Gets the type of the font data.

public FontDataType DataType { get; }

Property Value

FontDataType

Document

Gets the document that contains this font.

public DocumentBase Document { get; }

Property Value

DocumentBase

IsReadOnly

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

public bool IsReadOnly { get; }

Property Value

bool

Subsetted

Gets or sets a value indicating whether this font is a subset.

public bool Subsetted { get; set; }

Property Value

bool

Type

Gets the type of the embedded font (regular, bold, italic, bold italic).

public EmbeddedFontType Type { get; }

Property Value

EmbeddedFontType