Skip to content

Commit aed03dc

Browse files
committed
Table element: minor changes
DEVSIX-1252
1 parent e5a82f4 commit aed03dc

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public class Table extends BlockElement<Table> implements ILargeElement {
101101
* @param columnWidths preferable column widths in points. Values must be greater than or equal to zero,
102102
* otherwise it will be interpreted as undefined.
103103
* @param largeTable whether parts of the table will be written before all data is added.
104-
* Note, large table do not support auto layout. Table width must be specified.
104+
* Note, large table does not support auto layout. Table width must be specified.
105105
* @see #setAutoLayout()
106106
* @see #setFixedLayout()
107107
*/
@@ -204,7 +204,7 @@ public Table(float[] pointColumnWidths) {
204204
*
205205
* @param numColumns the number of columns, each column will have equal percent width.
206206
* @param largeTable whether parts of the table will be written before all data is added.
207-
* Note, large table do not support auto layout. Table width must be specified.
207+
* Note, large table does not support auto layout. Table width must be specified.
208208
* @see #setAutoLayout()
209209
* @see #setFixedLayout()
210210
* @deprecated in 7.1 each column will have undefined width.
@@ -832,7 +832,7 @@ public AccessibilityProperties getAccessibilityProperties() {
832832
}
833833

834834
/**
835-
* @deprecated This method do nothing after implementation table column width algorithms.
835+
* @deprecated This method does nothing after implementation table column width algorithms.
836836
*/
837837
@Deprecated
838838
protected void calculateWidths() {

0 commit comments

Comments
 (0)