com.artofsolving.jodconverter
Class DocumentFamily
java.lang.Object
com.artofsolving.jodconverter.DocumentFamily
public class DocumentFamily
- extends java.lang.Object
Enum-style class declaring the available document families (Text, Spreadsheet, Presentation).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEXT
public static final DocumentFamily TEXT
SPREADSHEET
public static final DocumentFamily SPREADSHEET
PRESENTATION
public static final DocumentFamily PRESENTATION
DRAWING
public static final DocumentFamily DRAWING
getName
public java.lang.String getName()
getFamily
public static DocumentFamily getFamily(java.lang.String name)
Copyright © 2003-2007 Art of Solving. All Rights Reserved.