public class UnitUtil extends Object
Constructor and Description |
---|
UnitUtil() |
Modifier and Type | Method and Description |
---|---|
static int |
char256ToPx(int width256,
int charWidthPx)
convert column width(char 256) to pixel
|
static int |
emuToPx(int emu)
convert EMU to pixel, 1 twip == 635 emu
|
static int |
pointToPx(int point) |
static int |
pointToTwip(int point) |
static int |
pxToEmu(int px)
convert pixel to EMU
|
static int |
pxToPoint(int px) |
static int |
pxToTwip(int px) |
static int |
twipToPoint(int twip)
convert row height(twip) to point(font size)
|
static int |
twipToPx(int twip)
convert row height(twip) to pixel
|
public static int pxToPoint(int px)
public static int pointToPx(int point)
public static int pxToEmu(int px)
public static int emuToPx(int emu)
public static int char256ToPx(int width256, int charWidthPx)
public static int twipToPx(int twip)
public static int pxToTwip(int px)
public static int twipToPoint(int twip)
public static int pointToTwip(int point)
Copyright © 2020. All rights reserved.