net.rgielen.com4j.office2010.word.WdXMLNodeLevel Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.word ;
import com4j.*;
/**
*/
public enum WdXMLNodeLevel {
/**
*
* The value of this constant is 0
*
*/
wdXMLNodeLevelInline, // 0
/**
*
* The value of this constant is 1
*
*/
wdXMLNodeLevelParagraph, // 1
/**
*
* The value of this constant is 2
*
*/
wdXMLNodeLevelRow, // 2
/**
*
* The value of this constant is 3
*
*/
wdXMLNodeLevelCell, // 3
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy