B
Blardo
Hi,
I use a vb program to change a Visio template file. The program adds tags
like this:
<mstns:TextBlock ID="{A4C09559-E363-4784-9148-3B57960E042B}">
<mstns:CustomPropName>ZBCH_ORG_SRT</mstns:CustomPropName>
<mstns:TextBlockBold>1</mstns:TextBlockBold>
<mstns:TextBlockColor>0.000000</mstns:TextBlockColor>
<mstns:TextBlockColorFormula>RGB(0,0,0)</mstns:TextBlockColorFormula>
<mstns:TextBlockFont>Arial Narrow</mstns:TextBlockFont>
<mstns:TextBlockItalic>1</mstns:TextBlockItalic>
<mstns:TextBlockSize>8.000000</mstns:TextBlockSize>
</mstns:TextBlock>
These properties are all filled in the Organizational Chart->Options...
->Text tab, but they are not applied to the shapes (which are added by
automation). Only if I manually change one property on this screen, all other
changes are also applied. Does anyone know what method I could call to
similate pushing the OK button on the 'Organizational Chart->Options...'
screen. Thanks in advance.
I use a vb program to change a Visio template file. The program adds tags
like this:
<mstns:TextBlock ID="{A4C09559-E363-4784-9148-3B57960E042B}">
<mstns:CustomPropName>ZBCH_ORG_SRT</mstns:CustomPropName>
<mstns:TextBlockBold>1</mstns:TextBlockBold>
<mstns:TextBlockColor>0.000000</mstns:TextBlockColor>
<mstns:TextBlockColorFormula>RGB(0,0,0)</mstns:TextBlockColorFormula>
<mstns:TextBlockFont>Arial Narrow</mstns:TextBlockFont>
<mstns:TextBlockItalic>1</mstns:TextBlockItalic>
<mstns:TextBlockSize>8.000000</mstns:TextBlockSize>
</mstns:TextBlock>
These properties are all filled in the Organizational Chart->Options...
->Text tab, but they are not applied to the shapes (which are added by
automation). Only if I manually change one property on this screen, all other
changes are also applied. Does anyone know what method I could call to
similate pushing the OK button on the 'Organizational Chart->Options...'
screen. Thanks in advance.