Restituisce true se il testo è impilato verticalmente; altrimenti restituisce false.
Documentazione dettagliata
getDegrees()
Restituisce l'angolo tra l'orientamento del testo standard e l'orientamento del testo corrente. Per
il testo da sinistra a destra, gli angoli positivi sono orientati in senso antiorario. Se il testo è impostato
in verticale, questo metodo restituisce 0.
Ritorni
Integer: i gradi tra la rotazione standard del testo e la rotazione del testo corrente.
isVertical()
Restituisce true se il testo è impilato verticalmente; altrimenti restituisce false.
Ritorni
Boolean: determina se il testo è impilato o meno in verticale.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2023-12-01 UTC."],[[["`TextRotation` allows you to control the rotation settings of text within a cell."],["You can access the angle of rotation using `getDegrees()` and check for vertical stacking using `isVertical()`."],["`getDegrees()` returns an integer representing the angle, while `isVertical()` returns a boolean indicating vertical or horizontal orientation."]]],[]]