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

net.rgielen.com4j.office2010.word.WdApplyQuickStyleSets Maven / Gradle / Ivy

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

import com4j.*;

/**
 */
public enum WdApplyQuickStyleSets implements ComEnum {
  /**
   * 

* The value of this constant is 1 *

*/ wdSessionStartSet(1), /** *

* The value of this constant is 2 *

*/ wdTemplateSet(2), ; private final int value; WdApplyQuickStyleSets(int value) { this.value=value; } public int comEnumValue() { return value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy