Uses of Interface
com.saperion.intf.SaDocInfo.ElementInfo
Packages that use SaDocInfo.ElementInfo
Package
Description
This package contains the common used interfaces for the LARIX components.
This package contains the classes for the LARIX RMI client wrapper components.
This package contains the utility classes for the LARIX RMI Server.
-
Uses of SaDocInfo.ElementInfo in com.saperion.connector.structures
Methods in com.saperion.connector.structures with parameters of type SaDocInfo.ElementInfoModifier and TypeMethodDescriptionstatic Element
Element.buildElement
(String definition, String xhdoc, SaDocInfo.ElementInfo info) -
Uses of SaDocInfo.ElementInfo in com.saperion.intf
Methods in com.saperion.intf that return SaDocInfo.ElementInfoModifier and TypeMethodDescriptionSaDocInfo.getElementInfo
(int elementNumber) Returns the element info of the element with the specified number, if existing.SaDocInfo.ElementInfo.withVariables
(Properties variables) This method creates a new ElementInfo with the same values except for the variables which are the ones given.Methods in com.saperion.intf that return types with arguments of type SaDocInfo.ElementInfoModifier and TypeMethodDescriptionSaDocInfo.getElementInfo()
Returns a list of the structure-elements of this document.SaDocInfo.getElementInfoMap()
Returns the structure-elements as a map with the corresponding element number as key. -
Uses of SaDocInfo.ElementInfo in com.saperion.rmi
Methods in com.saperion.rmi that return SaDocInfo.ElementInfoModifier and TypeMethodDescriptionSaDocInfoImpl.getElementInfo
(int elementNumber) Returns the element info of the element with the specified number, if existing.Methods in com.saperion.rmi that return types with arguments of type SaDocInfo.ElementInfoModifier and TypeMethodDescriptionSaDocInfoImpl.getElementInfo()
Returns a list of the structure-elements of this document.SaDocInfoImpl.getElementInfoMap()
Returns the structure-elements as a map with the corresponding element number as key.Constructor parameters in com.saperion.rmi with type arguments of type SaDocInfo.ElementInfoModifierConstructorDescriptionSaDocInfoImpl
(Map<Integer, SaDocInfo.ElementInfo> elements, int creator, String hDoc, Properties variables) -
Uses of SaDocInfo.ElementInfo in com.saperion.util
Methods in com.saperion.util with parameters of type SaDocInfo.ElementInfoModifier and TypeMethodDescriptionstatic boolean
MultipageDocUtil.isTiffDocument
(SaDocInfo.ElementInfo element) Tries to guess if the document element has a multiple page tiff document Intended to work tiff documents stored in original format.Method parameters in com.saperion.util with type arguments of type SaDocInfo.ElementInfoModifier and TypeMethodDescriptionstatic int
MultipageDocUtil.autoGetElementNumber
(List<SaDocInfo.ElementInfo> elements) Returns the element number to use to get the first element of a document.static boolean
MultipageDocUtil.isMultipageDoc
(List<SaDocInfo.ElementInfo> elements) Returns true if the document contains the pages of a splitted multipage TIFF or scanned pages only.