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

Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method 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 method

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'
return IConstChartMovedTextMarker