
net.rgielen.com4j.office2010.word.WdTaskPanes Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.word ;
import com4j.*;
/**
*/
public enum WdTaskPanes {
/**
*
* The value of this constant is 0
*
*/
wdTaskPaneFormatting, // 0
/**
*
* The value of this constant is 1
*
*/
wdTaskPaneRevealFormatting, // 1
/**
*
* The value of this constant is 2
*
*/
wdTaskPaneMailMerge, // 2
/**
*
* The value of this constant is 3
*
*/
wdTaskPaneTranslate, // 3
/**
*
* The value of this constant is 4
*
*/
wdTaskPaneSearch, // 4
/**
*
* The value of this constant is 5
*
*/
wdTaskPaneXMLStructure, // 5
/**
*
* The value of this constant is 6
*
*/
wdTaskPaneDocumentProtection, // 6
/**
*
* The value of this constant is 7
*
*/
wdTaskPaneDocumentActions, // 7
/**
*
* The value of this constant is 8
*
*/
wdTaskPaneSharedWorkspace, // 8
/**
*
* The value of this constant is 9
*
*/
wdTaskPaneHelp, // 9
/**
*
* The value of this constant is 10
*
*/
wdTaskPaneResearch, // 10
/**
*
* The value of this constant is 11
*
*/
wdTaskPaneFaxService, // 11
/**
*
* The value of this constant is 12
*
*/
wdTaskPaneXMLDocument, // 12
/**
*
* The value of this constant is 13
*
*/
wdTaskPaneDocumentUpdates, // 13
/**
*
* The value of this constant is 14
*
*/
wdTaskPaneSignature, // 14
/**
*
* The value of this constant is 15
*
*/
wdTaskPaneStyleInspector, // 15
/**
*
* The value of this constant is 16
*
*/
wdTaskPaneDocumentManagement, // 16
/**
*
* The value of this constant is 17
*
*/
wdTaskPaneApplyStyles, // 17
/**
*
* The value of this constant is 18
*
*/
wdTaskPaneNav, // 18
/**
*
* The value of this constant is 19
*
*/
wdTaskPaneSelection, // 19
}