Uses of Class
cn.net.pap.common.pdf.dto.TextPointDTO
Packages that use TextPointDTO
-
Uses of TextPointDTO in cn.net.pap.common.pdf
Methods in cn.net.pap.common.pdf that return types with arguments of type TextPointDTOModifier and TypeMethodDescriptionstatic List<TextPointDTO>FontUtil.cutTextInVertical(String columnText, Float x, Float y, Float width, Float height, Font font) 垂直切割,传入一个矩形区域和对应的文本,按照垂直方向进行切割,并注意平分数据.Method parameters in cn.net.pap.common.pdf with type arguments of type TextPointDTOModifier and TypeMethodDescriptionFontUtil.convertTextPointDTO(List<TextPointDTO> textPointDTOS) 数据类型转换