A

Insert hyperlink to a URL.

Child elements

A, Action, B, Br, CopyOf, HTML, I, Ol, Span, U, Ul, Value

Parent elements

A, B, I, Li, Paragraph, Span, U

Attributes

href (text, optional)
The target of the hyperlink (URI). Example: https://www.speedata.de
link (text, optional)
The target of the document link (a Mark). Example: article123
page (number, optional)
The target page number. Each page automatically gets a destination, so you can link to a specific page. Example: 2

Example

<PlaceObject>
  <TextBlock>
    <Paragraph><Value>See the </Value>
      <A href="https://www.speedata.de">
        <Value>homepage</Value>
      </A>
      <Value> for more information.</Value>
    </Paragraph>
  </TextBlock>
</PlaceObject>

See also