| Constructor and Description |
|---|
ReportCharset(Charset charset)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset() |
abstract String |
getLaTeXFontEnc() |
abstract String |
getLaTeXInputEnc() |
public ReportCharset(Charset charset)
charset - to use.public abstract String getLaTeXFontEnc() throws UnsupportedOperationException
\\usepackage[]{fontenc}.UnsupportedOperationException - if without LaTeX support.public abstract String getLaTeXInputEnc() throws UnsupportedOperationException
\\usepackage[]{inputenc}.UnsupportedOperationException - if without LaTeX support.Copyright © 2015. All rights reserved.