DXRichEditDocumentCapabilitiesOptions Properties
Provides the options used to specify document restrictions.Name | Description |
---|---|
ActiveX | Gets or sets whether ActiveX controls are available. This is a dependency property. |
ActiveXAllowed | Gets whether ActiveX controls are available in the document. This is a dependency property. |
Bookmarks | Gets or sets the document’s capability to load, insert, modify and export bookmarks. This is a dependency property. |
BookmarksAllowed | Gets whether an end user is allowed to operate with bookmarks. This is a dependency property. |
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
CharacterFormatting | Gets or sets the document’s capability to change character formatting. |
CharacterFormattingAllowed | Gets whether the character formatting feature is allowed. |
CharacterStyle | Gets or sets the document’s capability to apply styles to a character. |
CharacterStyleAllowed | Gets whether the character formatting feature is allowed. |
Charts | Gets or sets whether embedded charts are available. This is a dependency property. |
ChartsAllowed | Gets whether charts are available in the document. This is a dependency property. |
Comments | Gets or sets the document’s capability to load, insert, modify and export comments. |
CommentsAllowed | Gets whether comments are allowed. |
ContentControls | Gets or sets the document’s capability to load, insert, modify and export content controls. |
ContentControlsAllowed | Gets whether content controls are allowed. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
EndNotes | Gets or sets the document’s capability to contain endnotes (notes placed at the end of the text). |
EndNotesAllowed | Gets whether the end notes are allowed in the document. |
Fields | Gets or sets the document’s capability to load, modify and export fields. |
FieldsAllowed | Gets whether fields are allowed. |
FloatingObjects | Gets or sets the document’s capability to load, insert, modify and export floating objects. |
FloatingObjectsAllowed | Gets whether the floating objects are allowed in the document. |
FootNotes | Gets or sets the document’s capability to contain footnotes (notes placed at the end of a document). |
FootNotesAllowed | Gets whether the foot notes are allowed in the document. |
HeadersFooters | Gets or sets the document’s capability to load, insert, modify and export headers and footers. |
HeadersFootersAllowed | Gets whether the headers and footers feature is allowed. |
Hyperlinks | Gets ore sets the document’s capability to load, insert, modify and export the hyperlinks. |
HyperlinksAllowed | Gets whether the hyperlink feature is allowed. |
InlinePictures | Gets or sets the document’s capability to load, insert, modify and export the inline pictures. |
InlinePicturesAllowed | Gets whether inline pictures are allowed in the document. |
InlineShapes | Gets or sets the document capability to handle inline shapes (objects in the document’s text layer). |
InlineShapesAllowed | Gets whether the Inline Shapes feature is allowed. |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
Macros | Gets or sets whether macros are available. This is a dependency property. |
MacrosAllowed | Gets whether the macros feature is allowed. This is a dependency property. |
MathEquations | Gets or sets whether math equations are available. This is a dependency property. |
MathEquationsAllowed | Gets or sets whether math equations are allowed. This is a dependency property. |
NumberingOptions | Provides access to options specifying the document’s capability to work with bulleted and numbered lists. |
OleObjects | Gets or sets whether OLE objects are available. This is a dependency property. |
OleObjectsAllowed | Gets whether OLE objects are available in the document. This is a dependency property. |
ParagraphBorders | Gets or sets whether paragraph borders are available. This is a dependency property. |
ParagraphBordersAllowed | Gets whether the paragraph borders feature is allowed. This is a dependency property. |
ParagraphFormatting | Gets or sets the document’s capability to change paragraph formatting. |
ParagraphFormattingAllowed | Gets whether the paragraph formatting feature is allowed. |
ParagraphFrames | Gets or sets the document’s capability to contain frames. |
ParagraphFramesAllowed | Gets whether frames are allowed in the document. |
Paragraphs | Gets or sets the document’s capability to insert paragraph breaks. |
ParagraphsAllowed | Gets whether operations with paragraph breaks in the document are allowed. |
ParagraphStyle | Gets or sets the document’s capability to apply styles to a paragraph. |
ParagraphStyleAllowed | Gets whether the paragraph styling feature is allowed. |
ParagraphTabs | Gets or sets the document’s capability to set paragraph tabs. |
ParagraphTabsAllowed | Gets whether the paragraph tab stops are allowed. |
Sections | Gets or sets the document’s capability to handle the document sections. |
SectionsAllowed | Gets whether handling document sections is allowed. |
Tables | Gets or sets the document’s capability to load, insert, modify and export tables. |
TablesAllowed | Gets whether the tables feature is allowed. |
TableStyle | Gets or sets the document’s capability to apply styles to a table. |
TableStyleAllowed | Gets whether the table style feature is allowed. |
TabSymbol | Gets or sets the document’s capability to insert tabs. |
TabSymbolAllowed | Gets whether tab insertion is allowed. |
TrackChanges | Gets or sets whether the Track Changes feature is available. This is a dependency property. |
TrackChangesAllowed | Gets whether users are allowed to use Track Changes. This is a dependency property. |
Undo | Gets or sets the availability of the Undo/Redo feature. |
UndoAllowed | Gets whether the Undo/Redo feature is allowed. |
Watermarks | Gets or sets whether watermarks are allowed. This is a dependency property. |
WatermarksAllowed | Gets whether watermarks are available in the document. This is a dependency property. |
See Also