Share via


2.4.4.346 SubAddress

The SubAddress cell is a PtgString parse token that specifies a Uniform Resource Identifier (URI) hyperlink location. It MUST have a Row_Type parent element that has a Hyperlink Section_Type parent element.

The value of the sibling Address Cell_Type element determines the meaning of this value. If the value of Address Cell_Type element is empty, this value specifies the drawing page name and an optional shape name for the current web Drawing referenced by the hyperlink. If the value of the Address Cell_Type element is an HTTP URI, as described in [RFC2616], this value specifies the hyperlink location. Otherwise, this value is used during formula evaluation only.

If the value of Address Cell_Type element is empty, the value of the structure is defined by the following:

ABNF

 value = page-name ["/" shape-name]
 page-name = string-value
 shape-name = string-value

Where string-value is an ABNF formula, specified in section 2.5.1.