C# 클래스 Acrolinx.Demo.Sidebar.TextBoxAdapter

TextBoxAdapter is a sample implementation of IAdapter . The TextBoxAdapter uses UniversalAdapter as base class, which simplifies the implementation since it already does some offset magic to adjust the guessed offsets to the actual offsets of the source.
상속: Acrolinx.Sdk.Sidebar.Util.Adapter.UniversalAdapter
파일 보기 프로젝트 열기: acrolinx/acrolinx-sidebar-demo-dotnet

공개 메소드들

메소드 설명
TextBoxAdapter ( string tagName, TextBox textBox, bool encodeContent ) : System

보호된 메소드들

메소드 설명
ExtractRaw ( ) : string
ReplaceRawRange ( IRange range, string replacement, System.Text.Format format ) : void
SelectRawRange ( IRange range, System.Text.Format format ) : void

메소드 상세

ExtractRaw() 보호된 메소드

protected ExtractRaw ( ) : string
리턴 string

ReplaceRawRange() 보호된 메소드

protected ReplaceRawRange ( IRange range, string replacement, System.Text.Format format ) : void
range IRange
replacement string
format System.Text.Format
리턴 void

SelectRawRange() 보호된 메소드

protected SelectRawRange ( IRange range, System.Text.Format format ) : void
range IRange
format System.Text.Format
리턴 void

TextBoxAdapter() 공개 메소드

public TextBoxAdapter ( string tagName, TextBox textBox, bool encodeContent ) : System
tagName string
textBox System.Windows.Forms.TextBox
encodeContent bool
리턴 System