[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\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,["TextBaselineOffset\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\nProperties\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. |"]]