C# Класс SIL.FieldWorks.FDO.DomainImpl.ConstChartMovedTextMarkerFactory

Показать файл Открыть проект

Открытые методы

Метод Описание
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