| Package | Description |
|---|---|
| rst.pdfbox.layout.elements |
| Modifier and Type | Method and Description |
|---|---|
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.A0()
Sets the media box to size
Constants.A0. |
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.A1()
Sets the media box to size
Constants.A1. |
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.A2()
Sets the media box to size
Constants.A2. |
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.A3()
Sets the media box to size
Constants.A3. |
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.A4()
Sets the media box to size
Constants.A4. |
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.A5()
Sets the media box to size
Constants.A5. |
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.A6()
Sets the media box to size
Constants.A6. |
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.landscape()
Sets the orientation to
Orientation.Landscape. |
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.letter()
Sets the media box to size
Constants.Letter. |
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.marginBottom(float marginBottom)
Sets the bottom margin.
|
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.marginLeft(float marginLeft)
Sets the left margin.
|
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.marginRight(float marginRight)
Sets the right margin.
|
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.margins(float marginLeft,
float marginRight,
float marginTop,
float marginBottom)
Sets the margins.
|
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.marginTop(float marginTop)
Sets the top margin.
|
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.mediaBox(org.apache.pdfbox.pdmodel.common.PDRectangle mediaBox)
Sets the media box to the given size.
|
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.orientation(Orientation orientation)
Sets the orientation to the given one.
|
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.portrait()
Sets the orientation to
Orientation.Portrait. |
PageFormat.PageFormatBuilder |
PageFormat.PageFormatBuilder.rotation(int angle)
Sets the rotation to apply to the page after rendering.
|
static PageFormat.PageFormatBuilder |
PageFormat.with() |
Copyright © 2022. All rights reserved.