|
|
|
IDisplayPointer Interface |
|
IID_IDisplayPointer |
{3050F69E-98B5-11CF-BB82-00AA00BDCE0B} |
|
This interface provides methods that control display pointers, which enable you to mark sections of an HTML document for editing based on the document's on-screen rendering.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IDisplayPointer Methods |
Description |
|
MoveToPoint |
Moves this display pointer to the specified coordinates on a page. |
|
MoveUnit |
Moves a display pointer to the specified position. |
|
PositionMarkupPointer |
Positions a markup pointer at the location of the display pointer to which this interface refers. |
|
MoveToPointer |
Moves this display pointer to the position of another display pointer. |
|
SetPointerGravity |
Sets the pointer gravity for the display pointer. |
|
GetPointerGravity |
Retrieves the pointer gravity for the display pointer. |
|
SetDisplayGravity |
Sets the display gravity for the display pointer. |
|
GetDisplayGravity |
Retrieves the display gravity for the display pointer. |
|
IsPositioned |
Determines whether the display pointer has been positioned. |
|
Unposition |
Sets the display pointer to an unpositioned state. |
|
IsEqualTo |
Determines whether two display pointers specify the same position in the markup of an HTML document. |
|
IsLeftOf |
Determines whether the display pointer this interface refers to is to the left of another one. |
|
IsRightOf |
Determines whether the display pointer this interface refers to is to the right of another one. |
|
IsAtBOL |
Determines whether the display pointer is at the beginning of a line. |
|
MoveToMarkupPointer |
Moves this display pointer to the position of a markup pointer. |
|
ScrollIntoView |
Scrolls the location indicated by the display pointer into view. |
|
GetLineInfo |
Retrieves information about the line that the display pointer is on. |
|
GetFlowElement |
Retrieves the innermost element containing the display pointer that is a flow layout element. |
|
QueryBreaks |
Determines whether a line break or a block break, if any, occurs at the display pointer's location. |
|
MoveToPoint |
|
FUNCTION
IDisplayPointer_MoveToPoint ( _ |
|
MoveUnit |
|
FUNCTION
IDisplayPointer_MoveUnit ( _ |
|
PositionMarkupPointer |
|
FUNCTION
IDisplayPointer_PositionMarkupPointer ( _ |
|
MoveToPointer |
|
FUNCTION
IDisplayPointer_MoveToPointer ( _ |
|
SetPointerGravity |
|
FUNCTION
IDisplayPointer_SetPointerGravity ( _ |
|
GetPointerGravity |
|
FUNCTION
IDisplayPointer_GetPointerGravity ( _ |
|
SetDisplayGravity |
|
FUNCTION
IDisplayPointer_SetDisplayGravity ( _ |
|
GetPointerGravity |
|
FUNCTION
IDisplayPointer_GetDisplayGravity ( _ |
|
IsPositioned |
|
FUNCTION
IDisplayPointer_IsPositioned ( _ |
|
Unposition |
|
FUNCTION
IDisplayPointer_Unposition ( _ |
|
IsEqualTo |
|
FUNCTION
IDisplayPointer_IsEqualTo ( _ |
|
IsLeftOf |
|
FUNCTION
IDisplayPointer_IsLeftOf ( _ |
|
IsRightOf |
|
FUNCTION
IDisplayPointer_IsRightOf ( _ |
|
IsAtBOL |
|
FUNCTION
IDisplayPointer_IsAtBOL ( _ |
|
MoveToMarkupPointer |
|
FUNCTION
IDisplayPointer_MoveToMarkupPointer ( _ |
|
ScrollIntoView |
|
FUNCTION
IDisplayPointer_ScrollIntoView ( _ |
|
GetLineInfo |
|
FUNCTION
IDisplayPointer_GetLineInfo ( _ |
|
GetFlowElement |
|
FUNCTION
IDisplayPointer_GetFlowElement ( _ |
|
QueryBreaks |
|
FUNCTION
IDisplayPointer_QueryBreaks ( _ |
Page last updated on Monday, 03 April 2006 19:43:58 +0200