[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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,["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. |"]]