ITextCharacterFormat.SetClone(ITextCharacterFormat) Method

Definition

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.

Applies to

See also