com.spire.doc
Enum PageBordersApplyType

java.lang.Object
  extended by java.lang.Enum<PageBordersApplyType>
      extended by com.spire.doc.PageBordersApplyType
All Implemented Interfaces:
java.lang.Comparable<PageBordersApplyType>

public enum PageBordersApplyType
extends java.lang.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

All_Pages

public static final PageBordersApplyType All_Pages
Page border applies to all pages.


First_Page

public static final PageBordersApplyType First_Page
Page border applies only to first pages.


All_Except_First_Page

public static final PageBordersApplyType All_Except_First_Page
Page border applies to all pages except the first.

Method Detail

getValue

public int getValue()