Class TextRotation
TextRotation
セルのテキスト回転設定にアクセスします。
Methods
メソッド | 戻り値の型 | 概要 |
getDegrees() | Integer | 標準のテキストの向きと現在のテキストの向きとの間の角度を取得します。 |
isVertical() | Boolean | テキストが縦方向に積み重ねられている場合は true を返し、それ以外の場合は false を返します。 |
詳細なドキュメント
getDegrees()
標準のテキストの向きと現在のテキストの向きとの間の角度を取得します。左から右へのテキストの場合、正の角度は反時計回りになります。テキストが縦方向にスタックするように設定されている場合、このメソッドは 0
を返します。
リターン
Integer
- 標準のテキストの回転と現在のテキストの回転の間の角度。
isVertical()
テキストが縦方向に積み重ねられている場合は true
を返し、それ以外の場合は false
を返します。
リターン
Boolean
- テキストが垂直方向に積み重ねられるかどうか。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 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."]]],[]]