markdown 文本agregarle formato

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 文本agregarle formato相关的知识,希望对你有一定的参考价值。

#metodo para gregarle tamaño color

```
private Text formatText(String texto, String fuente) {
        Text text = new Text(texto);
        if (fuente.equals("P1")) {
            return text.setFontColor(Color.BLACK).setFont(PdfFontFactory.createFont(FontConstants.HELVETICA)).setFontSize(9.0).setBold();
        } else if (fuente.equals("P2")) {
            return text.setFontColor(Color.BLACK).setFont(PdfFontFactory.createFont(FontConstants.HELVETICA)).setFontSize(10.0);
        }else if (fuente.equals("P3")) {
            return text.setFontColor(Color.BLACK).setFont(PdfFontFactory.createFont(FontConstants.HELVETICA)).setFontSize(9.0).setBold().setUnderline();
        }
        
        return text;
    }
    
```

以上是关于markdown 文本agregarle formato的主要内容,如果未能解决你的问题,请参考以下文章

第二阶段学习总结

markdown HTML.CSS.JS.Forms.form最佳实践1

markdown antd form组件

markdown 在Ninja Forms中定位字段

markdown 隐藏字段form_for属性

markdown 使用jquery / vanillajs / form控件提交表单