Back to Devexpress

DocumentCapabilitiesOptions Members

officefileapi-devexpress-dot-xtrarichedit-dot-documentcapabilitiesoptions-dot-underscore-members.md

latest15.6 KB
Original Source

DocumentCapabilitiesOptions Members

Represents the storage of settings specific for the document restrictions.

Constructors

NameDescription
DocumentCapabilitiesOptions()Initializes a new instance of the DocumentCapabilitiesOptions class with the default settings.

Properties

NameDescription
ActiveXGets or sets whether ActiveX controls are available.
ActiveXAllowedGets whether ActiveX controls are allowed in the document.
BookmarksGets or sets the bookmark feature availability.
BookmarksAllowedGets whether the bookmarks feature is allowed.
CharacterFormattingGets or sets the character formatting features availability.
CharacterFormattingAllowedGets whether the character formatting feature is allowed.
CharacterStyleGets or sets the availability of the apply character style feature.
CharacterStyleAllowedGets whether the character style feature is allowed.
ChartsGets or sets whether embedded charts are available.
ChartsAllowedGets whether charts are allowed in the document.
CommentsGets or sets the document’s capability to display and work with comments.
CommentsAllowedGets whether comments are allowed.
ContentControlsGets or sets the document’s capability to display and work with content controls.
ContentControlsAllowedGets whether the content controls are allowed.
EndNotesGets or sets the document’s capability to contain endnotes (notes placed at the end of the text).
EndNotesAllowedGets whether the end notes are allowed in the document.
FieldsGets or sets the document’s capability to recognize and work with fields.
FieldsAllowedGets whether fields are allowed.
FloatingObjectsGets or sets the document’s capability to handle floating objects (shapes with any wrapping type but InLineWithText).
FloatingObjectsAllowedGets whether the floating objects are allowed in the document.
FootNotesGets or sets the document’s capability to contain footnotes (notes placed at the end of a document).
FootNotesAllowedGets whether the end notes are allowed in the document.
HeadersFootersGets whether the headers and footers feature is allowed.
HeadersFootersAllowedGets whether the headers and footers feature is allowed.
HyperlinksGets or sets the hyperlink feature availability.
HyperlinksAllowedGets whether the hyperlink feature is allowed.
InlinePicturesGets or sets the document capability to handle inline pictures.
InlinePicturesAllowedGets whether inline pictures handling is allowed.
InlineShapesGets or sets the document capability to handle inline shapes (objects in the document’s text layer).
InlineShapesAllowedGets whether the Inline Shapes feature is allowed.
MacrosGets or sets whether macros are available.
MacrosAllowedGets or sets whether macros are allowed.
MathEquationsGets or sets whether math equations are available.
MathEquationsAllowedGets or sets whether math equations are allowed.
NumberingProvides access to options specifying the availability of bulleted and numbered lists in the document.
OleObjectsGets or sets whether OLE objects are available.
OleObjectsAllowedGets or sets whether OLE objects are allowed.
PageBordersGets or sets whether page borders are available.
PageBordersAllowedGets whether the page borders feature is allowed.
ParagraphBordersGets or sets whether paragraph borders are available.
ParagraphBordersAllowedGets whether the paragraph borders feature is allowed.
ParagraphFormattingGets or sets the paragraph formatting features availability.
ParagraphFormattingAllowedGets whether the paragraph formatting feature is allowed.
ParagraphFramesGets or sets the availability of paragraph frames.
ParagraphFramesAllowedGets whether frames are allowed in the document.
ParagraphsGets or sets the availability of the paragraph breaks.
ParagraphsAllowedGets whether operations with paragraph breaks in the document are allowed.
ParagraphStyleGets or sets the availability of the apply paragraph style feature.
ParagraphStyleAllowedGets whether the paragraph styling feature is allowed.
ParagraphTabsGets or sets the availability of paragraph tab stops.
ParagraphTabsAllowedGets whether paragraph tab stops are allowed.
SectionsGets or sets the document’s capability to handle document sections.
SectionsAllowedGets whether handling document sections is allowed.
TablesGets or sets the document’s capability to handle tables.
TablesAllowedGets whether the tables feature is allowed.
TableStyleGets or sets the availability of the apply table style feature.
TableStyleAllowedGets whether the table style feature is allowed.
TabSymbolGets or sets the document’s capability to insert tabs.
TabSymbolAllowedGets whether tab insertion is allowed.
TrackChangesGets or sets whether the Track Changes feature is available.
TrackChangesAllowedGets whether the Track Changes feature is allowed.
UndoGets or sets the availability of the Undo/Redo feature.
UndoAllowedGets whether the Undo/Redo feature is allowed.
WatermarksGets or sets whether watermarks are available.
WatermarksAllowedGets whether watermarks are allowed in the document.

Methods

NameDescription
Assign(BaseOptions)Copies all settings from the object passed as the parameter to the current object.
BeginUpdate()Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate()Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
CopyFrom(DocumentCapabilitiesOptions)Copies the appropriate properties of the specified object into the current instance of the DocumentCapabilitiesOptions class.
EndUpdate()Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Reset()Resets all notification options to their default values. Inherited from RichEditNotificationOptions.
ToString()Returns a string representing the currently enabled options. Inherited from BaseOptions.

Events

NameDescription
ChangedOccurs when the options are modified. Inherited from RichEditNotificationOptions.

See Also

DocumentCapabilitiesOptions Class

DevExpress.XtraRichEdit Namespace