File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
layout/src/main/java/com/itextpdf/layout/element Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public class Table extends BlockElement<Table> implements ILargeElement {
101
101
* @param columnWidths preferable column widths in points. Values must be greater than or equal to zero,
102
102
* otherwise it will be interpreted as undefined.
103
103
* @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.
105
105
* @see #setAutoLayout()
106
106
* @see #setFixedLayout()
107
107
*/
@@ -204,7 +204,7 @@ public Table(float[] pointColumnWidths) {
204
204
*
205
205
* @param numColumns the number of columns, each column will have equal percent width.
206
206
* @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.
208
208
* @see #setAutoLayout()
209
209
* @see #setFixedLayout()
210
210
* @deprecated in 7.1 each column will have undefined width.
@@ -832,7 +832,7 @@ public AccessibilityProperties getAccessibilityProperties() {
832
832
}
833
833
834
834
/**
835
- * @deprecated This method do nothing after implementation table column width algorithms.
835
+ * @deprecated This method does nothing after implementation table column width algorithms.
836
836
*/
837
837
@ Deprecated
838
838
protected void calculateWidths () {
You can’t perform that action at this time.
0 commit comments