[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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. |"]]