home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Inkscape / Inkscape-0.48.2-1-win32.exe / share / extensions / split.inx < prev    next >
Extensible Markup Language  |  2011-07-08  |  1KB  |  24 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  3.     <_name>Split text</_name>
  4.     <id>com.nerdson.split</id>
  5.     <dependency type="executable" location="extensions">split.py</dependency>
  6.     <dependency type="executable" location="extensions">inkex.py</dependency>
  7.     <_param name="texthelp" type="description">This effect splits texts into different lines, words or letters. Select below how your text should be splitted.</_param>
  8.     <param name="splittype" type="enum" _gui-text="Split:">
  9.         <_item value="line">Lines</_item>
  10.         <_item value="word">Words</_item>
  11.         <_item value="letter">Letters</_item>
  12.     </param>
  13.     <param name="preserve" type="boolean" _gui-text="Preserve original text?">true</param>
  14.     <effect>
  15.         <object-type>text</object-type>
  16.         <effects-menu>
  17.             <submenu _name="Text"/>
  18.         </effects-menu>
  19.     </effect>
  20.     <script>
  21.         <command reldir="extensions" interpreter="python">split.py</command>
  22.     </script>
  23. </inkscape-extension>
  24.