Class TextParagraph

TextParagraph

أداة تعرض النص وتتيح تنسيق HTML الأساسي

يتوفّر هذا الخيار لإضافات Google Workspace وتطبيقات Google Chat.

var textParagraph = CardService.newTextParagraph()
    .setText("This is a text paragraph widget. Multiple lines are allowed if needed.");

الطُرق

الطريقةنوع الإرجاعوصف قصير
setText(text)TextParagraphلتعيين نص الفقرة.

الوثائق التفصيلية

setText(text)

لتعيين نص الفقرة. مطلوب.

المعلمات

الاسمالنوعالوصف
textStringالنص المطلوب عرضه.

الإرجاع

TextParagraph — هذا العنصر، للتسلسل.