با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
صفت
شمارشی از ویژگی های عنصر.
برای فراخوانی یک enum، کلاس والد، نام و ویژگی آن را فراخوانی می کنید. برای مثال، DocumentApp.Attribute.BACKGROUND_COLOR .
از ویژگی ها برای نوشتن سبک های سفارشی استفاده کنید. به عنوان مثال:
// Define a style with yellow background.consthighlightStyle={};highlightStyle[DocumentApp.Attribute.BACKGROUND_COLOR]='#FFFF00';highlightStyle[DocumentApp.Attribute.BOLD]=true;// Insert "Hello", highlighted.DocumentApp.getActiveDocument().getActiveTab().asDocumentTab().editAsText().insertText(0,'Hello\n').setAttributes(0,4,highlightStyle);
خواص
اموال
تایپ کنید
توضیحات
BACKGROUND_COLOR
Enum
رنگ پس زمینه یک عنصر (پاراگراف، جدول و غیره) یا سند.
BOLD
Enum
تنظیم وزن فونت، برای متن غنی.
BORDER_COLOR
Enum
رنگ حاشیه، برای عناصر جدول.
BORDER_WIDTH
Enum
عرض حاشیه در نقاط، برای عناصر جدول.
CODE
Enum
محتویات کد، برای عناصر معادله.
FONT_FAMILY
Enum
تنظیم خانواده فونت، برای متن غنی.
FONT_SIZE
Enum
تنظیم اندازه فونت در نقاط، برای متن غنی.
FOREGROUND_COLOR
Enum
تنظیم رنگ پیش زمینه، برای متن غنی.
HEADING
Enum
نوع عنوان، برای عناصر پاراگراف (به عنوان مثال، Document App.ParagraphHeading.HEADING1 ).
HEIGHT
Enum
تنظیم ارتفاع، برای عناصر تصویر.
HORIZONTAL_ALIGNMENT
Enum
تراز افقی، برای عناصر پاراگراف (به عنوان مثال، Document App.HorizontalAlignment.CENTER ).
INDENT_END
Enum
تنظیم تورفتگی انتهایی در نقاط، برای عناصر پاراگراف.
INDENT_FIRST_LINE
Enum
تنظیم تورفتگی خط اول در نقاط، برای عناصر پاراگراف.
INDENT_START
Enum
تنظیم تورفتگی شروع در نقاط، برای عناصر پاراگراف.
ITALIC
Enum
تنظیم سبک فونت، برای متن غنی.
GLYPH_TYPE
Enum
نوع علامت، برای عناصر آیتم لیست.
LEFT_TO_RIGHT
Enum
تنظیم جهت متن، برای متن غنی.
LINE_SPACING
Enum
تنظیم فاصله خطوط به عنوان ضریب، برای عناصر پاراگراف.
LINK_URL
Enum
URL پیوند، برای متن غنی. سبک پیوند پیش فرض (رنگ پیش زمینه، زیر خط) به طور خودکار اعمال می شود.
LIST_ID
Enum
شناسه فهرست شامل، برای عناصر مورد فهرست.
MARGIN_BOTTOM
Enum
تنظیم حاشیه پایین در نقاط، برای عناصر پاراگراف.
MARGIN_LEFT
Enum
تنظیم حاشیه سمت چپ در نقاط، برای عناصر پاراگراف.
MARGIN_RIGHT
Enum
تنظیم حاشیه سمت راست در نقاط، برای عناصر پاراگراف.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003e\u003ccode\u003eDocumentApp.Attribute\u003c/code\u003e enumerates element attributes that can be used to define custom styles for Google Docs elements.\u003c/p\u003e\n"],["\u003cp\u003eAttributes are accessed by calling the parent class, name, and property such as \u003ccode\u003eDocumentApp.Attribute.BACKGROUND_COLOR\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eYou can apply custom styles to elements within a Google Doc by defining a style object and setting attributes like background color, font weight, etc.\u003c/p\u003e\n"],["\u003cp\u003eA comprehensive list of available attributes and their descriptions is provided to allow detailed element styling.\u003c/p\u003e\n"]]],[],null,["# Enum Attribute\n\nAttribute\n\nAn enumeration of the element attributes.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nDocumentApp.Attribute.BACKGROUND_COLOR`.\n\nUse attributes to compose custom styles. For example:\n\n```javascript\n// Define a style with yellow background.\nconst highlightStyle = {};\nhighlightStyle[DocumentApp.Attribute.BACKGROUND_COLOR] = '#FFFF00';\nhighlightStyle[DocumentApp.Attribute.BOLD] = true;\n\n// Insert \"Hello\", highlighted.\nDocumentApp.getActiveDocument()\n .getActiveTab()\n .asDocumentTab()\n .editAsText()\n .insertText(0, 'Hello\\n')\n .setAttributes(0, 4, highlightStyle);\n``` \n\n### Properties\n\n| Property | Type | Description |\n|------------------------|--------|-------------------------------------------------------------------------------------------------------------|\n| `BACKGROUND_COLOR` | `Enum` | The background color of an element (Paragraph, Table, etc) or document. |\n| `BOLD` | `Enum` | The font weight setting, for rich text. |\n| `BORDER_COLOR` | `Enum` | The border color, for table elements. |\n| `BORDER_WIDTH` | `Enum` | The border width in points, for table elements. |\n| `CODE` | `Enum` | The code contents, for equation elements. |\n| `FONT_FAMILY` | `Enum` | The font family setting, for rich text. |\n| `FONT_SIZE` | `Enum` | The font size setting in points, for rich text. |\n| `FOREGROUND_COLOR` | `Enum` | The foreground color setting, for rich text. |\n| `HEADING` | `Enum` | The heading type, for paragraph elements (for example, `Document``App.ParagraphHeading.HEADING1`). |\n| `HEIGHT` | `Enum` | The height setting, for image elements. |\n| `HORIZONTAL_ALIGNMENT` | `Enum` | The horizontal alignment, for paragraph elements (for example, `Document``App.HorizontalAlignment.CENTER`). |\n| `INDENT_END` | `Enum` | The end indentation setting in points, for paragraph elements. |\n| `INDENT_FIRST_LINE` | `Enum` | The first line indentation setting in points, for paragraph elements. |\n| `INDENT_START` | `Enum` | The start indentation setting in points, for paragraph elements. |\n| `ITALIC` | `Enum` | The font style setting, for rich text. |\n| `GLYPH_TYPE` | `Enum` | The glyph type, for list item elements. |\n| `LEFT_TO_RIGHT` | `Enum` | The text direction setting, for rich text. |\n| `LINE_SPACING` | `Enum` | The line spacing setting as a multiplier, for paragraph elements. |\n| `LINK_URL` | `Enum` | The link URL, for rich text. The default link style (foreground color, underline) is automatically applied. |\n| `LIST_ID` | `Enum` | The ID of the encompassing list, for list item elements. |\n| `MARGIN_BOTTOM` | `Enum` | The bottom margin setting in points, for paragraph elements. |\n| `MARGIN_LEFT` | `Enum` | The left margin setting in points, for paragraph elements. |\n| `MARGIN_RIGHT` | `Enum` | The right margin setting in points, for paragraph elements. |\n| `MARGIN_TOP` | `Enum` | The top margin setting in points, for paragraph elements. |\n| `NESTING_LEVEL` | `Enum` | The item nesting level, for list item elements. |\n| `MINIMUM_HEIGHT` | `Enum` | The minimum height setting in points, for table row elements. |\n| `PADDING_BOTTOM` | `Enum` | The bottom padding setting in points, for table cell elements. |\n| `PADDING_LEFT` | `Enum` | The left padding setting in points, for table cell elements. |\n| `PADDING_RIGHT` | `Enum` | The right padding setting in points, for table cell elements. |\n| `PADDING_TOP` | `Enum` | The top padding setting in points, for table cell elements. |\n| `PAGE_HEIGHT` | `Enum` | The page height setting in points, for documents. |\n| `PAGE_WIDTH` | `Enum` | The page width setting in points, for documents. |\n| `SPACING_AFTER` | `Enum` | The bottom spacing setting in points, for paragraph elements. |\n| `SPACING_BEFORE` | `Enum` | The top spacing setting in points, for paragraph elements. |\n| `STRIKETHROUGH` | `Enum` | The strike-through setting, for rich text. |\n| `UNDERLINE` | `Enum` | The underline setting, for rich text. |\n| `VERTICAL_ALIGNMENT` | `Enum` | The vertical alignment setting, for table cell elements. |\n| `WIDTH` | `Enum` | The width setting, for table cell and image elements. |"]]