java.lang.Object
com.onlyoffice.model.documenteditor.config.editorconfig.CoEditing

public class CoEditing extends Object
Defines the co-editing mode ("Fast" or "Strict") and the possibility to change it. This parameter is used to apply the co-editing and viewing modes.
  • 构造器详细资料

    • CoEditing

      public CoEditing()
  • 方法详细资料

    • getMode

      public Mode getMode()
    • setMode

      public void setMode(Mode mode)
    • getChange

      public Boolean getChange()
    • setChange

      public void setChange(Boolean change)