Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library which are either directly in it like Document or indirectly through several subpackages. |
Modifier and Type | Method and Description |
---|---|
MarginInfo |
Table.getDefaultCellPadding()
Gets the default cell padding.
|
MarginInfo |
Row.getDefaultCellPadding()
Gets default margin for row cells
|
MarginInfo |
TextParagraph.getMargin()
Gets or sets the padding.
|
MarginInfo |
PageInfo.getMargin()
Gets page margin.
|
MarginInfo |
LevelFormat.getMargin()
Gets or sets a list level margin
|
MarginInfo |
HeaderFooter.getMargin()
Gets or sets the margin info.
|
MarginInfo |
EpubLoadOptions.getMargin()
Gets reference on object that represent marging info.
|
MarginInfo |
Cell.getMargin()
Gets the padding.
|
MarginInfo |
BaseParagraph.getMargin()
Gets a outer margin for paragraph (for pdf generation)
|
MarginInfo |
FloatingBox.getPadding() |
Modifier and Type | Method and Description |
---|---|
void |
Table.setDefaultCellPadding(MarginInfo value)
Sets the default cell padding.
|
void |
Row.setDefaultCellPadding(MarginInfo value)
Sets default margin for row cells
|
void |
TextParagraph.setMargin(MarginInfo value) |
void |
PageInfo.setMargin(MarginInfo value)
Sets page margin.
|
void |
LevelFormat.setMargin(MarginInfo value) |
void |
HeaderFooter.setMargin(MarginInfo value) |
void |
Cell.setMargin(MarginInfo value)
Sets the padding.
|
void |
BaseParagraph.setMargin(MarginInfo value)
Sets a outer margin for paragraph (for pdf generation)
|
void |
FloatingBox.setPadding(MarginInfo value) |
Copyright © 2017 Aspose. All Rights Reserved.