[[["わかりやすい","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 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. |"]]