Implement this interface to expose the text markups of a text.
Definition XAccessibleTextMarkup.idl:41
long getTextMarkupCount([in] long TextMarkupType)
Returns the number of text markup of the given text markup type of a text.
TextSegment getTextMarkup([in] long TextMarkupIndex, [in] long TextMarkupType)
Returns the text segment of the text markup of the given index and of the given text mark type.
sequence< TextSegment > getTextMarkupAtIndex([in] long CharIndex, [in] long TextMarkupType)
returns a sequence of the text segments of the text markups at the given character index and of the g...
Implement this interface to give read-only access to a text.
Definition XAccessibleText.idl:48
This structure describes a text segment that is embedded in a larger portion of text.
Definition TextSegment.idl:52