How To Conditionally Apply BiDiMode Settings?
Posted: Wed Nov 14, 2007 5:28 pm
Hi Sergey,
I am currently doing the following process to load a 2 column table for printing (RV3,Table1) from a subset of the entries in another table (RV1,Table1):
RV1,Table1,Cell[i,j] SaveRVFToStream
RV2 LoadRVFFromStream
RV2 SaveRVFToStream
RV3,Table1,Cell[k,l]AppendRVFFromStream
This works fine and all the formatting present in RV1,Table1 appears correctly in RV3,Table1 EXCEPT the BiDiMode setting of RV2. I cannot set the entire RV3 to a specific BiDiMode because one column of RV3,Table1 may need to be RTL while the other may need to be LTR.
What is the best way to iterate through the text items (paragraphs?) of each cell in RV3,Table1, Column1 so that it will have BiDiMode = rvbdRightToLeft?
This operation does not need to be user-reversible, since it is simply setting up a specific table organization for the printing of the data. The data in RV3 is not saved after it is used - the master data is the data in RV1.
A code example would be great!
Thanks In Advance,
Dick
I am currently doing the following process to load a 2 column table for printing (RV3,Table1) from a subset of the entries in another table (RV1,Table1):
RV1,Table1,Cell[i,j] SaveRVFToStream
RV2 LoadRVFFromStream
RV2 SaveRVFToStream
RV3,Table1,Cell[k,l]AppendRVFFromStream
This works fine and all the formatting present in RV1,Table1 appears correctly in RV3,Table1 EXCEPT the BiDiMode setting of RV2. I cannot set the entire RV3 to a specific BiDiMode because one column of RV3,Table1 may need to be RTL while the other may need to be LTR.
What is the best way to iterate through the text items (paragraphs?) of each cell in RV3,Table1, Column1 so that it will have BiDiMode = rvbdRightToLeft?
This operation does not need to be user-reversible, since it is simply setting up a specific table organization for the printing of the data. The data in RV3 is not saved after it is used - the master data is the data in RV1.
A code example would be great!
Thanks In Advance,
Dick