コミュニティ

Text fields in Visual Components Demo 回答済み

Hi,

I have noticed that the .rtf files resulting from the Visual Components Demo are constructed using a tabular format. I would like to know if it is possible to export only some of these fields instead of the whole file.

Thanks in advance.

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    Permanently deleted user

    Unfortunately, you cannot export blocks (fields) directly, but you can use some workarounds:

    1.You can create a new FRDocument object and copy a block that you are interested in using CopyFrom() method.
    2.You can delete all unnesessary blocks and pages from FRDocument.

    Then don't forget to perform synthesize and export.

     

    1

サインインしてコメントを残してください。