public static interface SaDocInfo.ElementInfo extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getDocUid() |
String |
getFileName()
Deprecated.
Since 7.1 SP1 use
getName() or getFullName() instead |
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() |
SaDocInfo.ElementType |
getType() |
Properties |
getVariableData() |
boolean |
isSelected() |
SaDocInfo.ElementInfo |
withVariables(Properties variables)
This method creates a new ElementInfo with the same values except for the variables which are the ones given.
|
int getNumber()
@Deprecated String getFileName()
getName()
or getFullName()
insteadString getFullName()
String getName()
SaDocInfo.ElementType getType()
boolean isSelected()
Properties getVariableData()
long getSize()
SaDocInfo.ElementInfo withVariables(Properties variables)
variables
- the new variablesint getPageCount()
int getFrameCount()
String getDocUid()
String getLinkUid()
int getStructureLevel()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.