org.apache.poi.xwpf.converter.core.utils
Class DxaUtil

java.lang.Object
  extended by org.apache.poi.xwpf.converter.core.utils.DxaUtil

public class DxaUtil
extends Object

Author:
pascalleclercq cf. http://startbigthinksmall.wordpress.com/2010/01/04/points-inches-and-emus-measuring-units-in-office-open-xml/

Constructor Summary
DxaUtil()
           
 
Method Summary
static float dxa2inch(BigInteger dxa)
           
static float dxa2inch(float dxa)
           
static float dxa2mm(BigInteger dxa)
           
static float dxa2mm(float dxa)
           
static float dxa2points(BigInteger dxa)
           
static float dxa2points(float dxa)
           
static int dxa2points(int dxa)
           
static float emu2points(long emu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DxaUtil

public DxaUtil()
Method Detail

dxa2mm

public static float dxa2mm(float dxa)

dxa2mm

public static float dxa2mm(BigInteger dxa)

emu2points

public static float emu2points(long emu)

dxa2points

public static float dxa2points(float dxa)

dxa2points

public static int dxa2points(int dxa)

dxa2points

public static float dxa2points(BigInteger dxa)

dxa2inch

public static float dxa2inch(float dxa)

dxa2inch

public static float dxa2inch(BigInteger dxa)


Copyright © 2013. All rights reserved.