public class SpreadsheetHeaderFooter extends Object
Represents a header/footer in an Excel document.
Modifier and Type | Method and Description |
---|---|
int |
getHeaderFooterType()
Gets the type of this
SpreadsheetHeaderFooter . |
SpreadsheetHeaderFooterSectionCollection |
getSections()
Gets the collection of header/footer sections.
|
SpreadsheetWorksheet |
getWorksheet()
Gets the parent worksheet of this
SpreadsheetHeaderFooter . |
public final int getHeaderFooterType()
Gets the type of this SpreadsheetHeaderFooter
.
SpreadsheetHeaderFooter
.public final SpreadsheetHeaderFooterSectionCollection getSections()
Gets the collection of header/footer sections.
public final SpreadsheetWorksheet getWorksheet()
Gets the parent worksheet of this SpreadsheetHeaderFooter
.
SpreadsheetHeaderFooter
.Copyright © 2020. All rights reserved.