ASPxRichEditDocumentCapabilitiesSettings Members
Represents the storage of settings specific for the document restrictions implemented in the RichEdit.Constructors
| Name | Description |
|---|---|
| ASPxRichEditDocumentCapabilitiesSettings() | Initializes a new instance of the ASPxRichEditDocumentCapabilitiesSettings class. |
Properties
| Name | Description |
|---|---|
| Bookmarks | Gets or sets the bookmark feature availability. |
| CharacterFormatting | Gets or sets the availability of the character formatting features. |
| CharacterStyle | Gets or sets the availability of the apply character style feature. |
| Fields | Gets or sets the document’s capability to recognize and work with fields. |
| HeadersFooters | Gets whether the headers and footers feature is allowed. |
| Hyperlinks | Gets or sets the hyperlink feature availability. |
| InlinePictures | Gets or sets the document capability to handle inline pictures. |
| Numbering | Provides access to options specifying the availability of bulleted and numbered lists in the document. Inherited from DocumentCapabilitiesOptions. |
| ParagraphFormatting | Gets or sets the availability of the paragraph formatting features. |
| Paragraphs | Gets or sets the availability of the paragraph breaks. |
| ParagraphStyle | Gets or sets the availability of the apply paragraph style feature. |
| ParagraphTabs | Gets or sets the availability of paragraph tab stops. |
| Sections | Gets or sets the document’s capability to handle document sections. |
| Tables | Gets or sets the document’s capability to handle tables. |
| TableStyle | Gets or sets the availability of the apply table style feature. |
| TabSymbol | Gets or sets the document’s capability to insert tabs. |
| Undo | Gets or sets the availability of the Undo/Redo feature. |
Methods
| Name | Description |
|---|---|
| Assign(BaseOptions) | Copies all settings from the object passed as the parameter to the current object. Inherited from DocumentCapabilitiesOptions. |
| 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. Inherited from DocumentCapabilitiesOptions. |
| EndUpdate() | Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions. |
| Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines 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
| Name | Description |
|---|---|
| Changed | Occurs when the options are modified. Inherited from RichEditNotificationOptions. |
See Also