ActiveSubDocumentChangedEvent
|
An event that occurs when an active sub document is changed.
|
AuthenticationOptions
|
Contains credentials used to identify editable ranges in a protected document.
|
AutoCorrectEvent
|
An event that occurs when text is typed in the control.
|
AutoCorrectEventArgs
|
Contains data for the AutoCorrect event.
|
Bookmark
|
A bookmark in the document.
|
BookmarkBase
|
A bookmark in the document.
|
BookmarkCollection<TBookmark>
|
A collection of Bookmark objects.
|
BookmarkCollectionBase
|
A collection of Bookmark objects.
|
CalculateDocumentVariableAsyncEvent
|
An event that allows you to update the results of all DOCVARIABLE fields in the document.
|
CalculateDocumentVariableAsyncEventArgs
|
Contains data for the CalculateDocumentVariableAsync event.
|
CalculateDocumentVariableEvent
|
An event that occurs when a DOCVARIABLE field is updated.
|
CalculateDocumentVariableEventArgs
|
Contains data for the CalculateDocumentVariable event.
|
CharacterProperties
|
Contains character properties.
|
CharacterPropertiesChangedEvent
|
An event that occurs when the characters' formatting is changed.
|
Characters
|
Contains properties that return the Rich Text Editor's escape sequences.
|
Collection<T>
|
Serves as a base for classes maintaining a collection of items.
|
CommandState
|
Contains a command's state.
|
CommandStateChangedEvent
|
An event that occurs after a command state has been changed.
|
CommandStateChangedEventArgs
|
Contains data for the CommandStateChanged event.
|
ContentChangedEventArgs
|
Contains data for the CharacterPropertiesChanged and ContentInserted events.
|
ContentInsertedEvent
|
An event that occurs when content is inserted into the document.
|
ContentRemovedEvent
|
An event that occurs when content is removed from the document.
|
ContentRemovedEventArgs
|
Contains data for the ContentRemoved event.
|
ContextMenuItem
|
A context menu item.
|
ContextMenuShowingEvent
|
An event that occurs before a context menu is displayed.
|
ContextMenuShowingEventArgs
|
Contains data for the ContextMenuShowing event.
|
CustomCommandExecutedEvent
|
An event that occurs after a custom command has been executed on the client side.
|
CustomCommandExecutedEventArgs
|
Contains data for the CustomCommandExecuted event.
|
DocumentChangedEvent
|
An event that occurs if any change is made in the document.
|
DocumentFormattedEvent
|
An event that occurs when a document layout is formatted.
|
DocumentFormattedEventArgs
|
Contains data for the DocumentFormatted event.
|
DocumentLoadedEvent
|
An event that occurs when a document model is loaded into the control.
|
DocumentProcessor
|
A non-visual object that allows you to access and customize a document via code.
|
DocumentProcessorBase
|
Implements the base functionality of a document processor.
|
DocumentVariableData
|
Contains DOCVARIABLE field data.
|
Event<TSource, TEventArgs>
|
The event object used for client-side events.
|
EventArgs
|
The base class for arguments of the Rich Text Editor' client-side events.
|
Events
|
Contains a list of client-side events for the RichEdit control.
|
Field
|
Defines a field in the document.
|
FieldCollection
|
A collection of the Field objects.
|
FloatingImage
|
Contains settings of a floating image in the Rich Text Editor.
|
Font
|
Defines a font in the document.
|
FontCollection
|
A collection of the Font objects.
|
GotFocusEvent
|
An event that occurs when the control receives focus.
|
History
|
Contains methods related to Rich Text Editor history.
|
HorizontalAbsolutePosition
|
Contains information about a floating object's horizontal position. The position is specified in twips relative to an anchor element.
|
HorizontalAlignedPosition
|
Contains information about a floating object's horizontal position that is aligned to an anchor element.
|
HorizontalRelativePosition
|
Contains information about a floating object's horizontal position specified as a percentage relative to an anchor element.
|
Hyperlink
|
Defines a hyperlink in the document.
|
HyperlinkClickEvent
|
An event that occurs when a hyperlink is clicked.
|
HyperlinkClickEventArgs
|
Contains data for the HyperlinkClick event.
|
HyperlinkCollection
|
A collection of the Hyperlink objects.
|
HyperlinkInfo
|
Contains information about a hyperlink.
|
Image
|
Implements the base functionality of an image object.
|
ImageIterator
|
Allows you to iterate over an image collection.
|
Images
|
Contains members that allow you to manage document images.
|
InlineImage
|
Contains settings of an inline image in the Rich Text Editor.
|
Interval
|
Contains settings for a text interval.
|
KeyboardEventArgs
|
Contains data for the KeyDown and KeyUp events.
|
KeyDownEvent
|
An event that occurs when a key is pressed while the RichEdit's document has focus.
|
KeyUpEvent
|
An event that occurs when a key is released while the RichEdit's document has focus.
|
List
|
Defines a list in the document.
|
ListCollection
|
A collection of the List objects.
|
ListLevelSettings
|
Contains settings to define individual list levels.
|
LoadingPanel
|
Contains settings related to loading panel functionality.
|
LostFocusEvent
|
An event that occurs when the control loses focus.
|
MailMergeOptions
|
Contains properties related to the mail merge functionality.
|
Margins
|
Contains margin settings.
|
NusaSettings
|
|
Paddings
|
Contains padding settings.
|
Paragraph
|
Defines a paragraph in the document.
|
ParagraphCollection
|
A collection of the Paragraph objects.
|
ParagraphProperties
|
Contains paragraph properties.
|
ParagraphPropertiesChangedEvent
|
An event that occurs when a paragraph's formatting is changed.
|
ParagraphPropertiesChangedEventArgs
|
Contains data for the ParagraphPropertiesChanged event.
|
PdfExportedEvent
|
An event that occurs after an exported PDF document has been processed on the server side.
|
PdfExportedEventArgs
|
Contains data for the PdfExported event.
|
PdfExportingEvent
|
An event that allows you to save an exported PDF document.
|
PdfExportingEventArgs
|
Contains data for the PdfExporting event.
|
PointerDownEvent
|
An event that occurs when the mouse button is pressed while the pointer is over a RichEdit's document.
|
PointerEventArgs
|
Contains data for the PointerDown and PointerUp events.
|
PointerUpEvent
|
An event that occurs when the mouse button is released while the pointer is over a RichEdit's document.
|
RangePermission
|
A document range permission.
|
RangePermissionCollection
|
A collection of RangePermission objects.
|
RangePermissionOptions
|
Contains visual settings for a permitted range.
|
Ribbon
|
Contains ribbon settings.
|
RibbonButtonItem
|
A ribbon button item.
|
RibbonColorBoxItem
|
A ribbon color box item.
|
RibbonItemBase
|
The base class for ribbon items.
|
RibbonMenuItem
|
A ribbon menu item.
|
RibbonNumberBoxItem
|
A ribbon number box item.
|
RibbonSelectBoxItem
|
A ribbon select box item.
|
RibbonSubMenuItem
|
A ribbon sub-menu item.
|
RibbonTab
|
A ribbon tab.
|
RichEdit
|
A client-side Rich Text Editor object.
|
RichEditDocument
|
Defines a document in the Rich Text Editor.
|
RichEditDocumentBase
|
Defines a document in the Rich Text Editor.
|
RichEditEvent<TEventArgs>
|
A base class for Rich Text Editor events.
|
RichEditLayout
|
Contains settings of the Rich Text Editor's layout.
|
RichEditSelection
|
Contains a set of methods and properties to work with the document selection.
|
SavedEvent
|
An event that occurs after a document is saved on the server side.
|
SavedEventArgs
|
Contains data for the Saved event.
|
SavingEvent
|
An event that allows you to save a document.
|
SavingEventArgs
|
Contains data for the Saving event.
|
Section
|
Defines a section in the document.
|
SectionCollection
|
A collection of the Section objects.
|
SelectionChangedEvent
|
An event that occurs when selection is changed in the document.
|
ShortcutOptions
|
Contains a shortcut's options.
|
SimpleViewSettings
|
Contains the Simple view mode's settings.
|
Size
|
Contains height and width settings.
|
SubDocument
|
Defines a sub-document in a document.
|
SubDocumentBase
|
Defines a sub-document in a document.
|
SubDocumentCollection<T>
|
A collection of SubDocument objects.
|
SubDocumentCollectionBase
|
A collection of SubDocumentBase objects.
|
Table
|
Defines a table in the document.
|
TableCell
|
Defines a table cell in the document.
|
TableCellCollection
|
A collection of the TableCell objects.
|
TableCollection
|
A collection of the Table objects.
|
TableRow
|
Defines a table row in the document.
|
TableRowCollection
|
A collection of the TableRow objects.
|
UnitConverter
|
Contains methods to convert different units of measurement.
|
UpdateFieldsOptions
|
Contains field update options.
|
Utils
|
Contains Rich Text Editor utility methods.
|
VerticalAbsolutePosition
|
Contains information about a floating object's vertical position. The position is specified in twips relative to an anchor element.
|
VerticalAlignedPosition
|
Contains information about a floating object's vertical position that is aligned to an anchor element.
|
VerticalRelativePosition
|
Contains information about a floating object's vertical position specified as a percentage relative to an anchor element.
|