+
    <i	  c                   sB    ^ RI Ht ^ RI5 ^ RI5 R.t ! R R]4      tR# )i    )Atspi)Z*	Hypertextc                   s6   a  ] tR t^t o RtR tR tR tRtV t	R# )r   a-  
An interface used for objects which implement linking between
multiple resource or content locations, or multiple 'markers'
within a single document. A Hypertext instance is associated
with one or more Hyperlinks, which are associated with particular
offsets within the Hypertext's included content.
c                V    \         P                  P                  V P                  V4      # )z
Get one of the Hyperlinks associated with this Hypertext object,
by index.
@param : linkIndex
an integer from 0 to getNLinks() - 1. 
@return the Hyperlink in this Hypertext object.
)r    r   Zget_linkobj)selfZindex   &&6/usr/lib/python3.14/site-packages/pyatspi/hypertext.pygetLinkZHypertext.getLink#   s     //%@@    c                r   )aj  
Get the hyperlink index, if any, associated with a particular
character offset in the Hypertext object. For Hypertext implementors
without textual content, all hyperlinks are associated with character
offset '0'.
@return the index of the Hyperlink associated with character
offset characterIndex, or -1 if no Hyperlink is associated with
that character offset.
)r    r   Zget_link_indexr   )r   Zcharacter_indexr   r   getLinkIndexZHypertext.getLinkIndex-   s     55dhhPPr   c                sT    \         P                  P                  V P                  4      # )z
Query the hypertext object for the number of Hyperlinks it contains.
@return the number of Hyperlinks associated with this Hypertext
object, as a long integer.
)r    r   Zget_n_linksr   )r   s   &r   	getNLinksZHypertext.getNLinks9   s     22488<<r    N)
Z__name__Z
__module__Z__qualname__Z__firstlineno__Z__doc__r   r	   r
   Z__static_attributes__Z__classdictcell__)Z__classdict__s   @r   r   r      s      		A
	Q	= 	=r   N)Zgi.repositoryr    Zpyatspi.utilsZpyatspi.interfaceZ__all__Z	interfacer   r   r   r   <module>r      s(         %=	 %=r   