Enum TextBaselineOffset
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
テキストベースラインオフセットテキストの通常の位置からの垂直オフセット。
列挙型を呼び出すには、その親クラス、名前、プロパティを呼び出します。たとえば、
SlidesApp.TextBaselineOffset.SUPERSCRIPT
です。
プロパティ
プロパティ | タイプ | 説明 |
UNSUPPORTED | Enum | サポートされていないテキストのベースライン オフセット。 |
NONE | Enum | テキストが垂直方向にずれていない。 |
SUPERSCRIPT | Enum | テキストが垂直方向に上方にオフセットされます。 |
SUBSCRIPT | Enum | テキストが垂直方向に下方にオフセットされます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003e\u003ccode\u003eTextBaselineOffset\u003c/code\u003e controls the vertical positioning of text relative to its baseline.\u003c/p\u003e\n"],["\u003cp\u003eIt offers four options: \u003ccode\u003eUNSUPPORTED\u003c/code\u003e, \u003ccode\u003eNONE\u003c/code\u003e, \u003ccode\u003eSUPERSCRIPT\u003c/code\u003e (shifts text upwards), and \u003ccode\u003eSUBSCRIPT\u003c/code\u003e (shifts text downwards).\u003c/p\u003e\n"],["\u003cp\u003eTo use it, specify the desired property using the format \u003ccode\u003eSlidesApp.TextBaselineOffset.[Property]\u003c/code\u003e, such as \u003ccode\u003eSlidesApp.TextBaselineOffset.SUPERSCRIPT\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum TextBaselineOffset\n\nTextBaselineOffset\n\nThe text vertical offset from its normal position.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.TextBaselineOffset.SUPERSCRIPT`. \n\n### Properties\n\n| Property | Type | Description |\n|---------------|--------|------------------------------------------------|\n| `UNSUPPORTED` | `Enum` | An text baseline offset that is not supported. |\n| `NONE` | `Enum` | The text is not vertically offset. |\n| `SUPERSCRIPT` | `Enum` | The text is vertically offset upwards. |\n| `SUBSCRIPT` | `Enum` | The text is vertically offset downwards. |"]]