Uses of Class
org.ofdrw.converter.point.TextCodePoint

Packages that use TextCodePoint
Package
Description
 
  • Uses of TextCodePoint in org.ofdrw.converter.utils

    Methods in org.ofdrw.converter.utils that return types with arguments of type TextCodePoint
    Modifier and Type
    Method
    Description
    PointUtil.calPdfTextCoordinate(double width, double height, org.ofdrw.core.basicType.ST_Box boundary, float fontSize, List<org.ofdrw.core.text.TextCode> textCodes, boolean hasCtm, org.ofdrw.core.basicType.ST_Array ctm, boolean fixOriginToPdf, double scale)
     
    PointUtil.calPdfTextCoordinate(double width, double height, org.ofdrw.core.basicType.ST_Box boundary, float fontSize, List<org.ofdrw.core.text.TextCode> textCodes, List<org.ofdrw.core.text.CT_CGTransform> cgTransforms, org.ofdrw.core.basicType.ST_Box compositeObjectBoundary, org.ofdrw.core.basicType.ST_Array compositeObjectCTM, boolean hasCtm, org.ofdrw.core.basicType.ST_Array ctm, boolean fixOriginToPdf)
     
    PointUtil.calPdfTextCoordinate(double width, double height, org.ofdrw.core.basicType.ST_Box boundary, float fontSize, List<org.ofdrw.core.text.TextCode> textCodes, List<org.ofdrw.core.text.CT_CGTransform> cgTransforms, org.ofdrw.core.basicType.ST_Box compositeObjectBoundary, org.ofdrw.core.basicType.ST_Array compositeObjectCTM, boolean hasCtm, org.ofdrw.core.basicType.ST_Array ctm, boolean fixOriginToPdf, double scale)
     
    PointUtil.calTextPoint(List<org.ofdrw.core.text.TextCode> textCodes)