C# Class SIL.FieldWorks.FDO.DomainImpl.ConstChartMovedTextMarkerFactory

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
Create ( IConstChartRow row, int insertAt, ICmPossibility column, bool fPreposed, IConstChartWordGroup wordGroup ) : IConstChartMovedTextMarker

Creates a new Chart Moved Text Marker (shows where some text was moved from).

Method Details

Create() public méthode

Creates a new Chart Moved Text Marker (shows where some text was moved from).
public Create ( IConstChartRow row, int insertAt, ICmPossibility column, bool fPreposed, IConstChartWordGroup wordGroup ) : IConstChartMovedTextMarker
row IConstChartRow
insertAt int
column ICmPossibility
fPreposed bool True if the CCWG was 'moved' earlier than its 'normal' position
wordGroup IConstChartWordGroup The CCWG that was 'moved'
Résultat IConstChartMovedTextMarker