ITextImageVersion Interface

Definition

Describes a version of an ITextImage.

public interface class ITextImageVersion
public interface ITextImageVersion
type ITextImageVersion = interface
Public Interface ITextImageVersion

Properties

Changes

Gets the text changes that produce the next version. Returns null if and only if this is the most recent version of its ITextImage.

Identifier

A unique identifier associated with a version and all versions derived from it.

Length

Gets the length in characters of this ITextImageVersion.

Next

Gets the next ITextImageVersion. Returns null if and only if this is the most recent version of its ITextImage.

ReiteratedVersionNumber

Gets the oldest version number for which all text changes between that version and this version have been canceled out by corresponding undo/redo operations.

VersionNumber

The version number for this version.

Methods

TrackTo(VersionedPosition, PointTrackingMode)

Translate a position in another ITextImageVersion to this ITextImageVersion.

TrackTo(VersionedSpan, SpanTrackingMode)

Translate a span in another ITextImageVersion to this ITextImageVersion.

Applies to