public interface ReportNLSLibrary extends NLSLibrary
Modifier and Type | Method and Description |
---|---|
java.util.List<java.awt.Font> |
getFontKeys(java.lang.String catalogPath,
int catalogVersionNumber)
Gets Font Keys from the Report NLS library.
|
java.util.List<java.lang.String> |
getFormatKeys(java.lang.String catalogPath,
int catalogVersionNumber)
Gets Format Keys from the Report NLS library.
|
java.util.Map<NLSType,java.util.Map<java.lang.String,java.lang.String>> |
getOriginalTextKeys(java.lang.String catalogPath,
int catalogVersionNumber)
Gets Text Keys and original text values from the Report NLS library.
|
java.util.Map<java.lang.String,java.lang.String> |
getParameterNamesMap(java.lang.String catalogPath,
int catalogVersionNumber)
Gets the Parameter Names Map.
|
java.util.Map<java.lang.String,ReportNLSLibrary> |
getSubReportNLSLibraries()
Gets the Report NLS libraries of sub-reports of the main report.
|
java.util.Map<NLSType,java.util.List<java.lang.String>> |
getTextKeys(java.lang.String catalogPath,
int catalogVersionNumber)
Gets Text Keys from the Report NLS library.
|
containsLocale, getAvailableLocales, getFontNLSEntries, getFontNLSEntry, getFormatNLSEntries, getFormatNLSEntry, getNLSEntries, getTextNLSEntries, getTextNLSEntry, removeFontNLSEntries, removeFontNLSEntry, removeFormatNLSEntries, removeFormatNLSEntry, removeNLSEntries, removeNLSEntries, removeNLSEntry, removeTextNLSEntries, removeTextNLSEntry, updateFontNLSEntries, updateFontNLSEntry, updateFormatNLSEntries, updateFormatNLSEntry, updateNLSEntries, updateNLSEntry, updateTextNLSEntries, updateTextNLSEntry
java.util.Map<NLSType,java.util.List<java.lang.String>> getTextKeys(java.lang.String catalogPath, int catalogVersionNumber)
catalogPath
- The path of catalog.catalogVersionNumber
- The version number of catalog.java.util.List<java.lang.String> getFormatKeys(java.lang.String catalogPath, int catalogVersionNumber)
catalogPath
- The path of catalog.catalogVersionNumber
- The version number of catalog.java.util.List<java.awt.Font> getFontKeys(java.lang.String catalogPath, int catalogVersionNumber)
catalogPath
- The path of catalog.catalogVersionNumber
- The version number of catalog.java.util.Map<java.lang.String,ReportNLSLibrary> getSubReportNLSLibraries()
java.util.Map<java.lang.String,java.lang.String> getParameterNamesMap(java.lang.String catalogPath, int catalogVersionNumber)
catalogPath
- The path of catalog.catalogVersionNumber
- The version number of catalog.java.util.Map<NLSType,java.util.Map<java.lang.String,java.lang.String>> getOriginalTextKeys(java.lang.String catalogPath, int catalogVersionNumber)
catalogPath
- The path of catalog.catalogVersionNumber
- The version number of catalog.