-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New gap field #24
Comments
If i understand you correct this similar to the Multi break field in the example. Just with a custom row high? Would kind of use case do you have in mind with this? Being able to define custom highs per row is something we need to look into. Maybe just a |
Drawing a gap to break the reading flow and visually indicate some change,
From the layout perspectives, yes,
Specifying a general row height in tablex, makes it harder to change them on a row by row base, doesn't it? |
Hmm, guess it depends, i more thought about passing an array to tablex, similar like the pre and post cols. But actually for rowheaders we need a similar approach. with adding rows without border in between. |
Introduce a new field that simply draws a gap of the specified height between two rows and a centered text.
I.e.
gap(1cm)[]
orgap[]
for some small default length (maybe 5pt + text height?)If specified between two fields of the same row, draw blank fields after the previous field until the end of the row
draw the gap and in the next row start with blank fields up to the column of the field after the gap.
without gap:
with gap
The text was updated successfully, but these errors were encountered: