C# 클래스 SIL.FieldWorks.FDO.DomainImpl.ConstChartMovedTextMarkerFactory

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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).

메소드 상세

Create() 공개 메소드

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'
리턴 IConstChartMovedTextMarker