Uses of Class
org.libxmq.OutputSettings
-
Uses of OutputSettings in org.libxmq
Methods in org.libxmq that return OutputSettingsModifier and TypeMethodDescriptionOutputSettings.setCompact(boolean c) Set if printing compact XMQ or not.OutputSettings.setIndentAmount(int amount) Sets the number of spaces to use for each level of indentation when pretty printing XMQ output.Methods in org.libxmq with parameters of type OutputSettingsModifier and TypeMethodDescriptionXMQ.renderHTML(Document doc, OutputSettings os) Render the document as XMQ in HTML.XMQ.renderTEX(Document doc, OutputSettings os) Render the document as XMQ in TeX.XMQ.toCLINES(Document doc, OutputSettings os) Print the document as clines.XMQ.toHTML(Document doc, OutputSettings os) Print the document as HTML.XMQ.toJSON(Document doc, OutputSettings os) Print the document as json.XMQ.toXML(Document doc, OutputSettings os) Print the document as XML.XMQ.toXMQ(Document doc, OutputSettings os) Print the document as XMQ.