Interface MetadataProvider

All Known Subinterfaces:
Document, PageSegment, PageSegmentSource, SerializableDocument
All Known Implementing Classes:
FilteredDocument

public interface MetadataProvider
An interface to be implemented by classes which expose some kind of meta-data.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the exposed meta-data or null if no meta-data is available.
  • Method Details

    • getMetadata

      Metadata getMetadata()
      Return the exposed meta-data or null if no meta-data is available. An object being a MetadataProvider is not required to provide a non-null meta-data.
      Returns:
      the metadata document or null