Next: Table Settings, Previous: Borders, Up: Light Detail Member Format [Contents][Index]
PrintSettings =>
    count(
        ib1[endian]
        bool[all-layers]
        bool[paginate-layers]
        bool[fit-width]
        bool[fit-length]
        bool[top-continuation]
        bool[bottom-continuation]
        be32[n-orphan-lines]
        bestring[continuation-string])
The PrintSettings reflect settings for printing.  The fixed value of
endian can be used to validate the endianness.
all-layers is 1 to print all layers, 0 to print only the layer
designated by current-layer in TableSettings (see Table Settings).
paginate-layers is 1 to print each layer at the start of a new
page, 0 otherwise.  (This setting is honored only all-layers is
1, since otherwise only one layer is printed.)
fit-width and fit-length control whether the table is
shrunk to fit within a page’s width or length, respectively.
n-orphan-lines is the minimum number of rows or columns to put
in one part of a table that is broken across pages.
If top-continuation is 1, then continuation-string is
printed at the top of a page when a table is broken across pages for
printing; similarly for bottom-continuation and the bottom of a
page.  Usually, continuation-string is empty.