Skip to main content
All docs
V25.2
  • TdxLayoutItemAIOptions.SmartPaste Property

    Provides access to Smart Paste command settings for the layout item.

    Declaration

    property SmartPaste: TdxAISmartPasteOptions read; write;

    Property Value

    Type Description
    TdxAISmartPasteOptions

    Stores Smart Paste command settings for a layout item.

    Remarks

    Use the SmartPaste property to configure Smart Paste command behavior for an editor associated with the layout item.

    Available Options

    The SmartPaste.Description property allows you to specify the associated editor‘s description (in a natural language) for the current AI service provider (the required data format, additional instructions, etc. for Smart Paste operations).

    In addition, you can set the SmartPaste property to False property to exclude the associated editor from Smart Paste operations.

    See Also