net.rgielen.com4j.office2010.vba.vbext_ProjectProtection Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.vba ;
import com4j.*;
/**
*/
public enum vbext_ProjectProtection {
/**
*
* The value of this constant is 0
*
*/
vbext_pp_none, // 0
/**
*
* The value of this constant is 1
*
*/
vbext_pp_locked, // 1
}