pagebordersapplytype-ag凯发旗舰厅



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()


网站地图