Page 1 of 1

Table positioning: Bottom of Page

PostPosted: Tue Aug 07, 2018 12:22 am
by Korvus
Is there anyway to set a table to the bottom of a page as per the attached in css/html? The bottom table properties differences are as follows: The text wrapping is set to 'Around', which enables the Positioning button. In this new dialog, vertical position is set to position.

Is this possible?

Edit:
This is my current css which works for iText documents:
Code: Select all
.pagebottom {
   position:absolute;
   bottom:0;
   width:100%;
   height:35px;
}