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

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

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

import com4j.*;

/**
 */
public enum MsoPresetTexture implements ComEnum {
  /**
   * 

* The value of this constant is -2 *

*/ msoPresetTextureMixed(-2), /** *

* The value of this constant is 1 *

*/ msoTexturePapyrus(1), /** *

* The value of this constant is 2 *

*/ msoTextureCanvas(2), /** *

* The value of this constant is 3 *

*/ msoTextureDenim(3), /** *

* The value of this constant is 4 *

*/ msoTextureWovenMat(4), /** *

* The value of this constant is 5 *

*/ msoTextureWaterDroplets(5), /** *

* The value of this constant is 6 *

*/ msoTexturePaperBag(6), /** *

* The value of this constant is 7 *

*/ msoTextureFishFossil(7), /** *

* The value of this constant is 8 *

*/ msoTextureSand(8), /** *

* The value of this constant is 9 *

*/ msoTextureGreenMarble(9), /** *

* The value of this constant is 10 *

*/ msoTextureWhiteMarble(10), /** *

* The value of this constant is 11 *

*/ msoTextureBrownMarble(11), /** *

* The value of this constant is 12 *

*/ msoTextureGranite(12), /** *

* The value of this constant is 13 *

*/ msoTextureNewsprint(13), /** *

* The value of this constant is 14 *

*/ msoTextureRecycledPaper(14), /** *

* The value of this constant is 15 *

*/ msoTextureParchment(15), /** *

* The value of this constant is 16 *

*/ msoTextureStationery(16), /** *

* The value of this constant is 17 *

*/ msoTextureBlueTissuePaper(17), /** *

* The value of this constant is 18 *

*/ msoTexturePinkTissuePaper(18), /** *

* The value of this constant is 19 *

*/ msoTexturePurpleMesh(19), /** *

* The value of this constant is 20 *

*/ msoTextureBouquet(20), /** *

* The value of this constant is 21 *

*/ msoTextureCork(21), /** *

* The value of this constant is 22 *

*/ msoTextureWalnut(22), /** *

* The value of this constant is 23 *

*/ msoTextureOak(23), /** *

* The value of this constant is 24 *

*/ msoTextureMediumWood(24), ; private final int value; MsoPresetTexture(int value) { this.value=value; } public int comEnumValue() { return value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy