Class LastEdit

  • All Implemented Interfaces:

    
    public class LastEdit
    
                        

    Last edition. This signs how the last edition in the Document was made and it allows the SDK to react properly, for example saving just one line of change instead saving the whole document.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class LastEdit.Nothing

      No edition was make

      public class LastEdit.Whole

      A whole edition was made like a line break (adding a new line) , a deletion o a image upload between content. In this case the whole document should be saved. It is important to notice that when new content is added between content this will change all the values of the positions, so it is necessary to save the whole document again.

      public final class LastEdit.LineEdition

      A edition in the line was made, but the positions were not affected. In this case it is possible to update just one line.

      public final class LastEdit.InfoEdition
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

    • Method Detail