Package org.odftoolkit.odfdom.type.Length

Examples of org.odftoolkit.odfdom.type.Length.Unit


    } catch (NumberFormatException ex) {
      Assert.assertNull(pixelLength1);
    }
   
    // make sure Units are resolved correctly
    Unit unit = Length.parseUnit("cm");
    Assert.assertEquals(Unit.CENTIMETER, unit);
  }
View Full Code Here

TOP

Related Classes of org.odftoolkit.odfdom.type.Length.Unit

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.