java.lang.Object
org.nuxeo.ecm.core.convert.plugins.text.extractors.presentation.PresentationSlide
All Implemented Interfaces:
Serializable, Comparable<PresentationSlide>

public class PresentationSlide extends Object implements Serializable, Comparable<PresentationSlide>
Representation of a presentation document slide with its string content and its order.
See Also:
  • Field Details

    • content

      protected String content
    • order

      protected int order
  • Constructor Details

    • PresentationSlide

      public PresentationSlide(String content, int order)
  • Method Details