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