Class DocumentStructureInfo
java.lang.Object
com.saperion.ngc.viewer.hylandviewer.DocumentStructureInfo
Holds the information of an element in a structure
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentStructureInfo
(String hdoc, int elementNo, com.saperion.hyrcs.models.DocDimension docDimension, boolean editMode) -
Method Summary
Modifier and TypeMethodDescriptioncom.saperion.hyrcs.models.DocDimension
Returns the document dimension of the element in a structureint
Returns the element number in a structureReturns the hdoc of a structureboolean
-
Constructor Details
-
DocumentStructureInfo
public DocumentStructureInfo(String hdoc, int elementNo, com.saperion.hyrcs.models.DocDimension docDimension, boolean editMode)
-
-
Method Details
-
getRevisionId
Returns the hdoc of a structure- Returns:
- the hdoc
-
getElementNo
public int getElementNo()Returns the element number in a structure- Returns:
- the element number
-
getDocDimension
public com.saperion.hyrcs.models.DocDimension getDocDimension()Returns the document dimension of the element in a structure- Returns:
- the document dimension (width and height of a document)
-
isEditMode
public boolean isEditMode()
-