تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-24 بهوقت ساعت هماهنگ جهانی."],[[["\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,["# Enum SlidePosition\n\nSlidePosition\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\n### Properties\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. |"]]