@@ -17,6 +17,7 @@ import java.util.List;
* @Date 2020/5/15 16:29
* @Version 1.0
*/
+@Deprecated
public class AudioTextHandler implements RichTextHandler{
private static final Logger LOG = LoggerFactory.getLogger(AudioTextHandler.class);
@@ -24,6 +24,7 @@ import java.util.Map;
public class ComplexTextHandler implements RichTextHandler {
private static final Logger LOG = LoggerFactory.getLogger(HtmlTextHandler.class);
* @Date 2020/5/15 16:28
public class HtmlTextHandler implements RichTextHandler {
@@ -26,6 +26,7 @@ import java.util.Map;
public class ImageTextHandler implements RichTextHandler {
private static final Logger LOG = LoggerFactory.getLogger(ImageTextHandler.class);
@@ -9,6 +9,7 @@ import java.util.Map;
* @Date 2020/3/2 18:35
public class BlockBean {
public BlockBean(String type) {
this.type = type;
@@ -9,6 +9,7 @@ import java.util.List;
* @Date 2020/3/30 17:00
public class SectionBean {
public SectionBean() {
@@ -8,6 +8,7 @@ import java.util.List;
* @Date 2020/3/30 16:59
public class SectionCollectionBean {
private List<SectionBean> sections;