Class DocumentStructureInfo

java.lang.Object
com.saperion.ngc.viewer.hylandviewer.DocumentStructureInfo

public class DocumentStructureInfo extends Object
Holds the information of an element in a structure
  • Constructor Details

    • DocumentStructureInfo

      public DocumentStructureInfo(String hdoc, int elementNo, com.saperion.hyrcs.models.DocDimension docDimension, boolean editMode)
  • Method Details

    • getRevisionId

      public 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()