Lines Matching refs:endingCell
68484 this.endingCell = null;
68507 endingCell: this.endingCell,
68514 DocumentContext.prototype.beginColumn = function (width, offset, endingCell) {
68519 this.endingCell = endingCell;
68530 if (this.endingCell) {
68531 this.saveContextInEndingCell(this.endingCell);
68532 this.endingCell = null;
68538 DocumentContext.prototype.markEnding = function (endingCell) {
68539 this.page = endingCell._columnEndingContext.page;
68540 this.x = endingCell._columnEndingContext.x;
68541 this.y = endingCell._columnEndingContext.y;
68542 this.availableWidth = endingCell._columnEndingContext.availableWidth;
68543 this.availableHeight = endingCell._columnEndingContext.availableHeight;
68544 this.lastColumnWidth = endingCell._columnEndingContext.lastColumnWidth;
68547 DocumentContext.prototype.saveContextInEndingCell = function (endingCell) {
68548 endingCell._columnEndingContext = {
68563 this.endingCell = null;
68640 endingCell: this.endingCell,
68653 this.endingCell = saved.endingCell;