ChangePosition Object (IChangePosition Interface)
This object represents the place in the document where a change begins or ends. For a text change, you can get the exact symbol in the text where the change begins or ends.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
BlockNumber | int, read-only | Returns the index of the text block in the page layout. This property is used for the text changes only. |
PageIndex | int, read-only | Returns the page index. |
ParagraphIndex | int, read-only | Returns the index of the paragraph in the text block. This property is used for the text changes only. |
SymbolIndex | int, read-only | Returns the index of the symbol in the text block. This property is used for the text changes only. |
Related objects
Samples
The object is used in the Document Comparison sample.
See also
7/3/2024 8:50:25 AM