A
Insert hyperlink to a URL.
Child elements
A, Action, B, Br, 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
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>