Click or drag to resize
TextFontEffects2 Property
(TOM 2 only) Gets or sets the additional character format effects.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public CharacterEffects2 Effects2 { get; set; }

Property Value

Type: CharacterEffects2
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextFont2 interface.
See Also