@@ -427,7 +427,7 @@ public Table addFooterCell(Cell footerCell) {
427
427
428
428
/**
429
429
* Adds a new cell with received blockElement as a content to the footer of the table.
430
- * The header will be displayed in the top of every area of this table.
430
+ * The footer will be displayed in the bottom of every area of this table.
431
431
* See also {@link #setSkipLastFooter(boolean)}.
432
432
*
433
433
* @param blockElement an element to be added to a footer cell
@@ -440,7 +440,7 @@ public <T extends IElement> Table addFooterCell(BlockElement<T> blockElement) {
440
440
441
441
/**
442
442
* Adds a new cell with received image as a content to the footer of the table.
443
- * The header will be displayed in the top of every area of this table.
443
+ *The footer will be displayed in the bottom of every area of this table.
444
444
* See also {@link #setSkipLastFooter(boolean)}.
445
445
*
446
446
* @param image an image to be added to a footer cell
@@ -453,7 +453,7 @@ public Table addFooterCell(Image image) {
453
453
454
454
/**
455
455
* Adds a new cell with received string as a content to the footer of the table.
456
- * The header will be displayed in the top of every area of this table.
456
+ * The footer will be displayed in the bottom of every area of this table.
457
457
* See also {@link #setSkipLastFooter(boolean)}.
458
458
*
459
459
* @param content a content string to be added to a footer cell
@@ -715,7 +715,7 @@ public void flush() {
715
715
716
716
/**
717
717
* Flushes the content which has just been added to the document.
718
- * This is a method for internal usage and is called automatically by the docunent .
718
+ * This is a method for internal usage and is called automatically by the document .
719
719
*/
720
720
@ Override
721
721
public void flushContent () {
0 commit comments