Class CreatePptxWithSmartArt
java.lang.Object
org.docx4j.openpackaging.parts.DrawingML.CreateWithSmartArtAbstract
org.docx4j.openpackaging.parts.DrawingML.CreatePptxWithSmartArt
-
Field Summary
Fields inherited from class org.docx4j.openpackaging.parts.DrawingML.CreateWithSmartArtAbstract
diagramLayoutObj, layoutTree2DiagramDataXslt, layoutTreeCreatorXslt -
Constructor Summary
ConstructorsConstructorDescriptionCreatePptxWithSmartArt(CTDiagramDefinition diagramLayoutObj, Templates layoutTreeCreatorXslt, Templates layoutTree2DiagramDataXslt) -
Method Summary
Modifier and TypeMethodDescriptionstatic CTGraphicalObjectFramecreateSmartArt(String layoutRelId, String dataRelId, String colorsRelId, String styleRelId, String cx, String cy) createSmartArtPkg(SlideSizesWellKnown sz, boolean landscape, Document xml) static voidMethods inherited from class org.docx4j.openpackaging.parts.DrawingML.CreateWithSmartArtAbstract
createDiagramData
-
Constructor Details
-
CreatePptxWithSmartArt
public CreatePptxWithSmartArt(CTDiagramDefinition diagramLayoutObj, Templates layoutTreeCreatorXslt, Templates layoutTree2DiagramDataXslt)
-
-
Method Details
-
createSmartArtPkg
public PresentationMLPackage createSmartArtPkg(SlideSizesWellKnown sz, boolean landscape, Document xml) throws Exception - Throws:
Exception
-
createSmartArt
public static CTGraphicalObjectFrame createSmartArt(String layoutRelId, String dataRelId, String colorsRelId, String styleRelId, String cx, String cy) throws Exception - Throws:
Exception
-
main
- Throws:
Exception
-