Skip to content

Commit e217934

Browse files
committed
Minor fixes in Table javadoc
1 parent 42a5522 commit e217934

File tree

1 file changed

+4
-4
lines changed
  • layout/src/main/java/com/itextpdf/layout/element

1 file changed

+4
-4
lines changed

layout/src/main/java/com/itextpdf/layout/element/Table.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ public Table addFooterCell(Cell footerCell) {
427427

428428
/**
429429
* 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.
431431
* See also {@link #setSkipLastFooter(boolean)}.
432432
*
433433
* @param blockElement an element to be added to a footer cell
@@ -440,7 +440,7 @@ public <T extends IElement> Table addFooterCell(BlockElement<T> blockElement) {
440440

441441
/**
442442
* 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.
444444
* See also {@link #setSkipLastFooter(boolean)}.
445445
*
446446
* @param image an image to be added to a footer cell
@@ -453,7 +453,7 @@ public Table addFooterCell(Image image) {
453453

454454
/**
455455
* 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.
457457
* See also {@link #setSkipLastFooter(boolean)}.
458458
*
459459
* @param content a content string to be added to a footer cell
@@ -715,7 +715,7 @@ public void flush() {
715715

716716
/**
717717
* 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.
719719
*/
720720
@Override
721721
public void flushContent() {

0 commit comments

Comments
 (0)