How to keep a Table together?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
John
el 21 de Sept. de 2020
Respondida: Rhea Chandy
el 1 de Oct. de 2020
How to keep the Table (mlreportgen.dom.Table) together on same page? Knowing the Table is not longer than one page.
If the rest of the page below is too short, sart the table on next page.
0 comentarios
Respuesta aceptada
Rhea Chandy
el 1 de Oct. de 2020
I understand you want to know how to start a table on the next page if it does not fit into a single page, and how to split the table if the table is longer than the page.
In order to ensure that the table starts on the new page, consider using PageBreakBefore class to add a page break before your object. This will specify to always start the associated object on a new page.
If the table is longer than the page itself, consider the AllowBreakAcrossPages class. This will specify whether to allow a row to start on the next page when it cannot fit on the current page, or to allow it to flow to the next page when it cannot fit in one page.
In addition, if your table is too wide to fit in one one page, this example shows how to fit wide tables using the Table Slicer object, and to resize columns accroding to their content.
0 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Specifying Target for Graphics Output en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!