Uses of Interface
net.ontopia.topicmaps.classify.FormatModuleIF
-
Packages that use FormatModuleIF Package Description net.ontopia.topicmaps.classify To classify content, use the SimpleClassifier class. -
-
Uses of FormatModuleIF in net.ontopia.topicmaps.classify
Classes in net.ontopia.topicmaps.classify that implement FormatModuleIF Modifier and Type Class Description classFormatModuleINTERNAL:classHTMLFormatModuleINTERNAL:classOOXMLPowerpointFormatModuleINTERNAL: A format module for the OOXML PresentationML format.classOOXMLWordFormatModuleINTERNAL: A format module for the OOXML WordProcessingML format.classPDFFormatModuleINTERNAL:classPlainTextFormatModuleINTERNAL:classPowerPointFormatModuleINTERNAL:classWordFormatModuleINTERNAL: A format module for the old binary Word format.classXMLFormatModuleINTERNAL:Fields in net.ontopia.topicmaps.classify declared as FormatModuleIF Modifier and Type Field Description protected FormatModuleIFFormatModule. fallout_moduleFields in net.ontopia.topicmaps.classify with type parameters of type FormatModuleIF Modifier and Type Field Description protected List<FormatModuleIF>FormatModule. modulesMethods in net.ontopia.topicmaps.classify that return FormatModuleIF Modifier and Type Method Description FormatModuleIFFormatModule. detectFormat(ClassifiableContentIF cc)
-