Home
last modified time | relevance | path

Searched refs:textRotation (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DCellFormat.php186 public function setTextRotation(TextRotation $textRotation) argument
188 $this->textRotation = $textRotation;
195 return $this->textRotation;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js20591 textRotation: function textRotation(value) {
20619 toXml: function toXml(textRotation) {
20620 textRotation = validation.textRotation(textRotation);
20622 if (textRotation) {
20623 if (textRotation === 'vertical') {
20627 var tr = Math.round(textRotation);
20640 toModel: function toModel(textRotation) {
20641 var tr = utils.validInt(textRotation);
20691 add('textRotation', textRotationXform.toXml(model.textRotation));
20719 …add(node.attributes.textRotation, 'textRotation', textRotationXform.toModel(node.attributes.textRo…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs10923 if(y.textRotation != null) alignment.textRotation = y.textRotation;
/plugin/openlayersmap/ol7/
H A Dol.js.map