org.apache.poi.xdgf.util
Class HierarchyPrinter
java.lang.Object
org.apache.poi.xdgf.util.HierarchyPrinter
public class HierarchyPrinter
- extends java.lang.Object
Debugging tool useful when trying to figure out the hierarchy of the
shapes in a Visio diagram
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HierarchyPrinter
public HierarchyPrinter()
printHierarchy
public static void printHierarchy(XDGFPage page,
java.io.File outDir)
throws java.io.FileNotFoundException,
java.io.UnsupportedEncodingException
- Throws:
java.io.FileNotFoundException
java.io.UnsupportedEncodingException
printHierarchy
public static void printHierarchy(XDGFPage page,
java.io.PrintStream os)
printHierarchy
public static void printHierarchy(XmlVisioDocument document,
java.lang.String outDirname)
throws java.io.FileNotFoundException,
java.io.UnsupportedEncodingException
- Throws:
java.io.FileNotFoundException
java.io.UnsupportedEncodingException
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.