Enum TextAlignment

محاذاة النص

تعداد لنوع محاذاة النص.

// Make the first character in the first paragraph be superscript.
var text = DocumentApp.getActiveDocument().getBody().getParagraphs()[0].editAsText();
text.setTextAlignment(0, 0, DocumentApp.TextAlignment.SUPERSCRIPT);

أماكن إقامة

الخاصيةالنوعالوصف
NORMALEnumمحاذاة النص العادية.
SUPERSCRIPTEnumمحاذاة النص فوقي.
SUBSCRIPTEnumمحاذاة النص الفرعي.