public static class PageManager.CopyOptions
extends java.lang.Object
PageManager.copy(CopyOptions)
.Modifier and Type | Field and Description |
---|---|
boolean |
adjustReferences
If
true adjusts any content references to the new location. |
boolean |
autoSave
If
true saves the modifications. |
java.lang.String |
beforeName
The name of the next page.
|
java.lang.String |
destination
The destination
|
Page |
page
The page to copy (if
resource is not provided). |
boolean |
resolveConflict
If
true resolves name conflict if destination already exists. |
Resource |
resource
The resource to copy
|
boolean |
shallow
If
true a non-recursive copy is performed. |
Constructor and Description |
---|
CopyOptions() |
public Resource resource
public java.lang.String destination
public java.lang.String beforeName
null
the page is ordered at the end.public boolean shallow
true
a non-recursive copy is performed.public boolean resolveConflict
true
resolves name conflict if destination already exists.public boolean autoSave
true
saves the modifications.public boolean adjustReferences
true
adjusts any content references to the new location.Copyright © 2010 - 2020 Adobe. All Rights Reserved