net.rgielen.com4j.office2010.word.WdSeekView Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.word ;
import com4j.*;
/**
*/
public enum WdSeekView {
/**
*
* The value of this constant is 0
*
*/
wdSeekMainDocument, // 0
/**
*
* The value of this constant is 1
*
*/
wdSeekPrimaryHeader, // 1
/**
*
* The value of this constant is 2
*
*/
wdSeekFirstPageHeader, // 2
/**
*
* The value of this constant is 3
*
*/
wdSeekEvenPagesHeader, // 3
/**
*
* The value of this constant is 4
*
*/
wdSeekPrimaryFooter, // 4
/**
*
* The value of this constant is 5
*
*/
wdSeekFirstPageFooter, // 5
/**
*
* The value of this constant is 6
*
*/
wdSeekEvenPagesFooter, // 6
/**
*
* The value of this constant is 7
*
*/
wdSeekFootnotes, // 7
/**
*
* The value of this constant is 8
*
*/
wdSeekEndnotes, // 8
/**
*
* The value of this constant is 9
*
*/
wdSeekCurrentPageHeader, // 9
/**
*
* The value of this constant is 10
*
*/
wdSeekCurrentPageFooter, // 10
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy