10778 : The TimeItemTexts array?

Question

The TimeItemTexts are an array connected to the TimeItem and that seems great to store different texts to these Items and show them on occation. But how do I tell the timeitems what item of TimeItemTexts they shall display? Can I set the index to display in some property?

 

Answer< ?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

The reason for having a collection of TimeItemTexts per TimeItem is to facilitate multiple shown parts of information (text or image) in or around each time item.

You can control the placement of the time item texts by setting the TimeItemTextLayout properties. So Align in horizontal and vertical to control any of 3×3 possible placements. 

Also the “Outside” property of the TimeItemTextLayout gives you 3×3 more placements outside but near your time item.

It will not make much sense to keep multiple TimeItemTexts on a single time item if they have the same TimeItemTextLayout (unless we introduce a visible property or the like).

Leave a Reply