[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-26 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. |"]]