C# 클래스 UiaAtkBridge.TextProviderTextImplementor

상속: BaseTextImplementor
파일 보기 프로젝트 열기: mono/uia2atk

공개 메소드들

메소드 설명
AddSelection ( int startOffset, int endOffset ) : bool
GetRunAttributes ( int offset, int &startOffset, int &endOffset ) : Atk.Attribute[]
GetSelection ( int selectionNum, int &startOffset, int &endOffset ) : string
RemoveSelection ( int selectionNum ) : bool
SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool
TextProviderTextImplementor ( Adapter resource, ITextProvider textProvider ) : System

비공개 메소드들

메소드 설명
AddTextAttribute ( CG attrs, Atk atkAttr, ITextRangeProvider textRange ) : void
GetAttributesInRange ( int start, int end ) : Atk.Attribute[]
GetTextRange ( int start, int end ) : ITextRangeProvider
IsAttrNotNullOrMultiValued ( int providerAttrId, ITextRangeProvider prov, object &val ) : bool

메소드 상세

AddSelection() 공개 메소드

public AddSelection ( int startOffset, int endOffset ) : bool
startOffset int
endOffset int
리턴 bool

GetRunAttributes() 공개 메소드

public GetRunAttributes ( int offset, int &startOffset, int &endOffset ) : Atk.Attribute[]
offset int
startOffset int
endOffset int
리턴 Atk.Attribute[]

GetSelection() 공개 메소드

public GetSelection ( int selectionNum, int &startOffset, int &endOffset ) : string
selectionNum int
startOffset int
endOffset int
리턴 string

RemoveSelection() 공개 메소드

public RemoveSelection ( int selectionNum ) : bool
selectionNum int
리턴 bool

SetSelection() 공개 메소드

public SetSelection ( int selectionNum, int startOffset, int endOffset ) : bool
selectionNum int
startOffset int
endOffset int
리턴 bool

TextProviderTextImplementor() 공개 메소드

public TextProviderTextImplementor ( Adapter resource, ITextProvider textProvider ) : System
resource Adapter
textProvider ITextProvider
리턴 System