| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
IGraphic |
PageSettings.getCenterFooterPicture()
Returns a IGraphic object that represents the picture for the center section of the footer.
|
IGraphic |
PageSettings.getCenterFooterPicture()
Returns a IGraphic object that represents the picture for the center section of the footer.
|
IGraphic |
IPageSetup.getCenterFooterPicture()
Gets a
IGraphic object that represents the picture for the center
section of the footer. |
IGraphic |
PageSettings.getCenterHeaderPicture()
Returns a IGraphic object that represents the picture for the center section of the header.
|
IGraphic |
PageSettings.getCenterHeaderPicture()
Returns a IGraphic object that represents the picture for the center section of the header.
|
IGraphic |
IPageSetup.getCenterHeaderPicture()
Gets a
IGraphic object that represents the picture for the center
section of the header. |
IGraphic |
PageSettings.getLeftFooterPicture()
Returns a IGraphic object that represents the picture for the left section of the footer.
|
IGraphic |
PageSettings.getLeftFooterPicture()
Returns a IGraphic object that represents the picture for the left section of the footer.
|
IGraphic |
IPageSetup.getLeftFooterPicture()
Gets a
IGraphic object that represents the picture for the left
section of the footer. |
IGraphic |
PageSettings.getLeftHeaderPicture()
Returns a IGraphic object that represents the picture for the left section of the header.
|
IGraphic |
PageSettings.getLeftHeaderPicture()
Returns a IGraphic object that represents the picture for the left section of the header.
|
IGraphic |
IPageSetup.getLeftHeaderPicture()
Gets a
IGraphic object that represents the picture for the left
section of the header. |
IGraphic |
IHeaderFooter.getPicture()
Returns a
IGraphic object that represents a picture field included in
the specified header or footer. |
IGraphic |
PageSettings.getRightFooterPicture()
Returns a IGraphic object that represents the picture for the right section of the footer.
|
IGraphic |
PageSettings.getRightFooterPicture()
Returns a IGraphic object that represents the picture for the right section of the footer.
|
IGraphic |
IPageSetup.getRightFooterPicture()
Gets a
IGraphic object that represents the picture for the right
section of the footer. |
IGraphic |
PageSettings.getRightHeaderPicture()
Returns a IGraphic object that represents the picture for the right section of the header.
|
IGraphic |
PageSettings.getRightHeaderPicture()
Returns a IGraphic object that represents the picture for the right section of the header.
|
IGraphic |
IPageSetup.getRightHeaderPicture()
Gets a
IGraphic object that represents the picture for the right
section of the header. |
| Modifier and Type | Method and Description |
|---|---|
void |
PageSettings.setCenterFooterPicture(IGraphic value)
Sets a IGraphic object that represents the picture for the center section of the footer.
|
void |
PageSettings.setCenterFooterPicture(IGraphic value)
Sets a IGraphic object that represents the picture for the center section of the footer.
|
void |
PageSettings.setCenterHeaderPicture(IGraphic value)
Sets a IGraphic object that represents the picture for the center section of the header.
|
void |
PageSettings.setCenterHeaderPicture(IGraphic value)
Sets a IGraphic object that represents the picture for the center section of the header.
|
void |
PageSettings.setLeftFooterPicture(IGraphic value)
Sets a IGraphic object that represents the picture for the left section of the footer.
|
void |
PageSettings.setLeftFooterPicture(IGraphic value)
Sets a IGraphic object that represents the picture for the left section of the footer.
|
void |
PageSettings.setLeftHeaderPicture(IGraphic value)
Sets a IGraphic object that represents the picture for the left section of the header.
|
void |
PageSettings.setLeftHeaderPicture(IGraphic value)
Sets a IGraphic object that represents the picture for the left section of the header.
|
void |
PageSettings.setRightFooterPicture(IGraphic value)
Sets a IGraphic object that represents the picture for the right section of the footer.
|
void |
PageSettings.setRightFooterPicture(IGraphic value)
Sets a IGraphic object that represents the picture for the right section of the footer.
|
void |
PageSettings.setRightHeaderPicture(IGraphic value)
Sets a IGraphic object that represents the picture for the right section of the header.
|
void |
PageSettings.setRightHeaderPicture(IGraphic value)
Sets a IGraphic object that represents the picture for the right section of the header.
|