Package | Description |
---|---|
com.saperion.connector.structures | |
com.saperion.intf |
This package contains the common used interfaces for the LARIX components.
|
com.saperion.rmi |
This package contains the classes for the LARIX RMI client wrapper components.
|
com.saperion.util |
This package contains the utility classes for the LARIX RMI Server.
|
Modifier and Type | Method and Description |
---|---|
static Element |
Element.buildElement(String definition,
String xhdoc,
SaDocInfo.ElementInfo info) |
Modifier and Type | Method and Description |
---|---|
SaDocInfo.ElementInfo |
SaDocInfo.getElementInfo(int elementNumber)
Returns the element info of the element with the specified number, if existing.
|
SaDocInfo.ElementInfo |
SaDocInfo.ElementInfo.withVariables(Properties variables)
This method creates a new ElementInfo with the same values except for the variables which are the ones given.
|
Modifier and Type | Method and Description |
---|---|
List<SaDocInfo.ElementInfo> |
SaDocInfo.getElementInfo()
Returns a list of the structure-elements of this document.
|
Map<Integer,SaDocInfo.ElementInfo> |
SaDocInfo.getElementInfoMap()
Returns the structure-elements as a map with the corresponding element number as key.
|
Modifier and Type | Method and Description |
---|---|
SaDocInfo.ElementInfo |
SaDocInfoImpl.getElementInfo(int elementNumber)
Returns the element info of the element with the specified number, if existing.
|
Modifier and Type | Method and Description |
---|---|
List<SaDocInfo.ElementInfo> |
SaDocInfoImpl.getElementInfo()
Returns a list of the structure-elements of this document.
|
Map<Integer,SaDocInfo.ElementInfo> |
SaDocInfoImpl.getElementInfoMap()
Returns the structure-elements as a map with the corresponding element number as key.
|
Constructor and Description |
---|
SaDocInfoImpl(Map<Integer,SaDocInfo.ElementInfo> elements,
int creator,
String hDoc,
Properties variables) |
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.