Interface ITextLine

This interface is a 'helper' interface that is only available on Frames that have be layed out/placed

interface ITextLine {
    baseline: number;
    bounds: Bounds;
    bullet: IBullet;
    runs: ITextRun[];
}

Implemented by

Properties

baseline: number
bounds: Bounds
bullet: IBullet
runs: ITextRun[]