<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p><br>
</p>
<br>
<div class="moz-cite-prefix">On 10/3/2016 12:48 PM, JLuc wrote:<br>
</div>
<blockquote cite="mid:nsucmg$gi5$1@blaine.gmane.org" type="cite">Le
03/10/2016 à 16:34, John L. Poole a écrit :
<br>
<blockquote type="cite">Is there a way for a user to add
attributes to a PAGE object?
<br>
</blockquote>
<br>
Have you had a look at the document's user defined properties
<br>
in Files > Document's settings ?
<br>
Depending on your workflow, it might enable to achieve what you're
looking for.
<br>
<br>
JLuc
<br>
<br>
<br>
_______________________________________________
<br>
scribus-dev mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:scribus-dev@lists.scribus.net">scribus-dev@lists.scribus.net</a>
<br>
<a class="moz-txt-link-freetext" href="http://lists.scribus.net/mailman/listinfo/scribus-dev">http://lists.scribus.net/mailman/listinfo/scribus-dev</a>
<br>
</blockquote>
<br>
<font size="2"><font face="Verdana">Yes, I looked at this, but at
your suggestion tried it again. I tried entering in some data
through the user interface File > Document Setup... >
Document Item Attributes. What I entered then shows up in the
XML as:<br>
<br>
<DocItemAttributes><br>
<ItemAttribute Name="pagename" Type="string"
Value="TestPageName 1" Parameter="Parameter1"
Relationship="child" RelationshipTo="page" AutoAddTo="none"/><br>
<ItemAttribute Name="" Type="none" Value=""
Parameter="" Relationship="none" RelationshipTo=""
AutoAddTo="none"/><br>
</DocItemAttributes><br>
<br>
I was unable to find anything in the Scribus Help under the
Scripter API showing how this structure could be accessed
programmatically. Yes, if I could read and write to this, then </font></font><font
size="2"><font face="Verdana"><font size="2"><font face="Verdana">DocItemAttributes
might </font></font>act as an ancillary database. But with
hundreds of pages, the accessibility has to be programmatic. It
would just be easier to place a text box (using a formulaic
naming structure which includes a page number) on a layer that
does not print.<br>
</font></font>
</body>
</html>