8000 Merge pull request #1557 from gabriel-leal-de-almeida/patch-1 · vitorhonna/server-client-python@0374c67 · GitHub
  • [go: up one dir, main page]

    Skip to content

    Commit 0374c67

    Browse files
    authored
    Merge pull request tableau#1557 from gabriel-leal-de-almeida/patch-1
    feat: add PageType.Unspecified to docs
    2 parents bb55e09 + 273e055 commit 0374c67

    File tree

    1 file changed

    +1
    -1
    lines changed

    1 file changed

    +1
    -1
    lines changed

    docs/api-ref.md

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -2812,7 +2812,7 @@ Use this class to specify the format of the PDF that is returned for the view. O
    28122812

    28132813
    Name | Description
    28142814
    :--- | :---
    2815-
    `page_type` | The type of page returned in PDF format for the view. The page_type is set using the `PageType` class: <br> `PageType.A3`<br> `PageType.A4`<br> `PageType.A5`<br> `PageType.B5`<br> `PageType.Executive`<br> `PageType.Folio`<br> `PageType.Ledger`<br> `PageType.Legal`<br> `PageType.Letter`<br> `PageType.Note`<br> `PageType.Quarto`<br> `PageType.Tabloid`
    2815+
    `page_type` | The type of page returned in PDF format for the view. The page_type is set using the `PageType` class: <br> `PageType.A3`<br> `PageType.A4`<br> `PageType.A5`<br> `PageType.B5`<br> `PageType.Executive`<br> `PageType.Folio`<br> `PageType.Ledger`<br> `PageType.Legal`<br> `PageType.Letter`<br> `PageType.Note`<br> `PageType.Quarto`<br> `PageType.Tabloid`<br> `PageType.Unspecified`
    28162816
    `orientation` | The orientation of the page. The options are portrait and landscape. The options are set using the `Orientation` class: <br>`Orientation.Portrait`<br> `Orientation.Landscape`
    28172817
    `maxage` | Optional. The maximum number of minutes the rendered PDF will be cached on the server before being refreshed. The value must be an integer between `1` and `240` minutes. `0` will be interpreted as 1 minute on server, as that is the shortest interval allowed. By default, `maxage` is set to `-1`, indicating the default behavior configured in server settings.
    28182818
    `viz_height` | Optional. The height of the output PDF in pixels. If specified, viz_width must also be specified.

    0 commit comments

    Comments
     (0)
    0