Back to Devexpress

ASPxRichEditDocumentCapabilitiesSettings Members

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxricheditdocumentcapabilitiessettings-dot-underscore-members.md

latest17.6 KB
Original Source

ASPxRichEditDocumentCapabilitiesSettings Members

Represents the storage of settings specific for the document restrictions implemented in the RichEdit.

Constructors

NameDescription
ASPxRichEditDocumentCapabilitiesSettings()Initializes a new instance of the ASPxRichEditDocumentCapabilitiesSettings class.

Properties

NameDescription
ActiveXAllowedGets whether ActiveX controls are allowed in the document. Inherited from DocumentCapabilitiesOptions.
BookmarksGets or sets the bookmark feature availability.
BookmarksAllowedGets whether the bookmarks feature is allowed. Inherited from DocumentCapabilitiesOptions.
CharacterFormattingGets or sets the availability of the character formatting features.
CharacterFormattingAllowedGets whether the character formatting feature is allowed. Inherited from DocumentCapabilitiesOptions.
CharacterStyleGets or sets the availability of the apply character style feature.
CharacterStyleAllowedGets whether the character style feature is allowed. Inherited from DocumentCapabilitiesOptions.
ChartsAllowedGets whether charts are allowed in the document. Inherited from DocumentCapabilitiesOptions.
CommentsAllowedGets whether comments are allowed. Inherited from DocumentCapabilitiesOptions.
ContentControlsAllowedGets whether the content controls are allowed. Inherited from DocumentCapabilitiesOptions.
EndNotesAllowedGets whether the end notes are allowed in the document. Inherited from DocumentCapabilitiesOptions.
FieldsGets or sets the document’s capability to recognize and work with fields.
FieldsAllowedGets whether fields are allowed. Inherited from DocumentCapabilitiesOptions.
FloatingObjectsAllowedGets whether the floating objects are allowed in the document. Inherited from DocumentCapabilitiesOptions.
FootNotesAllowedGets whether the end notes are allowed in the document. Inherited from DocumentCapabilitiesOptions.
HeadersFootersGets whether the headers and footers feature is allowed.
HeadersFootersAllowedGets whether the headers and footers feature is allowed. Inherited from DocumentCapabilitiesOptions.
HyperlinksGets or sets the hyperlink feature availability.
HyperlinksAllowedGets whether the hyperlink feature is allowed. Inherited from DocumentCapabilitiesOptions.
InlinePicturesGets or sets the document capability to handle inline pictures.
InlinePicturesAllowedGets whether inline pictures handling is allowed. Inherited from DocumentCapabilitiesOptions.
InlineShapesAllowedGets whether the Inline Shapes feature is allowed. Inherited from DocumentCapabilitiesOptions.
MacrosAllowedGets or sets whether macros are allowed. Inherited from DocumentCapabilitiesOptions.
MathEquationsAllowedGets or sets whether math equations are allowed. Inherited from DocumentCapabilitiesOptions.
NumberingProvides access to options specifying the availability of bulleted and numbered lists in the document. Inherited from DocumentCapabilitiesOptions.
OleObjectsAllowedGets or sets whether OLE objects are allowed. Inherited from DocumentCapabilitiesOptions.
PageBordersAllowedGets whether the page borders feature is allowed. Inherited from DocumentCapabilitiesOptions.
ParagraphBordersAllowedGets whether the paragraph borders feature is allowed. Inherited from DocumentCapabilitiesOptions.
ParagraphFormattingGets or sets the availability of the paragraph formatting features.
ParagraphFormattingAllowedGets whether the paragraph formatting feature is allowed. Inherited from DocumentCapabilitiesOptions.
ParagraphFramesAllowedGets whether frames are allowed in the document. Inherited from DocumentCapabilitiesOptions.
ParagraphsGets or sets the availability of the paragraph breaks.
ParagraphsAllowedGets whether operations with paragraph breaks in the document are allowed. Inherited from DocumentCapabilitiesOptions.
ParagraphStyleGets or sets the availability of the apply paragraph style feature.
ParagraphStyleAllowedGets whether the paragraph styling feature is allowed. Inherited from DocumentCapabilitiesOptions.
ParagraphTabsGets or sets the availability of paragraph tab stops.
ParagraphTabsAllowedGets whether paragraph tab stops are allowed. Inherited from DocumentCapabilitiesOptions.
SectionsGets or sets the document’s capability to handle document sections.
SectionsAllowedGets whether handling document sections is allowed. Inherited from DocumentCapabilitiesOptions.
TablesGets or sets the document’s capability to handle tables.
TablesAllowedGets whether the tables feature is allowed. Inherited from DocumentCapabilitiesOptions.
TableStyleGets or sets the availability of the apply table style feature.
TableStyleAllowedGets whether the table style feature is allowed. Inherited from DocumentCapabilitiesOptions.
TabSymbolGets or sets the document’s capability to insert tabs.
TabSymbolAllowedGets whether tab insertion is allowed. Inherited from DocumentCapabilitiesOptions.
TrackChangesAllowedGets whether the Track Changes feature is allowed. Inherited from DocumentCapabilitiesOptions.
UndoGets or sets the availability of the Undo/Redo feature.
UndoAllowedGets whether the Undo/Redo feature is allowed. Inherited from DocumentCapabilitiesOptions.
WatermarksAllowedGets whether watermarks are allowed in the document. Inherited from DocumentCapabilitiesOptions.

Methods

NameDescription
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) 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

ASPxRichEditDocumentCapabilitiesSettings Class

DevExpress.Web.ASPxRichEdit Namespace