Option to specify a css size, in pixel, purcentage or em
5758596061626364
/** * @return the height option */ public SizeOption getHeight() { SizeOption height = (SizeOption) options.getComplexOption("height"); return height == null ? new SizeOption(200, SizeMetric.PIXEL) : height; }