All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.office.MsoScreenSize Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.office  ;

import com4j.*;

/**
 */
public enum MsoScreenSize {
  /**
   * 

* The value of this constant is 0 *

*/ msoScreenSize544x376, // 0 /** *

* The value of this constant is 1 *

*/ msoScreenSize640x480, // 1 /** *

* The value of this constant is 2 *

*/ msoScreenSize720x512, // 2 /** *

* The value of this constant is 3 *

*/ msoScreenSize800x600, // 3 /** *

* The value of this constant is 4 *

*/ msoScreenSize1024x768, // 4 /** *

* The value of this constant is 5 *

*/ msoScreenSize1152x882, // 5 /** *

* The value of this constant is 6 *

*/ msoScreenSize1152x900, // 6 /** *

* The value of this constant is 7 *

*/ msoScreenSize1280x1024, // 7 /** *

* The value of this constant is 8 *

*/ msoScreenSize1600x1200, // 8 /** *

* The value of this constant is 9 *

*/ msoScreenSize1800x1440, // 9 /** *

* The value of this constant is 10 *

*/ msoScreenSize1920x1200, // 10 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy