The margin changed on second page

1 visualización (últimos 30 días)
John
John el 25 de Sept. de 2020
Comentada: John el 29 de Sept. de 2020
Using the import mlreportgen.dom.* the report is OK with rpt.CurrentPageLayout.PageMargins. However, the margin changed by itself on second page (the content flows to the sedond page as it's going). Repeating the definition with margins did not correct it.
What's wrong did I do?
  4 comentarios
John
John el 28 de Sept. de 2020
John
John el 28 de Sept. de 2020
As the content goes to the third page, the margin comes back to the same as the first page.
So, it looks like the report genrator automatically used the "book margin" to alternate the left side margin.
Now the question becomes: How to disable the "book margin" for the report generator, import mlreportgen.dom.* ?
Thanks for help!

Iniciar sesión para comentar.

Respuesta aceptada

Rhea Chandy
Rhea Chandy el 29 de Sept. de 2020
The class PageMarginsObj = PageMargins() will specify default page margins for the section of the document.
In the file I’ve attached, I’ve implemented a code with dummy text that spills over to a second page.
In this case, it is following expected behavior, adhering to the set PageMargins.
  1 comentario
John
John el 29 de Sept. de 2020
Hi, Rhea:
Thanks.
I found my mistake. I copied an example which had a "PageMargins.Gutter" included. Comment out it, the page margin becomes equal on all pages.
Also, can you please help me on making the table on the same page, which is more important topic for our report project:

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by