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. |
Modifier and Type | Method and Description |
---|---|
Image |
Cell.getBackgroundImage()
Gets or sets the background image
|
Image |
FloatingBox.getBackgroundImage()
Gets or sets background image for page (for generator only, not filled in when reading document).
|
Image |
Page.getBackgroundImage()
Gets or sets background image for page (for generator only, not filled in when reading document).
|
Modifier and Type | Method and Description |
---|---|
static Rectangle |
InternalHelper.getBBox(Image image) |
void |
Cell.setBackgroundImage(Image value)
Gets or sets the background image
|
void |
FloatingBox.setBackgroundImage(Image value)
Gets or sets background image for page (for generator only, not filled in when reading document).
|
void |
Page.setBackgroundImage(Image value)
Gets or sets background image for page (for generator only, not filled in when reading document).
|
static void |
InternalHelper.setTaggedInfo(Image image,
int mcid) |
Copyright © 2024 Aspose. All Rights Reserved.