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

Version 1


setAuthor()  


Sets the document author property.

Syntax:

setAuthor(tcvalue)

Parameters: tcValue (char) is a value that will be used in the document properties. 

setCategory()  


Sets the document “Category” property.

Syntax:

setCategory(tcvalue)

Parameters: tcValue (char) is a value that will be used in the document properties.

setComments()


Sets the document “Comments” property.

Syntax:

setComments(tcvalue)

Parameters: tcValue (char) is a value that will be used in the document properties. 

setCompany()  


Sets the document “Company” property.

Syntax: 

setCompany(tcValue)

Parameters: tcValue (char) is a value that will be used in the document properties.

setCreator()  


Sets the document “creator” property.

Syntax: 

setCreator( tcValue )

Parameters: tcValue  (char) is a value that will be used in the document properties.

setKeywords() 


Sets the document “keywords” property.

Syntax: 

setKeywords(tcValue)

Parameters: tcValue (char) is a value that will be used in the document properties.

setManager()  


Sets the document “Manager” property.

Syntax: 

 setManager(tcValue)

Parameters: tcValue (char) is a value that will be used in the document properties.

setProducer()


Sets the document “producer” property.

Syntax:  

 setProducer(tcValue) 

Parameters: tcValue (char) is a value that will be used in the document properties.

setSubject()  


Sets the document “Subject” property

Syntax: 

 setSubject(tcValue) 

Parameters: tcValue (char) is a value that will be used in the document properties.

setTitle()


Sets the document title property.

Syntax:  

 setTitle(tcValue) 

Parameters: tcValue (char) is a value that will be used in the document properties.

setCreationDate()


 

Sets the document creation date property (since XFRX 16.0).

Syntax:  

 setCreationDate(tdValue) 

Parameters: tdValue (date/datetime) is a value that will be used in the document properties.

  • No labels