Metin dikey olarak yığılmışsa true, aksi takdirde false değerini döndürür.
Ayrıntılı dokümanlar
getDegrees()
Standart metin yönü ile mevcut metin yönü arasındaki açıyı alır. Soldan sağa metinlerde pozitif açılar saat yönünün tersine doğrudur. Metin dikey olarak yığılacak şekilde ayarlanmışsa bu yöntem 0 değerini döndürür.
Return
Integer: Standart metin rotasyonu ile geçerli metin rotasyonu arasındaki dereceler.
isVertical()
Metin dikey olarak yığılmışsa true, aksi takdirde false değerini döndürür.
Return
Boolean: Metnin dikey olarak yığılmış olup olmadığı.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-12-03 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."]]],[]]