Profile picture for user mahlaoui

Hi everybody,

Is it possible to output a table structure in content of a doc file (by script) ?

Thanks,

Yassine

by Markus Werner
Posted on Thu, 09/30/2010 - 11:41

Hi Yassine,

you may do that, using the WYSIWYG-editor.

Just enter a static- or a data-table and use RTF as an output format.

Regards,

Markus

0
by Yassine Mahlaoui Author
Posted on Thu, 09/30/2010 - 13:07

Hi Markus,
Thanks,
Yassine

0
by Fernando Navarro
Posted on Wed, 10/06/2010 - 23:32

Hi Yassine,

You can also code it.

oOutFile.BeginTable(100, Constants.C_TRANSPARENT, Constants.C_TRANSPARENT, Constants.FMT_CENTER, 0); // Begin table
// Set the style for the table
oOutFile.SetFrameStyle(Constants.FRAME_TOP,0);
oOutFile.SetFrameStyle(Constants.FRAME_BOTTOM,0);
oOutFile.SetFrameStyle(Constants.FRAME_LEFT,0);
oOutFile.SetFrameStyle(Constants.FRAME_RIGHT,0);
oOutFile.TableRow();  // Initialize first row
oOutFile.TableCellF("First cell, first row", 50, "YOUR_FORMAT"); // Use DefineF() to define YOUR_FORMAT.
oOutFile.TableCellF("Second cell, first row", 50, "YOUR_FORMAT");
oOutFile.TableRow();  // Initialize second row
oOutFile.TableCellF("First cell, second row", 100, "YOUR_FORMAT");
oOutFile.EndTable("", 100, "Helvetica", 14, Constants.C_BLACK, Constants.C_TRANSPARENT, 0, Constants.FMT_CENTER,0);

Check out the Aris Script help to get further information about the Output File methods.

Hope this helps.

Fernando N.

0
by Yassine Mahlaoui Author
Posted on Thu, 10/07/2010 - 11:27

Hi Fernando,

Thanks for help.

Yassine

0

Featured achievement

Rookie
Say hello to the ARIS Community! Personalize your community experience by following forums or tags, liking a post or uploading a profile picture.
Recent Unlocks

Leaderboard

|
icon-arrow-down icon-arrow-cerulean-left icon-arrow-cerulean-right icon-arrow-down icon-arrow-left icon-arrow-right icon-arrow icon-back icon-close icon-comments icon-correct-answer icon-tick icon-download icon-facebook icon-flag icon-google-plus icon-hamburger icon-in icon-info icon-instagram icon-login-true icon-login icon-mail-notification icon-mail icon-mortarboard icon-newsletter icon-notification icon-pinterest icon-plus icon-rss icon-search icon-share icon-shield icon-snapchat icon-star icon-tutorials icon-twitter icon-universities icon-videos icon-views icon-whatsapp icon-xing icon-youtube icon-jobs icon-heart icon-heart2 aris-express bpm-glossary help-intro help-design Process_Mining_Icon help-publishing help-administration help-dashboarding help-archive help-risk icon-knowledge icon-question icon-events icon-message icon-more icon-pencil forum-icon icon-lock