Constant Field Values
Contents
com.xmlmind.*
-
com.xmlmind.w2x.docx.toxhtml.Constants Modifier and Type Constant Field Value public static final StringAUTO_COLOR"#000000"public static final intCSS_DPI96 -
com.xmlmind.w2x.docx.toxhtml.Product Modifier and Type Constant Field Value public static final intBUILD_YEAR2025public static final StringEDITION"Professional"public static final StringFULL_NAME"XMLmind Word To XML Professional Edition 1.14.0"public static final StringLONG_NAME"XMLmind Word To XML Professional Edition"public static final StringNAME"XMLmind Word To XML"public static final StringVERSION"1.14.0" -
com.xmlmind.w2x.docx.toxhtml.Translator Modifier and Type Constant Field Value public static final StringAUTOMATIC_IDS_REGEX"(^_?[a-zA-Z]{1,3}\\d+$)|(^(OLE_LINK|_ENREF_))|(^_GoBack$)"
-
com.xmlmind.w2x.processor.EpubStep Modifier and Type Constant Field Value protected static final StringCOVER_HTML"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\"\n \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n<html lang=\"en-US\" xmlns=\"http://www.w3.org/1999/xhtml\">\n <head>\n <title>Cover</title>\n <style type=\"text/css\">img { max-width: 100%; }</style>\n </head>\n <body>\n <div id=\"cover-image\">\n <img src=\"%I\" alt=\"Cover image\"/>\n </div>\n </body>\n</html>\n" -
com.xmlmind.w2x.processor.HTMLElements Modifier and Type Constant Field Value public static final StringTEXT"#text" -
com.xmlmind.w2x.processor.SplitStep Modifier and Type Constant Field Value protected static final StringTOC_CSS".toc-entry-0,\n.toc-entry-1,\n.toc-entry-2,\n.toc-entry-3,\n.toc-entry-4,\n.toc-entry-5,\n.toc-entry-6,\n.toc-entry-7,\n.toc-entry-8,\n.toc-entry-9 {\n margin: 0.25em 0px;\n}\n\n.toc-entry-1 { margin-left: 4ex; }\n.toc-entry-2 { margin-left: 8ex; }\n.toc-entry-3 { margin-left: 12ex; }\n.toc-entry-4 { margin-left: 16ex; }\n.toc-entry-5 { margin-left: 20ex; }\n.toc-entry-6 { margin-left: 24ex; }\n.toc-entry-7 { margin-left: 28ex; }\n.toc-entry-8 { margin-left: 32ex; }\n.toc-entry-9 { margin-left: 36ex; }\n" -
com.xmlmind.w2x.processor.Start Modifier and Type Constant Field Value public static final StringPLUGIN_SUFFIX".w2x_plugin" -
com.xmlmind.w2x.processor.WebHelpStep Modifier and Type Constant Field Value protected static final StringDOCUMENT_READY"$(document).ready(function() { w2x_expandTabs(); });"protected static final StringWINDOW_ONLOAD"window.onload = w2x_expandTabs;"