55. pasteAfterAs

This command is equivalent (but more efficient and more validating) to the following macro-command:

<command name="pasteAfterAs">
  <macro>
    <sequence>
      <command name="formatTextAs" parameter="%0" />
      <command name="paste" parameter="after[implicitElement] %_" />
    </sequence>
  </macro>
</command>

See command formatTextAs.