Changing font in all StiText objects
Posted: Mon Oct 23, 2006 4:42 am
Greetings.
I have a problem recognizing how to address all the StiText objects in a report. I managed as far as getting the components from the report page like this:
StiComponentsCollection compColl = TimesReport.Pages["Page1"].GetComponents();
foreach (StiComponent comp in compColl)
{
}
Now how should I proceed in detecting all the StiText components in order to change the Font property, discarding all other objects?
Thanks
Adam Jochelson
I have a problem recognizing how to address all the StiText objects in a report. I managed as far as getting the components from the report page like this:
StiComponentsCollection compColl = TimesReport.Pages["Page1"].GetComponents();
foreach (StiComponent comp in compColl)
{
}
Now how should I proceed in detecting all the StiText components in order to change the Font property, discarding all other objects?
Thanks
Adam Jochelson