/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.stdole;
import com.wilutions.com.*;
/**
* FONTSIZE.
*
*/
@SuppressWarnings("all")
public class FONTSIZE {
static boolean __typelib__loaded = __TypeLib.load();
private Long value;
public FONTSIZE() {}
public FONTSIZE(Long v) { this.value = value; }
public Long getValue() { return value; }
public void setValue(Long v) { value = v;}
}