Merge pull request #92508 from bruvzg/rtl_cell_docs
[RTL] Add references to cell and column configuration methods.
This commit is contained in:
commit
036737e53f
@ -335,7 +335,7 @@
|
|||||||
<method name="push_cell">
|
<method name="push_cell">
|
||||||
<return type="void" />
|
<return type="void" />
|
||||||
<description>
|
<description>
|
||||||
Adds a [code skip-lint][cell][/code] tag to the tag stack. Must be inside a [code skip-lint][table][/code] tag. See [method push_table] for details.
|
Adds a [code skip-lint][cell][/code] tag to the tag stack. Must be inside a [code skip-lint][table][/code] tag. See [method push_table] for details. Use [method set_table_column_expand] to set column expansion ratio, [method set_cell_border_color] to set cell border, [method set_cell_row_background_color] to set cell background, [method set_cell_size_override] to override cell size, and [method set_cell_padding] to set padding.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="push_color">
|
<method name="push_color">
|
||||||
@ -492,7 +492,7 @@
|
|||||||
<param index="1" name="inline_align" type="int" enum="InlineAlignment" default="0" />
|
<param index="1" name="inline_align" type="int" enum="InlineAlignment" default="0" />
|
||||||
<param index="2" name="align_to_row" type="int" default="-1" />
|
<param index="2" name="align_to_row" type="int" default="-1" />
|
||||||
<description>
|
<description>
|
||||||
Adds a [code skip-lint][table=columns,inline_align][/code] tag to the tag stack.
|
Adds a [code skip-lint][table=columns,inline_align][/code] tag to the tag stack. Use [method set_table_column_expand] to set column expansion ratio. Use [method push_cell] to add cells.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="push_underline">
|
<method name="push_underline">
|
||||||
|
Loading…
Reference in New Issue
Block a user