java.lang.Object
pro.verron.officestamper.experimental.PptxPart
- All Implemented Interfaces:
DocxDocument
,DocxPart
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontent()
org.docx4j.openpackaging.packages.WordprocessingMLPackage
document()
Retrieves the WordprocessingMLPackage document associated with this instance.from
(org.docx4j.wml.ContentAccessor accessor) org.docx4j.openpackaging.parts.Part
part()
streamParts
(String type) Streams the parts of the document that match the specified type.Stream
<org.docx4j.wml.R>
-
Constructor Details
-
PptxPart
public PptxPart()
-
-
Method Details
-
part
public org.docx4j.openpackaging.parts.Part part() -
from
-
content
-
streamParagraphs
- Specified by:
streamParagraphs
in interfaceDocxPart
-
streamRun
-
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 interfaceDocxDocument
- Returns:
- the WordprocessingMLPackage document
-
streamParts
Description copied from interface:DocxDocument
Streams the parts of the document that match the specified type.- Specified by:
streamParts
in interfaceDocxDocument
- 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
-