Interface ISynchronizableCell
Describes a piece of document content (a segment, a paragraph unit, ...) that can be passed to the Layout Synchronizer. Typically this content is represented by some kind of cell in the layout.
Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public interface ISynchronizableCell
Properties
ContentHeight
Height of the content shown in the cell.
Declaration
int ContentHeight { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Row
The row in the document this cell belongs to.
Declaration
IRowInfo Row { get; set; }
Property Value
Type | Description |
---|---|
IRowInfo |
Remarks
This can be null
if the cell does not map to document content.