Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
com.aspose.pdf.tagged.logicalstructure.elements |
The com.aspose.pdf.tagged.logicalstructure.elements is a namespace for PDF Logical Structure classes.
|
com.aspose.pdf.tagged.logicalstructure.elements.bls |
The com.aspose.pdf.tagged.logicalstructure.elements.bls is a namespace for PDF Logical Structure classes.
|
Modifier and Type | Method and Description |
---|---|
MarginInfo |
PageInfo.getAnyMargin()
Gets or sets page margin for any page except first.
|
MarginInfo |
Row.getDefaultCellPadding()
Gets default margin for row getCells()
|
MarginInfo |
Table.getDefaultCellPadding()
Gets the default cell padding.
|
MarginInfo |
BaseParagraph.getMargin()
Gets a outer margin for paragraph (for pdf generation)
|
MarginInfo |
Cell.getMargin()
Gets the padding.
|
MarginInfo |
EpubLoadOptions.getMargin()
Gets reference on object that represent marging info.
|
MarginInfo |
HeaderFooter.getMargin()
Gets the margin info.
|
MarginInfo |
LevelFormat.getMargin()
Gets a list level margin
|
MarginInfo |
PageInfo.getMargin()
Gets page margin.
|
MarginInfo |
TextParagraph.getMargin()
Gets the padding.
|
MarginInfo |
FloatingBox.getPadding()
Gets a object that indicates the padding of the floating box.
|
Modifier and Type | Method and Description |
---|---|
void |
PageInfo.setAnyMargin(MarginInfo value)
Gets or sets page margin for any page except first.
|
void |
Row.setDefaultCellPadding(MarginInfo value)
Sets default margin for row getCells()
|
void |
Table.setDefaultCellPadding(MarginInfo value)
Sets the default cell padding.
|
void |
BaseParagraph.setMargin(MarginInfo value)
Sets a outer margin for paragraph (for pdf generation)
|
void |
Cell.setMargin(MarginInfo value)
Sets the padding.
|
void |
EpubLoadOptions.setMargin(MarginInfo value)
Gets reference on object that represent marging info.
|
void |
HeaderFooter.setMargin(MarginInfo value)
Sets the margin info.
|
void |
LevelFormat.setMargin(MarginInfo value)
Sets a list level margin
|
void |
PageInfo.setMargin(MarginInfo value)
Sets page margin.
|
void |
TextParagraph.setMargin(MarginInfo value)
Sets the padding.
|
void |
FloatingBox.setPadding(MarginInfo value)
Sets a object that indicates the padding of the floating box.
|
Modifier and Type | Method and Description |
---|---|
MarginInfo |
StructureTextState.getMarginInfo()
Gets or sets margin for block structure element.
|
Modifier and Type | Method and Description |
---|---|
void |
StructureTextState.setMarginInfo(MarginInfo value)
Gets or sets margin for block structure element.
|
Modifier and Type | Method and Description |
---|---|
MarginInfo |
TableElement.getDefaultCellPadding()
Gets or sets the default cell padding.
|
MarginInfo |
TableTRElement.getDefaultCellPadding()
Gets or sets default margin for row cells.
|
MarginInfo |
TableCellElement.getMargin()
Gets or sets the padding.
|
Modifier and Type | Method and Description |
---|---|
void |
TableElement.setDefaultCellPadding(MarginInfo value)
Gets or sets the default cell padding.
|
void |
TableTRElement.setDefaultCellPadding(MarginInfo value)
Gets or sets default margin for row cells.
|
void |
TableCellElement.setMargin(MarginInfo value)
Gets or sets the padding.
|
Copyright © 2024 Aspose. All Rights Reserved.