Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


This paragraph applies both to VFP 9 and VFP 8. The set… methods are implemented both in XFRXListener and XFRXSession classes.

The following methods can be called to set various document properties. When generating a Word document, all document properties have to be set before the first report is processed. When exporting to PDF, the properties have to be set before Finalize() method is called.

General properties

loSession.setAuthor(<author>)
loSession.setTitle(<title>)
loSession.setSubject(<subject>)
loSession.setKeywords(<keywords>)

 

PDF only properties

loSession.setCreator(<creator>)
loSession.setProducer(<producer>)
loSession.setCreationDate(<datetime>) (since XFRX 15.8)

MS Word 97, MS Word 2007, MS Excel 2007 only properties

loSession.setComments(<comments>)
loSession.setCategory(<category>)
loSession.setManager(<manager>)
loSession.setCompany(<company>)

 Open Office/Libre Office  only properties

loSession.setComments(<comments>)
  • No labels