Top "Textrange" questions

Represents a selection of content between two TextPointer positions.

Get a range's start and end offset's relative to its parent container

Suppose I have this HTML element: <div id="parent"> Hello everyone! <a>This is my home …

javascript textrange
Highlight text range using JavaScript

I would like to highlight (apply css to) a certain text range, denoted by its start and end position. This …

javascript selection textrange
Javascript: Move caret to last character

I have a textarea and when I click in it I want to move the caret to the last character …

javascript word character caret textrange
How can I change the font color of a TextRange in PowerPoint from C#?

I created a PowerPoint presentation using C#: PowerPoint.Application powerpointApplication; PowerPoint.Presentation pptPresentation; PowerPoint.Slide Slide; // Create an instance of …

c# .net powerpoint office-interop textrange
Inserting text into an editable IFRAME at the caret position (IE)

I'm struggling with an actually straighforward problem: In Internet Explorer I want to insert plain text at the current caret …

javascript internet-explorer iframe textrange