All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static DocumentFragment |
createBlockForP(SvgConversionContext context,
String lvl,
String cNvPrName,
String phType,
org.w3c.dom.traversal.NodeIterator childResults,
org.w3c.dom.traversal.NodeIterator lvlNpPr) |
static DocumentFragment |
createBlockForR(SvgConversionContext context,
org.w3c.dom.traversal.NodeIterator rPrNodeIt,
org.w3c.dom.traversal.NodeIterator childResults) |
static Document |
CxnSpToSVG(CxnSp cxnSp)
Connection (line)
|
static String |
getCssForStyles(SvgConversionContext context) |
static boolean |
isDebugEnabled() |
static Object |
nodeToObjectModel(Node n,
Class declaredType) |
static void |
setImageDirPath(String _imageDirPath) |
static DocumentFragment |
shapeToSVG(SvgConversionContext context,
org.w3c.dom.traversal.NodeIterator shapeIt) |
static String |
svg(PresentationMLPackage presentationMLPackage,
SlidePart slide)
Create an HTML (with SVG) page representing the slide.
|
static String |
svg(PresentationMLPackage presentationMLPackage,
SlidePart slide,
SvgExporter.SvgSettings settings)
Create an HTML (with SVG) page representing the slide.
|