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

public class Embedded extends Object
Defines the parameters for the embedded document type only (see the Config section to find out how to define the embedded document type). It allows to change the settings which define the behavior of the buttons in the embedded mode.
  • 构造器详细资料

    • Embedded

      public Embedded()
  • 方法详细资料

    • getEmbedUrl

      public String getEmbedUrl()
    • setEmbedUrl

      public void setEmbedUrl(String embedUrl)
    • getFullscreenUrl

      public String getFullscreenUrl()
    • setFullscreenUrl

      public void setFullscreenUrl(String fullscreenUrl)
    • getSaveUrl

      public String getSaveUrl()
    • setSaveUrl

      public void setSaveUrl(String saveUrl)
    • getShareUrl

      public String getShareUrl()
    • setShareUrl

      public void setShareUrl(String shareUrl)
    • getToolbarDocked

      public Toolbar getToolbarDocked()
    • setToolbarDocked

      public void setToolbarDocked(Toolbar toolbarDocked)