Package com.teamdev.jxbrowser.print
Interface PageMargins.CustomMargins
- All Superinterfaces:
PageMargins
- Enclosing interface:
- PageMargins
Page margins in points. One point equals 1/72 of an inch.
- Since:
- 7.13
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.teamdev.jxbrowser.print.PageMargins
PageMargins.CustomMargins -
Method Summary
Modifier and TypeMethodDescriptiondefault intbottom()Returns the margin on the bottom side of the sheet.default intleft()Returns the margin on the left side of the sheet.default intright()Returns the margin on the right side of the sheet.default inttop()Returns the margin on the top side of the sheet.
-
Method Details
-
left
default int left()Returns the margin on the left side of the sheet. -
right
default int right()Returns the margin on the right side of the sheet. -
top
default int top()Returns the margin on the top side of the sheet. -
bottom
default int bottom()Returns the margin on the bottom side of the sheet.
-