We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d480ae commit 105aa29Copy full SHA for 105aa29
layout/src/main/java/com/itextpdf/layout/element/Cell.java
@@ -173,19 +173,6 @@ public Cell add(Image element) {
173
return this;
174
}
175
176
- /**
177
- * Adds an embedded table to the cell's contents.
178
- *
179
- * @param element a nested {@link Table}
180
- * @return this Element
181
- * @deprecated use {@link #add(IBlockElement)} instead.
182
- */
183
- @Deprecated
184
- public Cell add(Table element) {
185
- childElements.add(element);
186
- return this;
187
- }
188
-
189
/**
190
* Directly adds a String of text to this cell. The content is wrapped in a
191
* layout element.
0 commit comments