Interface WebTheme

    • Method Detail

      • isLink

        boolean isLink()
      • setIsLink

        void setIsLink​(boolean isLink)
      • isCustomizedDossierTheme

        boolean isCustomizedDossierTheme()
        Check if the current theme object is a customized dossier theme object. A customized dossier theme object should meet the following requirements at the same time: 1. Type is DssXmlTypeDocumentDefinition = 55; 2. SubType is DssXmlSubTypeDocumentTheme = 0x3702; 3. Has assigned value for the "ThemeDefaultFormats" property in "RWDocumentProperties" property set
        Returns:
        {boolean} Whether the current object is a customized dossier theme object.