Closed CPonty closed 9 years ago
This would operate like the PictureReplaceModule / PicturePlaceholderModule pair.
PictureReplaceModule
PicturePlaceholderModule
TemplHyperlink class: container for {URL, text}. Same idea as TemplGraphic.
TemplHyperlink
{URL, text}
TemplGraphic
Hyperlink placeholder: {url:path.to.hyperlinkObject}
{url:path.to.hyperlinkObject}
Hyperlink replace: existing hyperlinks are matched if they have a hyperlink placeholder as the URL
Completed with testing & code commenting.
Hyperlink Placeholder not implemented due to limitations of DocX API. Updating existing hyperlinks in the template is implemented.
This would operate like the
PictureReplaceModule
/PicturePlaceholderModule
pair.TemplHyperlink
class: container for{URL, text}
. Same idea asTemplGraphic
.Hyperlink placeholder:
{url:path.to.hyperlinkObject}
Hyperlink replace: existing hyperlinks are matched if they have a hyperlink placeholder as the URL