C# 클래스 SIL.FieldWorks.SharpViews.Paragraphs.TextClientRun

Used for things in a paragraph that contain text. Abstracts the behavior of TsString and ordinary strings that is important for paragraph layout.
상속: IClientRun
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
CharacterStyleNameAt ( int index ) : string
SelectAt ( ParaBox para, int ichRun, bool associatePrevious ) : InsertionPoint

Return an insertion point at specified position in THIS RUN within the paragraph.

SelectAtEnd ( ParaBox para ) : InsertionPoint

Return an insertion point at the end of the specified paragraph

SelectAtStart ( ParaBox para ) : InsertionPoint

Return an insertion point at the start of the specified paragraph (of which this is the first run)

UniformRunLength ( int irun ) : int
UniformRunStart ( int irun ) : int
UniformRunStyles ( int irun ) : AssembledStyles
UniformRunText ( int irun ) : string
WritingSystemAt ( int index ) : int

메소드 상세

CharacterStyleNameAt() 공개 메소드

public CharacterStyleNameAt ( int index ) : string
index int
리턴 string

SelectAt() 공개 메소드

Return an insertion point at specified position in THIS RUN within the paragraph.
public SelectAt ( ParaBox para, int ichRun, bool associatePrevious ) : InsertionPoint
para ParaBox
ichRun int
associatePrevious bool
리턴 SIL.FieldWorks.SharpViews.Selections.InsertionPoint

SelectAtEnd() 공개 메소드

Return an insertion point at the end of the specified paragraph
public SelectAtEnd ( ParaBox para ) : InsertionPoint
para ParaBox
리턴 SIL.FieldWorks.SharpViews.Selections.InsertionPoint

SelectAtStart() 공개 메소드

Return an insertion point at the start of the specified paragraph (of which this is the first run)
public SelectAtStart ( ParaBox para ) : InsertionPoint
para ParaBox
리턴 SIL.FieldWorks.SharpViews.Selections.InsertionPoint

UniformRunLength() 공개 추상적인 메소드

public abstract UniformRunLength ( int irun ) : int
irun int
리턴 int

UniformRunStart() 공개 추상적인 메소드

public abstract UniformRunStart ( int irun ) : int
irun int
리턴 int

UniformRunStyles() 공개 추상적인 메소드

public abstract UniformRunStyles ( int irun ) : AssembledStyles
irun int
리턴 AssembledStyles

UniformRunText() 공개 추상적인 메소드

public abstract UniformRunText ( int irun ) : string
irun int
리턴 string

WritingSystemAt() 공개 메소드

public WritingSystemAt ( int index ) : int
index int
리턴 int