Class 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 structure
      int getElementNo()
      Returns the element number in a structure
      java.lang.String getRevisionId()
      Returns the hdoc of a structure
      boolean isEditMode()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocumentStructureInfo

        public DocumentStructureInfo​(java.lang.String hdoc,
                                     int elementNo,
                                     com.saperion.hyrcs.models.DocDimension docDimension,
                                     boolean editMode)
    • 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()