|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PageBordersApplyType>
com.spire.doc.PageBordersApplyType
public enum PageBordersApplyType
Specifies on which pages border is applied.
Enum Constant Summary | |
---|---|
All_Except_First_Page
Page border applies to all pages except the first. |
|
All_Pages
Page border applies to all pages. |
|
First_Page
Page border applies only to first pages. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final PageBordersApplyType All_Pages
public static final PageBordersApplyType First_Page
public static final PageBordersApplyType All_Except_First_Page
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |