iText in Action: Chapter 4: Organizing content in tables
These examples were written in the context of Chapter 4 of the book "iText in Action - Second Edition".
myfirsttable
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/MyFirstTable.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/MyFirstTable.cs##
columnwidths
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/ColumnWidths.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/ColumnWidths.cs##
tablealignment
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/TableAlignment.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/TableAlignment.cs##
movietextmode
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/MovieTextMode.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/MovieTextMode.cs##
spacing
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/Spacing.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/Spacing.cs##
tableheight
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/TableHeight.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/TableHeight.cs##
cellheights
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/CellHeights.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/CellHeights.cs##
rotationandcolors
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/RotationAndColors.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/RotationAndColors.cs##
moviecompositemode
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/MovieCompositeMode.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/MovieCompositeMode.cs##
xmen
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/XMen.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/XMen.cs##
nestedtable
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/NestedTable.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/NestedTable.cs##
nestedtables
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/NestedTables.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/NestedTables.cs##
headerfooter1
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/HeaderFooter1.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/HeaderFooter1.cs##
headerfooter2
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/HeaderFooter2.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/HeaderFooter2.cs##
memorytests
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/MemoryTests.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/MemoryTests.cs##
pdfcalendar
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/PdfCalendar.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/PdfCalendar.cs##
zhang
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/Zhang.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/Zhang.cs##
columntable
##GITHUB:https://github.com/itext/i5js-book/blob/master/src/part1/chapter04/ColumnTable.java##
##GITHUB:https://github.com/itext/i5ns-book/blob/master/iTextExamplesWeb/iTextExamplesWeb/iTextInAction2Ed/Chapter04/ColumnTable.cs##