[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-02 UTC."],[[["\u003cp\u003e\u003ccode\u003eAlignmentPosition\u003c/code\u003e determines the alignment of elements.\u003c/p\u003e\n"],["\u003cp\u003eTo use an alignment position, call it using the syntax \u003ccode\u003eSlidesApp.AlignmentPosition.PROPERTY\u003c/code\u003e, substituting the desired property like \u003ccode\u003eCENTER\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAvailable alignment properties include \u003ccode\u003eCENTER\u003c/code\u003e, \u003ccode\u003eHORIZONTAL_CENTER\u003c/code\u003e, and \u003ccode\u003eVERTICAL_CENTER\u003c/code\u003e for aligning elements to the center, horizontal center, and vertical center, respectively.\u003c/p\u003e\n"]]],[],null,["AlignmentPosition\n\nThe alignment position to apply.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nSlidesApp.AlignmentPosition.CENTER`. \n\nProperties\n\n| Property | Type | Description |\n|---------------------|--------|---------------------------------|\n| `CENTER` | `Enum` | Align to the center. |\n| `HORIZONTAL_CENTER` | `Enum` | Align to the horizontal center. |\n| `VERTICAL_CENTER` | `Enum` | Align to the vertical center. |"]]