Modifier and Type | Method and Description |
---|---|
TextStyle |
TableStyle.getTextStyle()
Get the current TextStyle object.
|
TextStyle |
StyledText.getTextStyle() |
Modifier and Type | Method and Description |
---|---|
void |
Header.addPageCount(TextStyle ts,
int nFooterRegion,
int nParagraph) |
void |
Footer.addPageCount(TextStyle ts,
int nFooterRegion,
int nParagraph) |
void |
Header.addPageNumber(TextStyle ts,
int nFooterRegion,
int nParagraph) |
void |
Footer.addPageNumber(TextStyle ts,
int nFooterRegion,
int nParagraph) |
void |
Header.addStyledText(TextStyle ts,
java.lang.String sText,
int nHeaderRegion,
int nParagraph)
Adds a TextStyle and text to the header region specified by nHeaderRegion.
|
void |
Footer.addStyledText(TextStyle ts,
java.lang.String sText,
int nFooterRegion,
int nParagraph)
Adds a TextStyle and text to the footer region specified by nFooterRegion.
|
void |
Content.addTextStyle(TextStyle ts) |
void |
Styles.addTextStyle(TextStyle ts) |
void |
TableStyle.setTextStyle(TextStyle textStyle)
Set a new TextStyle object.
|
void |
StyledText.setTextStyle(TextStyle t) |
Constructor and Description |
---|
StyledText(TextStyle t,
java.lang.String s) |