All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.helger.pdflayout.IXMPMetadataCustomizer Maven / Gradle / Ivy

The newest version!
package com.helger.pdflayout;

import javax.annotation.Nonnull;

import org.apache.xmpbox.XMPMetadata;

/**
 * Callback interface to customize XMP Metadata.
 *
 * @author stmuecke
 * @author Philip Helger
 * @since 7.3.6
 */
@FunctionalInterface
public interface IXMPMetadataCustomizer
{
  /**
   * Customize the provided {@link XMPMetadata} object. It is called as the last
   * action before it gets serialized.
   *
   * @param aXmpMetadata
   *        The object to be customized. Never null.
   */
  void customizeMetadata (@Nonnull XMPMetadata aXmpMetadata);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy