@Deprecated public class CellsHeaderFooterSection extends Object
Represents a header/footer section in an Excel document.
Modifier and Type | Method and Description |
---|---|
CellsHeaderFooter |
getHeaderFooter()
Deprecated.
Gets the parent header/footer of this
CellsHeaderFooterSection . |
CellsWatermarkableImage |
getImage()
Deprecated.
Gets the image of this
CellsHeaderFooterSection . |
String |
getScript()
Deprecated.
Gets the script formatting of this
CellsHeaderFooterSection . |
int |
getSectionType()
Deprecated.
Gets the type of this
CellsHeaderFooterSection . |
void |
setImage(CellsWatermarkableImage value)
Deprecated.
Sets the image of this
CellsHeaderFooterSection . |
void |
setScript(String value)
Deprecated.
Sets the script formatting of this
CellsHeaderFooterSection . |
public final int getSectionType()
Gets the type of this CellsHeaderFooterSection
.
CellsHeaderFooterSection
.public final CellsHeaderFooter getHeaderFooter()
Gets the parent header/footer of this CellsHeaderFooterSection
.
CellsHeaderFooterSection
.public final String getScript()
Gets the script formatting of this CellsHeaderFooterSection
.
CellsHeaderFooterSection
.public final void setScript(String value)
Sets the script formatting of this CellsHeaderFooterSection
.
value
- The script content of this CellsHeaderFooterSection
.public final CellsWatermarkableImage getImage()
Gets the image of this CellsHeaderFooterSection
.
CellsHeaderFooterSection
.
Returns null if the section has no image.public final void setImage(CellsWatermarkableImage value)
Sets the image of this CellsHeaderFooterSection
.
value
- The image of this CellsHeaderFooterSection
.
Returns null if the section has no image.Copyright © 2020. All rights reserved.