DocumentCapabilitiesOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Document |
Initializes a new instance of the Document |
#Properties
Name | Description |
---|---|
Active |
Gets or sets whether Active |
Active |
Gets whether Active |
Bookmarks | Gets or sets the bookmark feature availability. |
Bookmarks |
Gets whether the bookmarks feature is allowed. |
Character |
Gets or sets the character formatting features availability. |
Character |
Gets whether the character formatting feature is allowed. |
Character |
Gets or sets the availability of the apply character style feature. |
Character |
Gets whether the character style feature is allowed. |
Charts | Gets or sets whether embedded charts are available. |
Charts |
Gets whether charts are allowed in the document. |
Comments | Gets or sets the document’s capability to display and work with comments. |
Comments |
Gets whether comments are allowed. |
Content |
Gets or sets the document’s capability to display and work with content controls. |
Content |
Gets whether the content controls are allowed. |
End |
Gets or sets the document’s capability to contain endnotes (notes placed at the end of the text). |
End |
Gets whether the end notes are allowed in the document. |
Fields | Gets or sets the document’s capability to recognize and work with fields. |
Fields |
Gets whether fields are allowed. |
Floating |
Gets or sets the document’s capability to handle floating objects (shapes with any wrapping type but In |
Floating |
Gets whether the floating objects are allowed in the document. |
Foot |
Gets or sets the document’s capability to contain footnotes (notes placed at the end of a document). |
Foot |
Gets whether the end notes are allowed in the document. |
Headers |
Gets whether the headers and footers feature is allowed. |
Headers |
Gets whether the headers and footers feature is allowed. |
Hyperlinks | Gets or sets the hyperlink feature availability. |
Hyperlinks |
Gets whether the hyperlink feature is allowed. |
Inline |
Gets or sets the document capability to handle inline pictures. |
Inline |
Gets whether inline pictures handling is allowed. |
Inline |
Gets or sets the document capability to handle inline shapes (objects in the document’s text layer). |
Inline |
Gets whether the Inline Shapes feature is allowed. |
Macros | Gets or sets whether macros are available. |
Macros |
Gets or sets whether macros are allowed. |
Math |
Gets or sets whether math equations are available. |
Math |
Gets or sets whether math equations are allowed. |
Numbering | Provides access to options specifying the availability of bulleted and numbered lists in the document. |
Ole |
Gets or sets whether OLE objects are available. |
Ole |
Gets or sets whether OLE objects are allowed. |
Page |
Gets or sets whether page borders are available. |
Page |
Gets whether the page borders feature is allowed. |
Paragraph |
Gets or sets whether paragraph borders are available. |
Paragraph |
Gets whether the paragraph borders feature is allowed. |
Paragraph |
Gets or sets the paragraph formatting features availability. |
Paragraph |
Gets whether the paragraph formatting feature is allowed. |
Paragraph |
Gets or sets the availability of paragraph frames. |
Paragraph |
Gets whether frames are allowed in the document. |
Paragraphs | Gets or sets the availability of the paragraph breaks. |
Paragraphs |
Gets whether operations with paragraph breaks in the document are allowed. |
Paragraph |
Gets or sets the availability of the apply paragraph style feature. |
Paragraph |
Gets whether the paragraph styling feature is allowed. |
Paragraph |
Gets or sets the availability of paragraph tab stops. |
Paragraph |
Gets whether paragraph tab stops are allowed. |
Sections | Gets or sets the document’s capability to handle document sections. |
Sections |
Gets whether handling document sections is allowed. |
Tables | Gets or sets the document’s capability to handle tables. |
Tables |
Gets whether the tables feature is allowed. |
Table |
Gets or sets the availability of the apply table style feature. |
Table |
Gets whether the table style feature is allowed. |
Tab |
Gets or sets the document’s capability to insert tabs. |
Tab |
Gets whether tab insertion is allowed. |
Track |
Gets or sets whether the Track Changes feature is available. |
Track |
Gets whether the Track Changes feature is allowed. |
Undo | Gets or sets the availability of the Undo/Redo feature. |
Undo |
Gets whether the Undo/Redo feature is allowed. |
Watermarks | Gets or sets whether watermarks are available. |
Watermarks |
Gets whether watermarks are allowed in the document. |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the object passed as the parameter to the current object. |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
Copy |
Copies the appropriate properties of the specified object into the current instance of the Document |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() |
Resets all notification options to their default values.
Inherited from Rich |
To |
Returns a string representing the currently enabled options.
Inherited from Base |
#Events
Name | Description |
---|---|
Changed |
Occurs when the options are modified.
Inherited from Rich |
See Also