資料列
區塊會定義為輸入的集合,但「轉譯資訊」會決定這些輸入如何拆分為資料列和空格字元資料列。
舉例來說,如果區塊設為「內嵌輸入」,區塊產生的資料列數量會比設為外部輸入內容時包含的資料列少。它的輸入數量相同,但資料列數不同!

Row
Row
是一組不重疊的元素和元素墊片的水平集合。
資料列的邊界取決於屬於該資料列的元素和空格字元,因此其中包含所有元素。
列空格字元
RowSpacer
是介於兩個資料列之間的空白垂直空間。
資料列空格字元的邊界是由算繪資訊本身決定。測量區塊的所有資料列後,算繪資訊會在資料列之間插入所選大小的空格。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間:2023-12-02 (世界標準時間)。"],[[["Blocks are visually arranged using rows and spacers, determined by render info, affecting the block's layout regardless of the number of inputs."],["Rows are horizontal groupings of elements and spacers, with their size determined by the contained elements."],["Row spacers are vertical gaps between rows, with their size dictated by the render info to manage the overall block layout."]]],["Blocks contain inputs, and their visual layout depends on the render info, which structures inputs into rows and spacer rows. Inline inputs create blocks with fewer rows than external inputs, despite having the same number of inputs. A Row consists of elements and element spacers, with its boundaries defined by these components. RowSpacers are empty spaces between rows; the render info determines their size and placement between rows.\n"]]