Microsoft Word 2007 – How to Align Paragraph to Bottom of Page

microsoft-word-2007

In LaTeX, one could use \vfill before a paragraph to align it to the bottom of the page. Is there a similar function in Microsoft Word 2007? I am trying to avoid multiple new lines or text boxes since the contents of the page will change

Best Answer

Just like in the old days of HTML, creating a table that has the size of the entire page with two rows will do the trick. You can anchor the table to the page. Inside each table cell, you can select horizontal and vertical alignment.

As an alternative, you can create one table cell, make sure the document text goes around or above & below it and anchor the table to the bottom of the page. Set the row height to fit. This way, you don't have the disadvantages of the table (eg different behavior of tab) in the regular body text.

Actually, I've seen official internal document templates of a company that used this trick to layout its text for project templates etc.

Related Question