Interface WebDevice

    • Method Detail

      • getTransmissionType

        int getTransmissionType()
        To get the transmission type of the device
      • setTransmissionType

        void setTransmissionType​(int type)
        To set the transmission type of the device
        Parameters:
        type - . Type of transmission, This value comes from EnumDSSXMLSubscriptionDeliveryType
      • IsSupportPlaintextFormat

        boolean IsSupportPlaintextFormat()
        To check if the device support plain text format
      • setSupportPlaintextFormat

        void setSupportPlaintextFormat​(boolean flag)
        To set the device to support plain text format
        Parameters:
        flag - . True to support, false to not.
      • IsSupportHTMLFormat

        boolean IsSupportHTMLFormat()
        To check if the device support HTML format
      • setSupportHTMLFormat

        void setSupportHTMLFormat​(boolean flag)
        To set the device to support HTML format
        Parameters:
        flag - . True to support, false to not.
      • IsSupportHTMLImages

        boolean IsSupportHTMLImages()
        To check if the device support HTML images
      • setSupportHTMLImages

        void setSupportHTMLImages​(boolean flag)
        To set the device to support HTML images
        Parameters:
        flag - . True to support, false to not.
      • IsSupportExcelFormat

        boolean IsSupportExcelFormat()
        To check if the device support excel format
      • setSupportExcelFormat

        void setSupportExcelFormat​(boolean flag)
        To set the device to support excel format
        Parameters:
        flag - . True to support, false to not.
      • IsSupportPDFFormat

        boolean IsSupportPDFFormat()
        To check if the device support PDF format
      • setSupportPDFFormat

        void setSupportPDFFormat​(boolean flag)
        To set the device support PDF format
        Parameters:
        flag - . True to support, false to not.
      • getTransmitter

        WebTransmitter getTransmitter()
        To get the transmitter refered by this device
        Returns:
        the refered transmitter.
      • setTransmitter

        void setTransmitter​(WebTransmitter transmitter)
        To set the transmitter refered by this device
        Parameters:
        transmitter - . An instance of transmitter refered transmitter.