[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLTxtRange

IHTMLTxtRange Interface

IHTMLTxtRange interface.

Namespace: C1.Win.C1Editor.Internal.HTML
Assembly: C1.Win.C1Editor.4.8.dll
Syntax
[Guid("3050F220-98B5-11CF-BB82-00AA00BDCE0B")]
[InterfaceType(ComInterfaceType.InterfaceIsIDispatch)]
public interface IHTMLTxtRange

Properties

Name Description
htmlText

htmlText property of IHTMLTxtRange interface.

text

text property of IHTMLTxtRange interface.

Methods

Name Description
collapse(bool)

collapse method of IHTMLTxtRange interface.

compareEndPoints(string, IHTMLTxtRange)

compareEndPoints method of IHTMLTxtRange interface.

duplicate()

duplicate method of IHTMLTxtRange interface.

execCommand(string, bool, object)

execCommand method of IHTMLTxtRange interface.

execCommandShowHelp(string)

execCommandShowHelp method of IHTMLTxtRange interface.

expand(string)

expand method of IHTMLTxtRange interface.

findText(string, int, int)

findText method of IHTMLTxtRange interface.

getBookmark()

getBookmark method of IHTMLTxtRange interface.

inRange(IHTMLTxtRange)

inRange method of IHTMLTxtRange interface.

isEqual(IHTMLTxtRange)

isEqual method of IHTMLTxtRange interface.

move(string, int)

move method of IHTMLTxtRange interface.

moveEnd(string, int)

moveEnd method of IHTMLTxtRange interface.

moveStart(string, int)

moveStart method of IHTMLTxtRange interface.

moveToBookmark(string)

moveToBookmark method of IHTMLTxtRange interface.

moveToElementText(IHTMLElement)

moveToElementText method of IHTMLTxtRange interface.

moveToPoint(int, int)

moveToPoint method of IHTMLTxtRange interface.

parentElement()

parentElement method of IHTMLTxtRange interface.

pasteHTML(string)

pasteHTML method of IHTMLTxtRange interface.

queryCommandEnabled(string)

queryCommandEnabled method of IHTMLTxtRange interface.

queryCommandIndeterm(string)

queryCommandIndeterm method of IHTMLTxtRange interface.

queryCommandState(string)

queryCommandState method of IHTMLTxtRange interface.

queryCommandSupported(string)

queryCommandSupported method of IHTMLTxtRange interface.

queryCommandText(string)

queryCommandText method of IHTMLTxtRange interface.

queryCommandValue(string)

queryCommandValue method of IHTMLTxtRange interface.

scrollIntoView(bool)

scrollIntoView method of IHTMLTxtRange interface.

select()

select method of IHTMLTxtRange interface.

setEndPoint(string, IHTMLTxtRange)

setEndPoint method of IHTMLTxtRange interface.