| Modifier and Type | Method and Description |
|---|---|
static Position |
Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Position[] |
Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Worksheet.footer(String text,
Position position)
Set footer text.
|
void |
Worksheet.footer(String text,
Position position,
int fontSize)
Set footer text with specified font size.
|
void |
Worksheet.footer(String text,
Position position,
String fontName,
int fontSize)
Set footer text with specified font and size.
|
void |
Worksheet.header(String text,
Position position)
Set header text with specified font and size.
|
void |
Worksheet.header(String text,
Position position,
int fontSize)
Set header text with specified font size.
|
void |
Worksheet.header(String text,
Position position,
String fontName,
int fontSize)
Set header text.
|
| Constructor and Description |
|---|
MarginalInformation(String text,
Position position) |
Copyright © 2023. All rights reserved.