Class DataConvertUtil
- java.lang.Object
-
- io.keikai.doc.io.schema.pdf.utils.DataConvertUtil
-
public class DataConvertUtil extends java.lang.ObjectInternal Use Only.Utility class to convert data.
- Author:
- jamson
-
-
Field Summary
Fields Modifier and Type Field Description static floatNOTDEF_FS_RATIORepresents the not defined character font size ratio.static floatST_OFFSET_FS_RATIORepresents the strike-through y offset font size ratio.static floatST_WIDTH_FS_RATIORepresents the strike-through width font size ratio.static floatSUB_OFFSET_FS_RATIORepresents subscript y offset font size ratio.static floatSUP_AND_SUB_FS_RATIORepresents superscript and subscript font size ratio.static floatSUP_OFFSET_FS_RATIORepresents superscript y offset font size ratio.static floatTEXT_AFTER_SPACINGRepresents the after spacing ratio of pdf text.static floatTEXT_BG_COLOR_OFFSETRepresents the background color offset ratio of pdf text.static floatU_AFTER_SPACINGRepresents the underline after spacing ratio.static floatU_WIDTH_FS_RATIORepresents the underline width font size ratio.
-
Constructor Summary
Constructors Constructor Description DataConvertUtil()
-
-
-
Field Detail
-
NOTDEF_FS_RATIO
public static final float NOTDEF_FS_RATIO
Represents the not defined character font size ratio.- See Also:
- Constant Field Values
-
TEXT_AFTER_SPACING
public static final float TEXT_AFTER_SPACING
Represents the after spacing ratio of pdf text.- See Also:
- Constant Field Values
-
TEXT_BG_COLOR_OFFSET
public static final float TEXT_BG_COLOR_OFFSET
Represents the background color offset ratio of pdf text.- See Also:
- Constant Field Values
-
SUP_AND_SUB_FS_RATIO
public static final float SUP_AND_SUB_FS_RATIO
Represents superscript and subscript font size ratio.- See Also:
- Constant Field Values
-
SUP_OFFSET_FS_RATIO
public static final float SUP_OFFSET_FS_RATIO
Represents superscript y offset font size ratio.- See Also:
- Constant Field Values
-
SUB_OFFSET_FS_RATIO
public static final float SUB_OFFSET_FS_RATIO
Represents subscript y offset font size ratio.- See Also:
- Constant Field Values
-
ST_OFFSET_FS_RATIO
public static final float ST_OFFSET_FS_RATIO
Represents the strike-through y offset font size ratio.- See Also:
- Constant Field Values
-
ST_WIDTH_FS_RATIO
public static final float ST_WIDTH_FS_RATIO
Represents the strike-through width font size ratio.- See Also:
- Constant Field Values
-
U_WIDTH_FS_RATIO
public static final float U_WIDTH_FS_RATIO
Represents the underline width font size ratio.- See Also:
- Constant Field Values
-
U_AFTER_SPACING
public static final float U_AFTER_SPACING
Represents the underline after spacing ratio.- See Also:
- Constant Field Values
-
-