Constant Field Values

Contents

com.xmlmind.*

  • com.xmlmind.w2x.docx.toxhtml.Constants 
    Modifier and Type Constant Field Value
    public static final String AUTO_COLOR "#000000"
    public static final int CSS_DPI 96
  • com.xmlmind.w2x.docx.toxhtml.Product 
    Modifier and Type Constant Field Value
    public static final int BUILD_YEAR 2025
    public static final String EDITION "Professional"
    public static final String FULL_NAME "XMLmind Word To XML Professional Edition 1.14.0"
    public static final String LONG_NAME "XMLmind Word To XML Professional Edition"
    public static final String NAME "XMLmind Word To XML"
    public static final String VERSION "1.14.0"
  • com.xmlmind.w2x.docx.toxhtml.Translator 
    Modifier and Type Constant Field Value
    public static final String AUTOMATIC_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 String COVER_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 String TEXT "#text"
  • com.xmlmind.w2x.processor.SplitStep 
    Modifier and Type Constant Field Value
    protected static final String TOC_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 String PLUGIN_SUFFIX ".w2x_plugin"
  • com.xmlmind.w2x.processor.WebHelpStep 
    Modifier and Type Constant Field Value
    protected static final String DOCUMENT_READY "$(document).ready(function() { w2x_expandTabs(); });"
    protected static final String WINDOW_ONLOAD "window.onload = w2x_expandTabs;"