ITextCharacterFormat.SetClone(ITextCharacterFormat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the character formatting by copying another text character formatting object.
public:
void SetClone(ITextCharacterFormat ^ value);
void SetClone(ITextCharacterFormat const& value);
public void SetClone(ITextCharacterFormat value);
function setClone(value)
Public Sub SetClone (value As ITextCharacterFormat)
Parameters
- value
- ITextCharacterFormat
The character formatting to apply.
Remarks
Any character formatting values that are undefined in value have no effect.