[]
The base class for GcWordDocument and GlossaryDocument classes.
public abstract class DocumentBase
protected DocumentBase()
Gets the built-in document instance.
protected static GcWordDocument BuiltInDocument { get; }
Gets the collection of FontInfo objects associated with this document.
public FontInfoCollection Fonts { get; protected set; }
Gets the collection of list templates in the document.
public ListTemplateCollection ListTemplates { get; protected set; }
Gets options that control protection, view, compatibility and other settings.
public Settings Settings { get; protected set; }
Gets the collection of styles defined in the document.
public StyleCollection Styles { get; protected set; }