C# 클래스 Npp, 3P

파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddText void
AppendText void
DeleteRange void
GetCharAt int

비공개 메소드들

메소드 설명
AddText ( string text ) : void

Inserts the specified text at the current caret position.

The caret position is set to the end of the inserted text, but it is not scrolled into view.

AppendText ( string text ) : void

Adds the specified text to the end of the document.

The current selection is not changed and the new text is not scrolled into view.

DeleteRange ( int position, int length ) : void

Deletes a range of text from the document.

GetCharAt ( int position ) : int

Returns the character as the specified document position.