Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Delete tag disabled parameter description #359

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/More-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ title: Tags list
| ColsFit | | workbook<br>worksheet<br>worksheetCol<br>range<br>rangeCol<br>cell | Causes automatic alignment of column widths by value in the cells of the columns of the entire report (if specified for the report), the sheet (if specified for the sheet), the entire sheet column (if specified on the first line of the sheet), the range (if specified for the range), the range column (if specified in the options line) or for one cell. If specified for the sheet and for the range on this sheet, it is only called for the sheet. The same principle is applied from the greater to the less for the remaining cases.
| RowsFit | | workbook<br>worksheet<br>worksheetRow<br>range<br>rangeCol<br>cell | Causes automatic alignment of row height by value in the cells of the rows of the entire report (if specified for the report), the sheet (if specified for the sheet), the entire row of the sheet (if specified on the first column of the sheet), the range (if specified for the range) or for one cell. If specified for the sheet and for the range on this sheet, it is only called for the sheet. The same principle is applied from the greater to the less for the remaining cases.
| Hidden, Hide | | worksheet | Hides the sheet for which it is specified. In the case of debugging the report, produces a "soft" hiding, which makes the sheet visible.
| Delete | | worksheet<br>worksheetRow<br>worksheetCol<br>rangeCol | Removes a sheet, a row/column of a sheet, or an range column, depending on where the tag is located.
| Delete | disabled=`<string>` | worksheet<br>worksheetRow<br>worksheetCol<br>rangeCol | Removes a sheet, a row/column of a sheet, or an range column, depending on where the tag is located. <br> The `disabled` option allows to disable `Delete` tag execution. Deletion will be performed if the tag is empty or has one of the values: `false`, `ложь`, `no`, `not`, `null`, `0`, `0.0`, `0,0`, `-`. In other cases of applying the `disabled` parameter, the tag will be ignored.
| PageOptions | Wide=`<int>`<br>Tall=`<int>`<br>Landscape | workbook<br>worksheet | Specifies the page parameters for printing, adjusting the width of the sheet with the parameter `Wide`, the height of the sheet with the parameter` Tall` and the orientation of the sheet with the parameter `Landscape`
2 changes: 1 addition & 1 deletion docs/ru/More-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ title: Список тэгов
| ColsFit | | workbook<br>worksheet<br>worksheetCol<br>range<br>rangeCol<br>cell | Вызывает автоматическое выравнивание ширины столбцов по значению в ячейках столбцов всего отчета (если указан для отчета), листа (если указан для листа), колонке всего листа (если указан в первой строке листа), области (если указан для области), колонке области (если указан в строке опций) либо для одной ячейки. В случае если указан для листа и для области на этом листе, вызывается только для листа. Тот же принцип от большего к меньшему применяется и для остальных случаев.
| RowsFit | | workbook<br>worksheet<br>worksheetRow<br>range<br>rangeCol<br>cell | Вызывает автоматическое выравнивание высоты строк по значению в ячейках строк всего отчета (если указан для отчета), листа (если указан для листа), колонке всего листа (если указан в первой строке листа), области (если указан для области), колонке области (если указан в строке опций) либо для одной ячейки. В случае если указан для листа и для области на этом листе, вызывается только для листа. Тот же принцип от большего к меньшему применяется и для остальных случаев.
| Hidden, Hide | | worksheet | Скрывает лист, для которого он указана. В случае отладки отчета, производит «мягкое» скрытие, позволяющее сделать лист видимым.
| Delete | | worksheet<br>worksheetRow<br>worksheetCol<br>rangeCol | Удаляет лист, строку/колонку листа либо колонку области, в зависимости от того, где тэг расположен.
| Delete | disabled=`<string>` | worksheet<br>worksheetRow<br>worksheetCol<br>rangeCol | Удаляет лист, строку/колонку листа либо колонку области, в зависимости от того, где тэг расположен. <br> Параметр `disabled` позволяет отключить выполнение тэга `Delete`. Удаление выполнится, если тэг пустой или имеет одно из значений: `false`, `ложь`, `no`, `not`, `null`, `0`, `0.0`, `0,0`, `-`. В остальных случаях применения параметра `disabled` тэг будет игнорироваться.
| PageOptions | Wide=`<int>`<br>Tall=`<int>`<br>Landscape | workbook<br>worksheet | Задаёт параметры страницы при печати, настраивая ширину листа параметром `Wide`, высоту листа параметром `Tall` и ориентацию листа параметром `Landscape`