C# Class 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.
Inheritance: IClientRun
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

CharacterStyleNameAt() public méthode

public CharacterStyleNameAt ( int index ) : string
index int
Résultat string

SelectAt() public méthode

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
Résultat SIL.FieldWorks.SharpViews.Selections.InsertionPoint

SelectAtEnd() public méthode

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

SelectAtStart() public méthode

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
Résultat SIL.FieldWorks.SharpViews.Selections.InsertionPoint

UniformRunLength() public abstract méthode

public abstract UniformRunLength ( int irun ) : int
irun int
Résultat int

UniformRunStart() public abstract méthode

public abstract UniformRunStart ( int irun ) : int
irun int
Résultat int

UniformRunStyles() public abstract méthode

public abstract UniformRunStyles ( int irun ) : AssembledStyles
irun int
Résultat AssembledStyles

UniformRunText() public abstract méthode

public abstract UniformRunText ( int irun ) : string
irun int
Résultat string

WritingSystemAt() public méthode

public WritingSystemAt ( int index ) : int
index int
Résultat int