java.lang.Object
pro.verron.officestamper.experimental.PptxPart
All Implemented Interfaces:
DocxDocument, DocxPart

public class PptxPart extends Object implements DocxPart
  • Constructor Details

    • PptxPart

      public PptxPart()
  • Method Details

    • part

      public org.docx4j.openpackaging.parts.Part part()
      Specified by:
      part in interface DocxPart
    • from

      public DocxPart from(org.docx4j.wml.ContentAccessor accessor)
      Specified by:
      from in interface DocxPart
    • content

      public List<Object> content()
      Specified by:
      content in interface DocxPart
    • streamParagraphs

      public Stream<Paragraph> streamParagraphs()
      Specified by:
      streamParagraphs in interface DocxPart
    • streamRun

      public Stream<org.docx4j.wml.R> streamRun()
      Specified by:
      streamRun in interface DocxPart
    • document

      public org.docx4j.openpackaging.packages.WordprocessingMLPackage document()
      Description copied from interface: DocxDocument
      Retrieves the WordprocessingMLPackage document associated with this instance. The returned document provides access to its content and metadata.
      Specified by:
      document in interface DocxDocument
      Returns:
      the WordprocessingMLPackage document
    • streamParts

      public Stream<DocxPart> streamParts(String type)
      Description copied from interface: DocxDocument
      Streams the parts of the document that match the specified type.
      Specified by:
      streamParts in interface DocxDocument
      Parameters:
      type - the type of parts to stream, typically used to filter specific types of document parts
      Returns:
      a stream of DocxPart objects that match the specified type