تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
blockly > blockRendering > الصف > endsWithElemSpacer
setRendering.Row.endsWithElemSpacer() طريقة
تحدّد ما إذا كان يجب أن ينتهي هذا الصف بفاصل عنصر.
Signature:
endsWithElemSpacer(): boolean;
المرتجعات:
منطقي
لتحديد ما إذا كان يجب أن ينتهي الصف بفاصل.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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"]],["تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `endsWithElemSpacer()` method is part of Blockly's block rendering system and specifically belongs to the `blockRendering.Row` class."],["This method is used to determine if a row in a rendered block should conclude with an element spacer, influencing the visual layout of the block."],["The method returns a boolean value (`true` or `false`) indicating whether an element spacer is required at the end of the row."]]],["The `endsWithElemSpacer()` method, part of the `blockRendering.Row` class, checks if a row in a block rendering should conclude with an element spacer. It returns a boolean value indicating whether a spacer should be placed at the end of the row. The method's primary function is to determine the presence of a trailing spacer within the row's rendering.\n"]]