Release version details for floating table alignment

I am trying to insert a table using aspose words in bottom of the first page of the document always. I found that we can achieve that using table.setRelativeVertialAlignment(Alignment.bottom). I am currently using version 18.11 and this method is not there in the particular version. I won’t be able to use the latest version of aspose words due to some challenges. Can you please let me know in which version of aspose words these setRelativeVerticalAlignment & setRelativeHorizontalAlignment methods are introduced.

@sivapunnaivanam These properties have been introduced in 20.1 version of Aspose.Words:
https://releases.aspose.com/words/java/release-notes/2020/aspose-words-for-java-20-1-release-notes/

See WORDSNET-12204 issue.