Click or drag to resize
TextFontStyle Property
Gets or sets the character style handle of the characters in a range.

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

Property Value

Type: Int32
Remarks

The Text Object Model (TOM) version 1.0 does not specify the meanings of the style handles. The meanings depend on other facilities of the text system that implements TOM.

This implementation uses the low byte to store information about colored underlining. The higher 3 bytes are preserved and can be used for your own purposes.

See Also