Function TWPCustomRtfEdit.InputSpanObjects(Attributes:TWPAbstractCharAttrInterface) : TWPTextObj

Unit: WPCTRMemo
Class: WPCTRMemo.TWPCustomRtfEdit

Parameters

Returns

The type of the result value is TWPTextObj.

Description

This method create new SPAN objects which represent the provided Attributes.
Example: WPEditor.AttrHelper.Clear; WPEditor.AttrHelper.SetFontSize(22); WPEditor.InputSpanObjects( WPEditor.AttrHelper );