public static interface DocumentArchiveMetaInfo.ElementArchiveMetaInfo extends Serializable
Modifier and Type | Field and Description |
---|---|
static String |
MULTIPAGE_TIFF_INDICATOR
Multipage tiff files contain @
|
Modifier and Type | Method and Description |
---|---|
String |
getDocUid() |
int |
getFrameCount() |
String |
getFullName()
Returns the full name of the element as it was stored in the archive (with page-numbers
for multi-page-tiffs but without path).
|
String |
getLinkUid() |
String |
getName()
Returns only the name of the element.
|
int |
getNumber() |
int |
getPageCount() |
long |
getSize() |
int |
getStructureLevel() |
com.saperion.intf.SaDocInfo.ElementType |
getType() |
Properties |
getVariableData() |
boolean |
isMergedMultipageDocument()
Returns true if this element is a multipage document (TIFF or scanned pages) which
was merged to one document by the core server.
|
boolean |
isMultipageTiff()
Multipage tiff files contain @
|
boolean |
isSelected() |
boolean |
isVisible()
Checks if this element should be visible in structure-views or not.
|
static final String MULTIPAGE_TIFF_INDICATOR
int getNumber()
String getFullName()
String getName()
com.saperion.intf.SaDocInfo.ElementType getType()
boolean isSelected()
Properties getVariableData()
long getSize()
int getPageCount()
int getFrameCount()
String getDocUid()
String getLinkUid()
int getStructureLevel()
boolean isMultipageTiff()
boolean isMergedMultipageDocument()
boolean isVisible()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.