@SingleOutputAllowedExtensions @HasHeaderFooterDefinition public class SetHeaderFooterParameters extends SinglePdfSourceSingleOutputParameters
| Constructor and Description |
|---|
SetHeaderFooterParameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
StandardType1Font |
getFont() |
BigDecimal |
getFontSize() |
HorizontalAlign |
getHorizontalAlign() |
String |
getLabelPrefix() |
Numbering |
getNumbering() |
PageRange |
getPageRange() |
PdfSource<?> |
getSource() |
VerticalAlign |
getVerticalAlign() |
int |
hashCode() |
void |
setFont(StandardType1Font font) |
void |
setFontSize(BigDecimal fontSize)
Set the font size in pts
|
void |
setHorizontalAlign(HorizontalAlign align) |
void |
setLabelPrefix(String labelPrefix) |
void |
setNumbering(Numbering numbering) |
void |
setPageRange(PageRange pageRange)
Set the page range where the header/footer will be applied
|
void |
setSource(PdfSource<?> source)
Set the source for this parameter.
|
void |
setVerticalAlign(VerticalAlign verticalAlign) |
String |
styledLabelFor(int pageNumber) |
getOutput, getOutputName, setOutput, setOutputNamegetMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersionisOverwrite, setOverwrite, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisOverwritepublic PageRange getPageRange()
public void setPageRange(PageRange pageRange)
pageRange - public String styledLabelFor(int pageNumber)
pageNumber - public StandardType1Font getFont()
public void setFont(StandardType1Font font)
public HorizontalAlign getHorizontalAlign()
public void setHorizontalAlign(HorizontalAlign align)
public VerticalAlign getVerticalAlign()
public void setVerticalAlign(VerticalAlign verticalAlign)
public BigDecimal getFontSize()
public Numbering getNumbering()
public void setNumbering(Numbering numbering)
public String getLabelPrefix()
public void setLabelPrefix(String labelPrefix)
public void setFontSize(BigDecimal fontSize)
fontSize - public int hashCode()
hashCode in class SinglePdfSourceSingleOutputParameterspublic boolean equals(Object other)
equals in class SinglePdfSourceSingleOutputParameterspublic PdfSource<?> getSource()
getSource in interface SinglePdfSourceTaskParameterspublic void setSource(PdfSource<?> source)
SinglePdfSourceTaskParameterssetSource in interface SinglePdfSourceTaskParametersCopyright © 2015. All Rights Reserved.