public static class DocumentAnalyzer.StructureInfos extends Object
Constructor and Description |
---|
StructureInfos() |
Modifier and Type | Method and Description |
---|---|
DocumentArchiveMetaInfo.ElementArchiveMetaInfo |
getFirstViewableElement()
Gets the first viewable element.
|
boolean |
isIgnoreSizes()
Checks if sizes have to be ignored.
|
boolean |
isMultipageTiff()
Checks if the document is a multipage tiff.
|
boolean |
isStream()
Checks if document is a stream.
|
void |
setFirstViewableElement(DocumentArchiveMetaInfo.ElementArchiveMetaInfo viewableElement)
Sets the first viewable element.
|
void |
setIgnoreSizes(boolean isIgnoreSizes)
Sets the ignore sizes parameter.
|
void |
setMultipageTiff(boolean isMultipageTiff)
Sets the multipage tiff property.
|
void |
setStream(boolean isStream)
Sets the stream-property.
|
public boolean isMultipageTiff()
public void setMultipageTiff(boolean isMultipageTiff)
isMultipageTiff
- the new multipage tiff property valuepublic boolean isIgnoreSizes()
public void setIgnoreSizes(boolean isIgnoreSizes)
isIgnoreSizes
- the new ignore sizes parameter valuepublic DocumentArchiveMetaInfo.ElementArchiveMetaInfo getFirstViewableElement()
public void setFirstViewableElement(DocumentArchiveMetaInfo.ElementArchiveMetaInfo viewableElement)
viewableElement
- the new first viewable elementpublic boolean isStream()
public void setStream(boolean isStream)
isStream
- set to true if document is a streamCopyright © 2021 Hyland Software Germany GmbH. All rights reserved.