Skip to main content

TdxCustomDocumentCapabilitiesOptions Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Postpones sending notifications about modifications within the option set. Inherited from TdxRichEditNotificationOptions.
BookmarksAllowed Returns a value indicating whether the use of bookmarks is allowed in the current document.
CancelUpdate Discards the postponed option set change notifications and enables sending subsequent notifications to the option set’s listeners. Inherited from TdxRichEditNotificationOptions.
CharacterFormattingAllowed Returns a value indicating whether the font customization feature is available in the current document.
CharacterStyleAllowed Returns a value indicating whether styles can be applied to a character.
EndNotesAllowed Returns a value indicating whether the end notes can be created in the active document.
EndUpdate Sends the postponed option set change notifications and enables sending subsequent notifications to the option set’s listeners. Inherited from TdxRichEditNotificationOptions.
Equals(TObject) Inherited from TObject.
FieldsAllowed Returns a value indicating whether the fields can be created in the active document.
FloatingObjectsAllowed Returns a value indicating whether the floating objects can be embedded into the active document.
FootNotesAllowed Returns a value indicating whether footnotes can be created in the active document.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
HeadersFootersAllowed Returns a value indicating whether the headers and footers can be created in the active document.
HyperlinksAllowed Returns a value indicating whether a hyperlink can be inserted into the active document.
InlinePicturesAllowed Returns a value indicating whether it is possible to work with inline pictures in the active document.
ParagraphFormattingAllowed Returns a value indicating whether it is possible to perform paragraph formatting in the active document.
ParagraphFramesAllowed Returns a value indicating whether it is possible to encase paragraphs into frames in the active rich text document.
ParagraphsAllowed Returns a value indicating whether it is possible to work with paragraph breaks in the active document.
ParagraphStyleAllowed Returns a value indicating whether it is possible to apply styles to a paragraph within the active document.
ParagraphTabsAllowed Returns a value indicating whether it is possible to set and customize the tab stops.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
Reset Restores the default values for all settings within the option set. Inherited from TdxRichEditNotificationOptions.
SectionsAllowed Returns a value indicating whether it is possible to divide the document content into several columns (sections).
TableCellStyleAllowed Returns a value indicating whether styles can be applied to individual cells within a table.
TablesAllowed Returns a value indicating whether tables can be inserted into the current document.
TableStyleAllowed Returns a value indicating whether styles can be applied to a table in the current document.
TabSymbolAllowed Returns a value indicating whether the tab symbols can be inserted in the current document.
ToString Inherited from TObject.
UndoAllowed Returns a value indicating whether the actions performed in the Rich Edit control, can be undone.
See Also