|
|
|
IMarkupTextFrags Interface |
|
IID_IMarkupTextFrags |
{3050F5FA-98B5-11CF-BB82-00AA00BDCE0B} |
|
This interface provides methods that enable you to insert and remove text from a markup container that is not a part of the actual markup in the container. These text fragments are attached to the content of a markup container, but are not a part of the container itself. They are not represented in the tree for the document. They are, however, saved to the document when the document is saved (for instance, by sending the command IDM_SAVE or IDM_SAVEAS through the IOleCommandTarget interface).
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IMarkupTextFrags Method |
Description |
|
GetTextFragCount |
Retrieves a count of the markup text fragments in a markup container. |
|
GetTextFrag |
Retrieves the text fragment for a specified index and positions a markup pointer at the fragment's location. |
|
RemoveTextFrag |
Removes the specified markup text fragment. |
|
InsertTextFrag |
Inserts a new markup text fragment at a specified markup pointer. |
|
FindTextFragFromMarkupPointer |
Looks for a markup text fragment at the location of a specified markup pointer. |
|
GetTextFragCount |
|
FUNCTION
IMarkupTextFrags_GetTextFragCount ( _ |
|
GetTextFrag |
|
FUNCTION
IMarkupTextFrags_GetTextFrag ( _ |
|
RemoveTextFrag |
|
FUNCTION
IMarkupTextFrags_RemoveTextFrag ( _ |
|
InsertTextFrag |
|
FUNCTION
IMarkupTextFrags_InsertTextFrag ( _ |
|
FindTextFragFromMarkupPointer |
|
FUNCTION
IMarkupTextFrags_FindTextFragFromMarkupPointer
( _ |
Page last updated on Monday, 03 April 2006 20:01:04 +0200