const string& gle_config_papersize() { ConfigSection* paper = g_Config.getSection(GLE_CONFIG_PAPER); return ((CmdLineArgString*)paper->getOptionValue(GLE_CONFIG_PAPER_SIZE))->getValue(); }
const string& gle_config_margins() { ConfigSection* paper = g_Config.getSection(GLE_CONFIG_PAPER); return ((CmdLineArgString*)paper->getOptionValue(GLE_CONFIG_PAPER_MARGINS))->getValue(); }