com.spire.doc
Enum PageBorderOffsetFrom
java.lang.Object
java.lang.Enum<PageBorderOffsetFrom>
com.spire.doc.PageBorderOffsetFrom
- All Implemented Interfaces:
- java.lang.Comparable<PageBorderOffsetFrom>
public enum PageBorderOffsetFrom
- extends java.lang.Enum<PageBorderOffsetFrom>
Specifies the position of page border.
Enum Constant Summary |
Page_Edge
Page border is measured from the edge of the page. |
Text
Page border is measured from text. |
Text
public static final PageBorderOffsetFrom Text
- Page border is measured from text.
Page_Edge
public static final PageBorderOffsetFrom Page_Edge
- Page border is measured from the edge of the page.
getValue
public int getValue()