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

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

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

import com4j.*;

/**
 */
public enum MsoButtonStyleHidden implements ComEnum {
  /**
   * 

* The value of this constant is 4 *

*/ msoButtonWrapText(4), /** *

* The value of this constant is 8 *

*/ msoButtonTextBelow(8), ; private final int value; MsoButtonStyleHidden(int value) { this.value=value; } public int comEnumValue() { return value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy