Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditDocumentServer Members

In This Article

#Properties
Show Inherited Hide Inherited

Name Description
Document Inherited from IdxRichEditDocumentContainer.
DpiX
DpiY
HtmlText
LayoutUnit
MeasurementUnit
Modified
RtfText
Text

#Methods
Show Inherited Hide Inherited

Name Description
AddAfterExportHandler(TNotifyEvent)
AddBeforeExportHandler(TdxBeforeExportEvent)
AddBeforeImportHandler(TdxBeforeImportEvent)
AddCalculateDocumentVariableHandler(TdxCalculateDocumentVariableEvent)
AddContentChangedHandler(TNotifyEvent)
AddDocumentClosingHandler(TdxCloseQueryEvent)
AddDocumentLoadedHandler(TNotifyEvent)
AddEmptyDocumentCreatedHandler(TNotifyEvent)
AddHtmlTextChangedHandler(TNotifyEvent)
AddInitializeDocumentHandler(TdxEvent)
AddModifiedChangedHandler(TNotifyEvent)
AddRtfTextChangedHandler(TNotifyEvent)
AddSelectionChangedHandler(TNotifyEvent)
AddUnitChangedHandler(TNotifyEvent)
AddUnitChangingHandler(TNotifyEvent)
CreateNewDocument(Boolean)
GetDocument Inherited from IdxRichEditDocumentContainer.
GetDpiX
GetDpiY
GetHtmlText
GetLayoutUnit
GetMeasurementUnit
GetModified
GetRtfText
GetText
LoadDocument(TStream,TdxRichEditDocumentFormat)
LoadDocumentTemplate(TStream,TdxRichEditDocumentFormat)
RemoveAfterExportHandler(TNotifyEvent)
RemoveBeforeExportHandler(TdxBeforeExportEvent)
RemoveBeforeImportHandler(TdxBeforeImportEvent)
RemoveCalculateDocumentVariableHandler(TdxCalculateDocumentVariableEvent)
RemoveContentChangedHandler(TNotifyEvent)
RemoveDocumentClosingHandler(TdxCloseQueryEvent)
RemoveDocumentLoadedHandler(TNotifyEvent)
RemoveEmptyDocumentCreatedHandler(TNotifyEvent)
RemoveHtmlTextChangedHandler(TNotifyEvent)
RemoveInitializeDocumentHandler(TdxEvent)
RemoveModifiedChangedHandler(TNotifyEvent)
RemoveRtfTextChangedHandler(TNotifyEvent)
RemoveSelectionChangedHandler(TNotifyEvent)
RemoveUnitChangedHandler(TNotifyEvent)
RemoveUnitChangingHandler(TNotifyEvent)
SaveDocument(TStream,TdxRichEditDocumentFormat)
SetHtmlText(string)
SetLayoutUnit(TdxDocumentLayoutUnit)
SetMeasurementUnit(TdxMeasurementUnit)
SetModified(Boolean)
SetRtfText(string)
SetText(string)
See Also