- java.lang.Object
-
- org.dhatim.fastexcel.MarginalInformation
-
public class MarginalInformation extends Object
Marginal Information, represents a header or footer in an Excel file.
-
-
Constructor Summary
Constructors Constructor Description MarginalInformation(String text, Position position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()MarginalInformationwithFont(String font)MarginalInformationwithFontSize(int fontSize)voidwrite(org.dhatim.fastexcel.Writer writer)
-
-
-
Method Detail
-
withFont
public MarginalInformation withFont(String font)
-
withFontSize
public MarginalInformation withFontSize(int fontSize)
-
getContent
public String getContent()
-
write
public void write(org.dhatim.fastexcel.Writer writer) throws IOException- Throws:
IOException
-
-