C# 클래스 SIL.FieldWorks.SharpViews.MultiLineInsertData

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 프로퍼티들

프로퍼티 타입 설명
Selection Selection

공개 메소드들

메소드 설명
MultiLineInsertData ( Selection whereToInsert, List stringToInsert, List styles ) : System
MultiLineInsertData ( Selection whereToInsert, string stringToInsert, List styles ) : System

비공개 메소드들

메소드 설명
AdvancePastLineBreak ( int offset, string input ) : int

Offset is the index of \r or \n in input. Return index + 1 unless we find a \r\n sequence exactly at index.

BackPastLineBreak ( int offset, string input ) : int

Offset is the index of the character after \r or \n in input. Return index -1 unless we find a \r\n sequence ending exactly at the character before index.

메소드 상세

MultiLineInsertData() 공개 메소드

public MultiLineInsertData ( Selection whereToInsert, List stringToInsert, List styles ) : System
whereToInsert SIL.FieldWorks.SharpViews.Selections.Selection
stringToInsert List
styles List
리턴 System

MultiLineInsertData() 공개 메소드

public MultiLineInsertData ( Selection whereToInsert, string stringToInsert, List styles ) : System
whereToInsert SIL.FieldWorks.SharpViews.Selections.Selection
stringToInsert string
styles List
리턴 System

프로퍼티 상세

Selection 공개적으로 프로퍼티

public Selection Selection
리턴 Selection