SpreadsheetHeaderFooterSectionType
Inheritance: java.lang.Object
public final class SpreadsheetHeaderFooterSectionType
Represents header/footer section in Excel document.
Fields
Field | Description |
---|---|
Left | Left section. |
Center | Center section. |
Right | Right section. |
Left
public static final int Left
Left section.
Center
public static final int Center
Center section.
Right
public static final int Right
Right section.