
net.rgielen.com4j.office2010.word.WdTableFormat Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.word ;
import com4j.*;
/**
*/
public enum WdTableFormat {
/**
*
* The value of this constant is 0
*
*/
wdTableFormatNone, // 0
/**
*
* The value of this constant is 1
*
*/
wdTableFormatSimple1, // 1
/**
*
* The value of this constant is 2
*
*/
wdTableFormatSimple2, // 2
/**
*
* The value of this constant is 3
*
*/
wdTableFormatSimple3, // 3
/**
*
* The value of this constant is 4
*
*/
wdTableFormatClassic1, // 4
/**
*
* The value of this constant is 5
*
*/
wdTableFormatClassic2, // 5
/**
*
* The value of this constant is 6
*
*/
wdTableFormatClassic3, // 6
/**
*
* The value of this constant is 7
*
*/
wdTableFormatClassic4, // 7
/**
*
* The value of this constant is 8
*
*/
wdTableFormatColorful1, // 8
/**
*
* The value of this constant is 9
*
*/
wdTableFormatColorful2, // 9
/**
*
* The value of this constant is 10
*
*/
wdTableFormatColorful3, // 10
/**
*
* The value of this constant is 11
*
*/
wdTableFormatColumns1, // 11
/**
*
* The value of this constant is 12
*
*/
wdTableFormatColumns2, // 12
/**
*
* The value of this constant is 13
*
*/
wdTableFormatColumns3, // 13
/**
*
* The value of this constant is 14
*
*/
wdTableFormatColumns4, // 14
/**
*
* The value of this constant is 15
*
*/
wdTableFormatColumns5, // 15
/**
*
* The value of this constant is 16
*
*/
wdTableFormatGrid1, // 16
/**
*
* The value of this constant is 17
*
*/
wdTableFormatGrid2, // 17
/**
*
* The value of this constant is 18
*
*/
wdTableFormatGrid3, // 18
/**
*
* The value of this constant is 19
*
*/
wdTableFormatGrid4, // 19
/**
*
* The value of this constant is 20
*
*/
wdTableFormatGrid5, // 20
/**
*
* The value of this constant is 21
*
*/
wdTableFormatGrid6, // 21
/**
*
* The value of this constant is 22
*
*/
wdTableFormatGrid7, // 22
/**
*
* The value of this constant is 23
*
*/
wdTableFormatGrid8, // 23
/**
*
* The value of this constant is 24
*
*/
wdTableFormatList1, // 24
/**
*
* The value of this constant is 25
*
*/
wdTableFormatList2, // 25
/**
*
* The value of this constant is 26
*
*/
wdTableFormatList3, // 26
/**
*
* The value of this constant is 27
*
*/
wdTableFormatList4, // 27
/**
*
* The value of this constant is 28
*
*/
wdTableFormatList5, // 28
/**
*
* The value of this constant is 29
*
*/
wdTableFormatList6, // 29
/**
*
* The value of this constant is 30
*
*/
wdTableFormatList7, // 30
/**
*
* The value of this constant is 31
*
*/
wdTableFormatList8, // 31
/**
*
* The value of this constant is 32
*
*/
wdTableFormat3DEffects1, // 32
/**
*
* The value of this constant is 33
*
*/
wdTableFormat3DEffects2, // 33
/**
*
* The value of this constant is 34
*
*/
wdTableFormat3DEffects3, // 34
/**
*
* The value of this constant is 35
*
*/
wdTableFormatContemporary, // 35
/**
*
* The value of this constant is 36
*
*/
wdTableFormatElegant, // 36
/**
*
* The value of this constant is 37
*
*/
wdTableFormatProfessional, // 37
/**
*
* The value of this constant is 38
*
*/
wdTableFormatSubtle1, // 38
/**
*
* The value of this constant is 39
*
*/
wdTableFormatSubtle2, // 39
/**
*
* The value of this constant is 40
*
*/
wdTableFormatWeb1, // 40
/**
*
* The value of this constant is 41
*
*/
wdTableFormatWeb2, // 41
/**
*
* The value of this constant is 42
*
*/
wdTableFormatWeb3, // 42
}