Fix/bug 68026 (#4537)

[se] Fix bug 67084
This commit is contained in:
Igor Zotov
2024-05-29 12:02:42 +03:00
committed by GitHub
parent 71d5e3f254
commit 022f409257
2 changed files with 11 additions and 3 deletions

View File

@ -113,7 +113,9 @@
{id:Asc.EPageSize.pagesizeISOB5ExtraPaper, w_mm: 201, h_mm: 276},
{id:Asc.EPageSize.pagesizeA2Paper, w_mm: 420, h_mm: 594},
{id:Asc.EPageSize.pagesizeA3TransversePaper, w_mm: 297, h_mm: 420},
{id:Asc.EPageSize.pagesizeA3ExtraTransversePaper, w_mm: 322, h_mm: 445}
{id:Asc.EPageSize.pagesizeA3ExtraTransversePaper, w_mm: 322, h_mm: 445},
{id:Asc.EPageSize.pagesizeEnvelopeChoukei3, w_mm: 120, h_mm: 235},
{id:Asc.EPageSize.pagesizeROC16K, w_mm: 196.8, h_mm: 273}
];
this.getSizeByWH = function(widthMm, heightMm)
{