Package com.saperion.ngc.viewer
Class DocumentAnalyzer.StructureInfos
- java.lang.Object
-
- com.saperion.ngc.viewer.DocumentAnalyzer.StructureInfos
-
- Enclosing class:
- DocumentAnalyzer
public static class DocumentAnalyzer.StructureInfos extends java.lang.ObjectThe Class StructureInfos contains information about a document's structure..
-
-
Constructor Summary
Constructors Constructor Description StructureInfos()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentArchiveMetaInfo.ElementArchiveMetaInfogetFirstViewableElement()Gets the first viewable element.booleanisIgnoreSizes()Checks if sizes have to be ignored.booleanisMultipageTiff()Checks if the document is a multipage tiff.booleanisStream()Checks if document is a stream.voidsetFirstViewableElement(DocumentArchiveMetaInfo.ElementArchiveMetaInfo viewableElement)Sets the first viewable element.voidsetIgnoreSizes(boolean isIgnoreSizes)Sets the ignore sizes parameter.voidsetMultipageTiff(boolean isMultipageTiff)Sets the multipage tiff property.voidsetStream(boolean isStream)Sets the stream-property.
-
-
-
Method Detail
-
isMultipageTiff
public boolean isMultipageTiff()
Checks if the document is a multipage tiff.- Returns:
- true, if document is a multipage tiff
-
setMultipageTiff
public void setMultipageTiff(boolean isMultipageTiff)
Sets the multipage tiff property.- Parameters:
isMultipageTiff- the new multipage tiff property value
-
isIgnoreSizes
public boolean isIgnoreSizes()
Checks if sizes have to be ignored.- Returns:
- true, if sizes have to be ignored
-
setIgnoreSizes
public void setIgnoreSizes(boolean isIgnoreSizes)
Sets the ignore sizes parameter.- Parameters:
isIgnoreSizes- the new ignore sizes parameter value
-
getFirstViewableElement
public DocumentArchiveMetaInfo.ElementArchiveMetaInfo getFirstViewableElement()
Gets the first viewable element.- Returns:
- the first viewable element
-
setFirstViewableElement
public void setFirstViewableElement(DocumentArchiveMetaInfo.ElementArchiveMetaInfo viewableElement)
Sets the first viewable element.- Parameters:
viewableElement- the new first viewable element
-
isStream
public boolean isStream()
Checks if document is a stream.- Returns:
- true, if document is a stream
-
setStream
public void setStream(boolean isStream)
Sets the stream-property.- Parameters:
isStream- set to true if document is a stream
-
-