The margin changed on second page
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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
Respuesta aceptada
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.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!