public class CreateDocxWithSmartArt extends CreateWithSmartArtAbstract
diagramLayoutObj, layoutTree2DiagramDataXslt, layoutTreeCreatorXslt| Constructor and Description |
|---|
CreateDocxWithSmartArt(CTDiagramDefinition diagramLayoutObj,
Templates layoutTreeCreatorXslt,
Templates layoutTree2DiagramDataXslt) |
| Modifier and Type | Method and Description |
|---|---|
static P |
createSmartArt(String layoutRelId,
String dataRelId,
String colorsRelId,
String styleRelId,
String cx,
String cy) |
WordprocessingMLPackage |
createSmartArtDocx(PageSizePaper sz,
boolean landscape,
MarginsWellKnown margins,
Document xml)
createSmartArtDocx from the provided XML.
|
static void |
main(String[] args) |
createDiagramDatapublic CreateDocxWithSmartArt(CTDiagramDefinition diagramLayoutObj, Templates layoutTreeCreatorXslt, Templates layoutTree2DiagramDataXslt)
public WordprocessingMLPackage createSmartArtDocx(PageSizePaper sz, boolean landscape, MarginsWellKnown margins, Document xml) throws Exception
sz - landscape - margins - xml - Exceptionpublic static P createSmartArt(String layoutRelId, String dataRelId, String colorsRelId, String styleRelId, String cx, String cy) throws Exception
ExceptionCopyright © 2007-2020. All Rights Reserved.