This is version 3.
It is not the current version, and thus it cannot be edited.
[Back to current version]
[Restore this version]
Useless Tag Library?
Plugin insertion failed: Unsupported parameter 'package'.Parameter | Description | Example |
---|
style | supported styles are: Eclipse, Kawa, Monochrome | style='monochrome' | printVersion | If specified, the plugin only prints its name an version. | printVersion='true' | border | boolean flag for rendering a table border around the converted result. Default is false
| border='true' | attachment | If specified, the source code from the attached Java file will be used. | attachment='HelloWorld.java' | lineNumbers | boolean flag for rendering line numbers. Default is false | lineNumbers='true' | alignment | Specifies the horizontal alignment of the output. Supported values are: left, center, right default is left . | alignment='center' | tabSize | Number of spaces representing a tab character. Default is 2 . | tabSize='4' | url | If specified, the source code from the Java file given by the url will be used (only available if this option is enabled in the wiki properties). | url='http://www.java2html.de/HelloWorld.java' | source | If specified, the source code contained in this parameter value will be used (only valid for one line of code). | source='public final static main(String[] args);' |
|