Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Settings Class
Properties Methods

In This Topic
    Settings Class Members
    In This Topic

    The following tables list the members exposed by Settings.

    Public Properties
     NameDescription
    Public Property Gets or sets the full path of the template attached to the document.  
    Public PropertyGets the list of custom XML schema whose target namespace should be associated with this document when it is loaded, if such a schema is available to the hosting application. Applications can also load and utilize any additional schemas as well as those explicitly mentioned here. These custom XML schemas can then be used to validate the structure of the XmlDocument in the document, etc.  
    Public Property Gets or sets a value indicating whether the styles in the document are updated to match the styles in the attached template each time the document is opened in MS Word.  
    Public Property Returns an object that represents all the built-in document properties of the document.  
    Public Property Provides access to document compatibility options.  
    Public Property Returns a collection that represents all the custom document properties of the document.  
    Public Property Provides access to options that control the document protection features.  
    Public Property Provides access to East Asian typography options.  
    Public Property Provides options that control numbering and positioning of endnotes in the document.  
    Public Property Provides options that control numbering and positioning of footnotes in the document.  
    Public Property Gets a value indicating whether the document has a VBA project (macros).  
    Public Property Provides access to document hyphenation options.  
    Public Property Gets or sets the default locale name (language) of formatted characters.  
    Public Property Gets or sets the locale name (language) of complex script characters.  
    Public Property Gets or sets the locale name (language) of formatted Asian characters.  
    Public Property Provides access to the Office Math zone options on the document level.  
    Public Property Gets the document save options.  
    Public Property Returns the collection of variables added to the document.  
    Public Property Provides various options that control how a document is shown in application.  
    Top
    Public Methods
     NameDescription
    Public Method Clears direct formatting in the object. (Inherited from GrapeCity.Documents.Word.FormattingBag)
    Public MethodGets a ThemeColor from the Theme.ColorScheme by its ThemeColorId.  
    Public Method Sets the color mapping layer which allows a user to define colors for background and text. This allows for swapping out of light/dark colors for backgrounds and the text on top of the background in order to maintain readability of the text on a deeper level.  
    Public Method Removes all macros (the VBA project) as well as toolbars and command customizations from the document.  
    Top
    See Also