Package | Description |
---|---|
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
static IPdfFileEditor.ContentsResizeValue |
IPdfFileEditor.ContentsResizeValue.auto()
Initializes automatically calculated value.
|
IPdfFileEditor.ContentsResizeValue |
IPdfFileEditor.ContentsResizeParameters.getBottomMargin()
Gets or sets bottom margin on the resultant page.
|
IPdfFileEditor.ContentsResizeValue |
IPdfFileEditor.ContentsResizeParameters.getContentsHeight()
Gets or sets height of the content of the source page on the resultant page.
|
IPdfFileEditor.ContentsResizeValue |
IPdfFileEditor.ContentsResizeParameters.getContentsWidth()
Gets or sets width of the content of the source page on the resultant page.
|
IPdfFileEditor.ContentsResizeValue |
IPdfFileEditor.ContentsResizeParameters.getLeftMargin()
Gets or sets left margin on the resultant page.
|
IPdfFileEditor.ContentsResizeValue |
IPdfFileEditor.ContentsResizeParameters.getRightMargin()
Gets or sets right margin on the resultant page.
|
IPdfFileEditor.ContentsResizeValue |
IPdfFileEditor.ContentsResizeParameters.getTopMargin()
Gets or sets top margin on the resultant page.
|
static IPdfFileEditor.ContentsResizeValue |
IPdfFileEditor.ContentsResizeValue.percents(double value)
Initializes value in percents.
|
static IPdfFileEditor.ContentsResizeValue |
IPdfFileEditor.ContentsResizeValue.units(double value)
Initializes value in default space units.
|
Modifier and Type | Method and Description |
---|---|
void |
IPdfFileEditor.ContentsResizeParameters.setBottomMargin(IPdfFileEditor.ContentsResizeValue value)
Gets or sets bottom margin on the resultant page.
|
void |
IPdfFileEditor.ContentsResizeParameters.setContentsHeight(IPdfFileEditor.ContentsResizeValue value)
Gets or sets height of the content of the source page on the resultant page.
|
void |
IPdfFileEditor.ContentsResizeParameters.setContentsWidth(IPdfFileEditor.ContentsResizeValue value)
Gets or sets width of the content of the source page on the resultant page.
|
void |
IPdfFileEditor.ContentsResizeParameters.setLeftMargin(IPdfFileEditor.ContentsResizeValue value)
Gets or sets left margin on the resultant page.
|
void |
IPdfFileEditor.ContentsResizeParameters.setRightMargin(IPdfFileEditor.ContentsResizeValue value)
Gets or sets right margin on the resultant page.
|
void |
IPdfFileEditor.ContentsResizeParameters.setTopMargin(IPdfFileEditor.ContentsResizeValue value)
Gets or sets top margin on the resultant page.
|
Constructor and Description |
---|
ContentsResizeParameters(IPdfFileEditor.ContentsResizeValue leftMargin,
IPdfFileEditor.ContentsResizeValue contentsWidth,
IPdfFileEditor.ContentsResizeValue rightMargin,
IPdfFileEditor.ContentsResizeValue topMargin,
IPdfFileEditor.ContentsResizeValue contentsHeight,
IPdfFileEditor.ContentsResizeValue bottomMargin)
Creates resize parameters with specified margin values and contents size.
|