Class DocumentStructureInfo
- java.lang.Object
-
- com.saperion.ngc.viewer.hylandviewer.DocumentStructureInfo
-
public class DocumentStructureInfo extends java.lang.Object
Holds the information of an element in a structure
-
-
Constructor Summary
Constructors Constructor Description DocumentStructureInfo(java.lang.String hdoc, int elementNo, com.saperion.hyrcs.models.DocDimension docDimension, boolean editMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.saperion.hyrcs.models.DocDimension
getDocDimension()
Returns the document dimension of the element in a structureint
getElementNo()
Returns the element number in a structurejava.lang.String
getRevisionId()
Returns the hdoc of a structureboolean
isEditMode()
-
-
-
Method Detail
-
getRevisionId
public java.lang.String 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()
-
-