mlreportgen.dom.RepeatAsHeaderRow class
Package: mlreportgen.dom
Superclasses:
Repeat table row
Description
Use objects of the mlreportgen.dom.RepeatAsHeaderRow
class to specify whether
the table row repeats on each page when the table flows across multiple pages. You
can use this object only with Microsoft® Word documents.
Construction
repeats
the table row on each page when the table flows across multiple pages.repeatAsHeaderRowObj
= RepeatAsHeaderRow()
repeats the table row on each page when repeatAsHeaderRowObj
= RepeatAsHeaderRow(onOff
)onOff
is
true
.
Note
You can use this object for the first row of the table and any immediately consecutive rows. If a row is not set to repeat over pages, then successive rows cannot be set to repeat over pages. If you apply this object to rows that follow non-repeating rows, this object is ignored.