Uses of Class
com.saperion.ngc.viewer.DocumentAnalyzer.StructureInfos
-
Packages that use DocumentAnalyzer.StructureInfos Package Description com.saperion.ngc.viewer Package for viewer component classes. -
-
Uses of DocumentAnalyzer.StructureInfos in com.saperion.ngc.viewer
Methods in com.saperion.ngc.viewer that return DocumentAnalyzer.StructureInfos Modifier and Type Method Description static DocumentAnalyzer.StructureInfos
DocumentAnalyzer. externalGetStructureInfos(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement, java.util.Set<java.lang.String> supportedFormats, javax.servlet.http.HttpSession session)
Gets information about a document's structure.static DocumentAnalyzer.StructureInfos
DocumentAnalyzer. externalGetStructureInfos(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement, javax.servlet.http.HttpSession session)
Gets information about a document's structure.static DocumentAnalyzer.StructureInfos
DocumentAnalyzer. getStructureInfos(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement)
Gets information about a document's structure.static DocumentAnalyzer.StructureInfos
DocumentAnalyzer. getStructureInfos(java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement, java.util.Set<java.lang.String> supportedFormats)
Gets information about a document's structure.
-