PandA-2024.02
|
xml nodes used in file specifying latex table format More...
Go to the source code of this file.
Macros | |
#define | STR_XML_latex_table_alignment "alignment" |
The node containing type of alignment. More... | |
#define | STR_XML_latex_table_column "column" |
The node containing information about single column. More... | |
#define | STR_XML_latex_table_column_name "name" |
The node containing information about the name of the column. More... | |
#define | STR_XML_latex_table_comparison "compare" |
The node containing information about column comparison. More... | |
#define | STR_XML_latex_table_operator "operator" |
The attribute containing information about type of comparison. More... | |
#define | STR_XML_latex_table_precision "precision" |
The node containg information about the precision of the number. More... | |
#define | STR_XML_latex_table_text_format "text_format" |
The node containing type of text to be printed. More... | |
#define | STR_XML_latex_table_root "latex_table_format" |
The root node. More... | |
#define | STR_XML_latex_table_source_name "source_name" |
The node containing the source name of this column. More... | |
#define | STR_XML_latex_table_total "total" |
The node containing information about column total. More... | |
#define | STR_XML_latex_table_value "value" |
The attribute containing the value of the field. More... | |
xml nodes used in file specifying latex table format
Definition in file latex_table_xml.hpp.
#define STR_XML_latex_table_alignment "alignment" |
The node containing type of alignment.
Definition at line 47 of file latex_table_xml.hpp.
Referenced by Translator::read_column_formats().
#define STR_XML_latex_table_column "column" |
The node containing information about single column.
Definition at line 50 of file latex_table_xml.hpp.
Referenced by Translator::read_column_formats().
#define STR_XML_latex_table_column_name "name" |
The node containing information about the name of the column.
Definition at line 53 of file latex_table_xml.hpp.
Referenced by Translator::read_column_formats().
#define STR_XML_latex_table_comparison "compare" |
The node containing information about column comparison.
Definition at line 56 of file latex_table_xml.hpp.
Referenced by Translator::read_column_formats().
#define STR_XML_latex_table_operator "operator" |
The attribute containing information about type of comparison.
Definition at line 59 of file latex_table_xml.hpp.
Referenced by Translator::read_column_formats().
#define STR_XML_latex_table_precision "precision" |
The node containg information about the precision of the number.
Definition at line 62 of file latex_table_xml.hpp.
Referenced by Translator::read_column_formats().
#define STR_XML_latex_table_root "latex_table_format" |
The root node.
Definition at line 68 of file latex_table_xml.hpp.
Referenced by Parameter::GetFileFormat(), DataXmlParser::Parse(), and Translator::read_column_formats().
#define STR_XML_latex_table_source_name "source_name" |
The node containing the source name of this column.
Definition at line 71 of file latex_table_xml.hpp.
Referenced by Translator::read_column_formats().
#define STR_XML_latex_table_text_format "text_format" |
The node containing type of text to be printed.
Definition at line 65 of file latex_table_xml.hpp.
Referenced by Translator::read_column_formats().
#define STR_XML_latex_table_total "total" |
The node containing information about column total.
Definition at line 74 of file latex_table_xml.hpp.
Referenced by Translator::read_column_formats().
#define STR_XML_latex_table_value "value" |
The attribute containing the value of the field.
Definition at line 77 of file latex_table_xml.hpp.
Referenced by Translator::read_column_formats().