Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
HeaderFooterSection |
HeaderFooterSection.append(HeaderFooterFieldType fieldType)
Appends special header/footer field to
content . |
HeaderFooterSection |
HeaderFooterSection.append(HeaderFooterFieldType fieldType,
ExcelFont font)
Appends special header/footer field to
content . |
HeaderFooterSection |
HeaderFooterSection.append(String text)
Appends text to
content . |
HeaderFooterSection |
HeaderFooterSection.append(String text,
ExcelFont font)
Appends text to
content . |
HeaderFooterSection |
HeaderFooterSection.appendPicture(InputStream pictureStream,
ExcelPictureFormat imageFormat)
Appends picture to this
HeaderFooterSection instance. |
HeaderFooterSection |
HeaderFooterSection.appendPicture(InputStream pictureStream,
ExcelPictureFormat imageFormat,
int width,
int height)
Appends picture to this
HeaderFooterSection instance. |
HeaderFooterSection |
HeaderFooterSection.appendPicture(String fileName)
Appends picture to this
HeaderFooterSection instance. |
HeaderFooterSection |
HeaderFooterSection.appendPicture(String fileName,
int width,
int height)
Appends picture to this
HeaderFooterSection instance. |
HeaderFooterSection |
HeaderFooter.getCenterSection()
Gets center section.
|
HeaderFooterSection |
HeaderFooter.getLeftSection()
Gets left section.
|
HeaderFooterSection |
HeaderFooter.getRightSection()
Gets right section.
|
HeaderFooterSection |
HeaderFooterSection.setPicture(com.gembox.internal.core.io.MovableByteArrayInputStream pictureStream,
ExcelPictureFormat imageFormat,
int width,
int height)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
void |
HeaderFooter.setCenterSection(HeaderFooterSection value)
Sets center section.
|
void |
HeaderFooter.setLeftSection(HeaderFooterSection value)
Sets left section.
|
void |
HeaderFooter.setRightSection(HeaderFooterSection value)
Sets right section.
|
© GemBox d.o.o. — All rights reserved.