Uses of Enum Class
com.datalogics.PDFL.ElementCloneFlags
Packages that use ElementCloneFlags
-
Uses of ElementCloneFlags in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return ElementCloneFlagsModifier and TypeMethodDescriptionstatic ElementCloneFlagsReturns the enum constant of this class with the specified name.static ElementCloneFlags[]ElementCloneFlags.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.datalogics.PDFL with type arguments of type ElementCloneFlagsModifier and TypeMethodDescriptionContainer.clone(EnumSet<ElementCloneFlags> cloneFlags) Makes a copy of the container.Element.clone(EnumSet<ElementCloneFlags> cloneFlags) Makes a copy of the element.Group.clone(EnumSet<ElementCloneFlags> cloneFlags) Makes a copy of the group.Image.clone(EnumSet<ElementCloneFlags> cloneFlags) Makes a copy of the image.Path.clone(EnumSet<ElementCloneFlags> cloneFlags) Makes a copy of the path.Text.clone(EnumSet<ElementCloneFlags> cloneFlags) Makes a copy of the text.