[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.DocumentBase

Class DocumentBase

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

The base class for GcWordDocument and GlossaryDocument classes.

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

Constructors

DocumentBase()

protected DocumentBase()

Properties

BuiltInDocument

Gets the built-in document instance.

protected static GcWordDocument BuiltInDocument { get; }

Property Value

GcWordDocument

Fonts

Gets the collection of FontInfo objects associated with this document.

public FontInfoCollection Fonts { get; protected set; }

Property Value

FontInfoCollection

ListTemplates

Gets the collection of list templates in the document.

public ListTemplateCollection ListTemplates { get; protected set; }

Property Value

ListTemplateCollection

Settings

Gets options that control protection, view, compatibility and other settings.

public Settings Settings { get; protected set; }

Property Value

Settings

Styles

Gets the collection of styles defined in the document.

public StyleCollection Styles { get; protected set; }

Property Value

StyleCollection