@Deprecated public class CellsHeaderFooter extends Object
Represents a header/footer in an Excel document.
Modifier and Type | Method and Description |
---|---|
int |
getHeaderFooterType()
Deprecated.
Gets the type of this
CellsHeaderFooter . |
CellsHeaderFooterSectionCollection |
getSections()
Deprecated.
Gets the collection of header/footer sections.
|
CellsWorksheet |
getWorksheet()
Deprecated.
Gets the parent worksheet of this
CellsHeaderFooter . |
public final int getHeaderFooterType()
Gets the type of this CellsHeaderFooter
.
CellsHeaderFooter
.public final CellsHeaderFooterSectionCollection getSections()
Gets the collection of header/footer sections.
public final CellsWorksheet getWorksheet()
Gets the parent worksheet of this CellsHeaderFooter
.
CellsHeaderFooter
.