Lines Matching refs:alignment

5308 function prepareVerticalAlignClass(className, alignment) {
5309 if (className.indexOf(alignment) != -1) {
5314 className += ' ' + alignment;
5319 function prepareHorizontalAlignClass(className, alignment) {
5320 if (className.indexOf(alignment) != -1) {
5325 className += ' ' + alignment;
5345 function align(range, type, alignment, cellDescriptor, propertySetter) {
5347 …applyAlignClassName(range.from.row, range.from.col, type, alignment, cellDescriptor, propertySette…
5351 applyAlignClassName(row, col, type, alignment, cellDescriptor, propertySetter);
5357 function applyAlignClassName(row, col, type, alignment, cellDescriptor, propertySetter) {
5359 var className = alignment;
5363 className = prepareVerticalAlignClass(cellMeta.className, alignment);
5365 className = prepareHorizontalAlignClass(cellMeta.className, alignment);
40484 var alignment = 'htLeft';
40486 this.runHooks('beforeCellAlignment', stateBefore, range, type, alignment);
40487 (0, _utils.align)(range, type, alignment, function (row, col) {
40524 var alignment = 'htCenter';
40526 this.runHooks('beforeCellAlignment', stateBefore, range, type, alignment);
40527 (0, _utils.align)(range, type, alignment, function (row, col) {
40564 var alignment = 'htRight';
40566 this.runHooks('beforeCellAlignment', stateBefore, range, type, alignment);
40567 (0, _utils.align)(range, type, alignment, function (row, col) {
40604 var alignment = 'htJustify';
40606 this.runHooks('beforeCellAlignment', stateBefore, range, type, alignment);
40607 (0, _utils.align)(range, type, alignment, function (row, col) {
40645 var alignment = 'htTop';
40647 this.runHooks('beforeCellAlignment', stateBefore, range, type, alignment);
40648 (0, _utils.align)(range, type, alignment, function (row, col) {
40685 var alignment = 'htMiddle';
40687 this.runHooks('beforeCellAlignment', stateBefore, range, type, alignment);
40688 (0, _utils.align)(range, type, alignment, function (row, col) {
40725 var alignment = 'htBottom';
40727 this.runHooks('beforeCellAlignment', stateBefore, range, type, alignment);
40728 (0, _utils.align)(range, type, alignment, function (row, col) {