link

Contained By

Business Service XML Element
linkset, linknode

Contains

Business Service XML Element
destination-path, pagenumber, linktext, linkGUID, inmargin, override-style, start-name, colour, border, line-style, line-thickness, background, remote-window, font, font-size, source-page

Business Service XML Element

Business Service Element Name Description Value Type Req (Y/N) Valid Value(s) Default Value Direction
IPLinkSetter link Specifies link parameters. string N in
PDFFile link Specifies link parameters. xml Y in

Link Attributes

Business Service Element Attribute Name Description Value Type Req (Y/N) Valid Value(s) Default Value Direction
PDFFile bottom Specifies bottom position of link box. integer Y [0...n] in
PDFFile left Specifies left position of link box. integer Y [0...n] in
PDFFile right Specifies right position of link box. integer Y [0...n] in
PDFFile top Specifies top position of link box. integer Y [0...n] in

IPLinkSetter Example

<link type="string">
          <destination-path>AAA</destination-path>
          <pagenumber>123</pagenumber>
          <linktext>BBB</linktext>
          <linkGUID>CCC</linkGUID>
          <inmargin>123.00</inmargin>
          <override-style>True</override-style>
          <style-name>XXX</style-name>
          <colour>DDD</colour>
          <border>EEE</border>
          <line-style>FFF</line-style>
          <line-thickness>GGG</line-thickness>
          <background>HHH</background>
          <remote-window>III</remote-window>
          <font>JJJ</font>
          <font-size>123.00</font-size>
</link>

PDFFile Example

<link bottom="43140120" left="7935361" right="14330954" top="44146820">
    <source-page type="integer">1</source-page>
    <linkGUID linkid="16280">a9e40928da466fee9e6bc6dfee78d8e0f</linkGUID>
</link>