public class PDFCloneUtility extends Object
| Modifier and Type | Method and Description |
|---|---|
<TCOSBase extends COSBase> |
cloneForNewDocument(TCOSBase base)
Deep-clones the given object for inclusion into a different PDF document identified by the destination parameter.
|
public <TCOSBase extends COSBase> TCOSBase cloneForNewDocument(TCOSBase base) throws IOException
base - the initial object as the root of the deep-clone operationIOException - if an I/O error occursCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.