Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

setAuthor()  


Sets the document author property.

Syntax:

Code Block
setAuthor(tcvalue)

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

setCategory()  


Sets the document “Category” property.

Syntax:

Code Block
setCategory(tcvalue)

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

setComments()


Sets the document “Comments” property.

Syntax:

Code Block
setComments(tcvalue)

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

setCompany()  


Sets the document “Company” property.

Syntax: 

Code Block
setCompany(tcValue)

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

setCreator()  


Sets the document “creator” property.

Syntax: 

Code Block
setCreator( tcValue )

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

setKeywords() 


Sets the document “keywords” property.

Syntax: 

Code Block
setKeywords(tcValue)

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

setManager()  


Sets the document “Manager” property.

Syntax: 

Code Block
 setManager(tcValue)

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

setProducer()


Sets the document “producer” property.

Syntax:  

Code Block
 setProducer(tcValue) 

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

setSubject()  


Sets the document “Subject” property

Syntax: 

Code Block
 setSubject(tcValue) 

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

setTitle()


Sets the document title property.

Syntax:  

Code Block
 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:  

Code Block
 setCreationDate(tdValue) 

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


Table of Contents