public class SpreadsheetHeaderFooter extends Object
Represents a header/footer in an Excel document.
| Constructor and Description |
|---|
SpreadsheetHeaderFooter(SpreadsheetWorksheet worksheet,
int headerFooterType) |
| 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 SpreadsheetHeaderFooter(SpreadsheetWorksheet worksheet, int headerFooterType)
public final int getHeaderFooterType()
SpreadsheetHeaderFooter.SpreadsheetHeaderFooter.public final SpreadsheetHeaderFooterSectionCollection getSections()
Gets the collection of header/footer sections.
public final SpreadsheetWorksheet getWorksheet()
SpreadsheetHeaderFooter.SpreadsheetHeaderFooter.Copyright © 2026. All rights reserved.