public interface SaDocInfo extends Serializable
Modifier and Type | Interface and Description |
---|---|
static interface |
SaDocInfo.ElementInfo
Represents an element of a document's structure.
|
static class |
SaDocInfo.ElementType
Structure-element types.
|
Modifier and Type | Method and Description |
---|---|
int |
getCreateUser() |
int |
getElementCount() |
List<SaDocInfo.ElementInfo> |
getElementInfo()
Returns a list of the structure-elements of this document.
|
SaDocInfo.ElementInfo |
getElementInfo(int elementNumber)
Returns the element info of the element with the specified number, if existing.
|
Map<Integer,SaDocInfo.ElementInfo> |
getElementInfoMap()
Returns the structure-elements as a map with the corresponding element number as key.
|
String |
getHdoc() |
Properties |
getVariableData()
Returns variables of the document.
|
boolean |
hasAnnotations() |
Properties getVariableData()
SaDocInfo.ElementInfo.getVariableData()
to get variables contained in
a specific element.List<SaDocInfo.ElementInfo> getElementInfo()
Map<Integer,SaDocInfo.ElementInfo> getElementInfoMap()
SaDocInfo.ElementInfo getElementInfo(int elementNumber)
elementNumber
- The element number to get information forint getElementCount()
int getCreateUser()
boolean hasAnnotations()
String getHdoc()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.