AtomicText Struct

Definition

Describes an embedded object within a LINEDATAEX structure.

public value class AtomicText
struct AtomicText
[System.Runtime.InteropServices.ComConversionLoss]
public struct AtomicText
[<System.Runtime.InteropServices.ComConversionLoss>]
type AtomicText = struct
Public Structure AtomicText
Inheritance
AtomicText
Attributes

Remarks

COM Signature

From textmgr.idl:

Fields

iIndex

Specifies the index of the position in the line.

pNext

Specifies the next AtomicText structure in the linked list.

pszAtomicText

Specifies the string containing the atomic text.

punkAtom

The IUnknown interface of the originating object, for any custom processing.

Applies to