Die Inhaltsausrichtungen für Shape oder TableCell. Die unterstützten Ausrichtungen entsprechen vordefinierten Textankertypen aus dem ECMA-376-Standard.
Um eine Enum aufzurufen, rufen Sie ihre übergeordnete Klasse, ihren Namen und ihre Eigenschaft auf. Beispiel:
SlidesApp.ContentAlignment.TOP.
Attribute
Property
Typ
Beschreibung
UNSUPPORTED
Enum
Eine Inhaltsausrichtung, die nicht unterstützt wird.
TOP
Enum
Richtet den Inhalt am oberen Rand des Inhaltshalters aus. Entspricht ECMA-376 ST_TextAnchoringType "t".
MIDDLE
Enum
Der Inhalt wird an der Mitte des Inhaltshalters ausgerichtet. Entspricht ECMA-376 ST_TextAnchoringType 'ctr'.
BOTTOM
Enum
Der Inhalt wird am unteren Rand des Inhaltshalters ausgerichtet. Entspricht ECMA-376 ST_TextAnchoringType "b".
[null,null,["Zuletzt aktualisiert: 2023-12-01 (UTC)."],[[["ContentAlignment refers to how content is positioned within a Shape or TableCell, like top, middle, or bottom."],["These alignments are based on standard text anchoring types defined in ECMA-376."],["You can use `SlidesApp.ContentAlignment` followed by the specific alignment (e.g., `TOP`, `MIDDLE`) to set the desired positioning in your code."]]],[]]