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
. |
SpreadsheetHeaderFooterSectionCollection |
getSections()
Gets the collection of header/footer sections.
|
SpreadsheetWorksheet |
getWorksheet()
Gets the parent worksheet of this
. |
public final int getHeaderFooterType()
SpreadsheetHeaderFooter
.SpreadsheetHeaderFooter
.public final SpreadsheetHeaderFooterSectionCollection getSections()
Gets the collection of header/footer sections.
public final SpreadsheetWorksheet getWorksheet()
SpreadsheetHeaderFooter
.SpreadsheetHeaderFooter
.