{{tag>Index Programmers_Reference Methods DataPresentationTemplate_Class setAttributePaths Index}} ====setAttributePaths (String [] attributePaths)==== public void setAttributePaths (String [] attributePaths) This method sets attribute paths used inside tags in the document template. The attribute paths are represented in the form ''objectName.attributeName''. Note that the paths returned are not necessarily the complete expressions used inside the tags. A tag expression may contain not only the attribute paths, but also arithmetic expressions with these paths. This method is usually called from the ''[[pr_methods:initialisetemplate|initialiseTemplate]]'' method of the [[docs:3500:0600:0610|IDocEngineClient]] interface. ===Parameters=== |''attributePaths''|the attribute paths used in the document template|