Click or drag to resize
TextFontDoubleStrike Property
(TOM 2 only) Gets or sets whether characters are displayed with double horizontal lines through the center.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public Nullable<bool> DoubleStrike { get; set; }

Property Value

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