[[["容易理解","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\u003eSlidePosition\u003c/code\u003e determines the relative position of a slide within a Google Slides presentation.\u003c/p\u003e\n"],["\u003cp\u003eYou can use properties like \u003ccode\u003eNEXT_SLIDE\u003c/code\u003e, \u003ccode\u003ePREVIOUS_SLIDE\u003c/code\u003e, \u003ccode\u003eFIRST_SLIDE\u003c/code\u003e, and \u003ccode\u003eLAST_SLIDE\u003c/code\u003e to specify the desired slide position.\u003c/p\u003e\n"],["\u003cp\u003eTo reference a specific slide position, use the syntax \u003ccode\u003eSlidesApp.SlidePosition.PROPERTY_NAME\u003c/code\u003e, for example, \u003ccode\u003eSlidesApp.SlidePosition.FIRST_SLIDE\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["SlidePosition\n\nThe relative position of a [Slide](/apps-script/reference/slides/slide).\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.SlidePosition.NEXT_SLIDE`. \n\nProperties\n\n| Property | Type | Description |\n|------------------|--------|--------------------------------------|\n| `NEXT_SLIDE` | `Enum` | The next slide. |\n| `PREVIOUS_SLIDE` | `Enum` | The previous slide. |\n| `FIRST_SLIDE` | `Enum` | The first slide in the presentation. |\n| `LAST_SLIDE` | `Enum` | The last slide in the presentation. |"]]