Ellié Computing Home Page
My Shopping Cart

Your shopping cart is empty

Display Cart

Call us at +1 586 62 ELLIE / +1 586 62 35543 Office Opened
sales@elliecomputing.com - Contact us


TextDocument.InlineDifference object

 

 

Prototype for TextDocument.InlineDifference objects

Syntax

You cannot create these objects. You can just access them as accessed from TextDocument.Difference.inline_differences property.

Parameters

none.

Property Of

none.

Implemented In

ECMerge 2.1

Description

TextDocument.InlineDifference objects describes a difference between two sides at the character level.

Properties

none. 

Methods

 characters

Examples

none. 

See Also

TextDocument object, TextDocument.InlineDifference object

Method characters

Syntax

function characters ( role )
returns a LinearRange

Parameters

role. String. "source" or "target".

Method Of

TextDocument.InlineDifference object.

Implemented In

ECMerge 2.1

Description

Returns the range of characters encompassed by the difference for the given role.

See Also 

 TextDocument.Difference object, TextDocument.InlineDifference object