Class OperationRemoveBackground


  • public class OperationRemoveBackground
    extends Object
    Removes a background layer from a document. As of this writing, this operation does not have any additional parameters. The \"backgroundSelection\" element, which must be included without fail, is meant simply as a placeholder for potential future detailed parameters.
    • Constructor Detail

      • OperationRemoveBackground

        public OperationRemoveBackground()
    • Method Detail

      • getBackgroundSelection

        @Nullable
        public @Nullable Object getBackgroundSelection()
        Defines which backgrounds shall be removed. (Currently all backgrounds shall be selected for removal, if this element is present.)
        Returns:
        backgroundSelection
      • setBackgroundSelection

        public void setBackgroundSelection​(Object backgroundSelection)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object