Gets a named string value from the custom properties.
Parameters:
Name
Type
Description
name
String
Name of the custom property to get
value
java.lang.String[]
Custom property value
getCustomPropertyValue
Name
Description
getCustomPropertyValue(String, float[])
Gets a named float value from the custom properties.
Parameters:
Name
Type
Description
name
String
Name of the custom property to get
value
float[]
Custom property value
getCustomPropertyValue
Name
Description
getCustomPropertyValue(String, double[])
Gets a named double value from the custom properties.
Parameters:
Name
Type
Description
name
String
Name of the custom property to get.
value
double[]
Custom property value
getHyperlinkBase
Name
Description
getHyperlinkBase()
Returns or sets the HyperlinkBase document property. Read/write String.
Result:
String
getKeywords
Name
Description
getKeywords()
Returns or sets the keywords of a presentation. Read/write String.
Result:
String
getLastPrinted
Name
Description
getLastPrinted()
Returns the date when a presentation was printed last time. Read/write java.util.Date.
Result:
Date
getLastSavedBy
Name
Description
getLastSavedBy()
Returns or sets the name of a last person who modified a presentation. Read/write String.
Result:
String
getLastSavedTime
Name
Description
getLastSavedTime()
Returns the date a presentation was last modified. Values are in UTC. Read-only in case of Presentation.DocumentProperties (because it will be updated internally while IPresentation object saving process). Can be changed via DocumentProperties instance returning by method IPresentationInfo#readDocumentProperties Please see the example in IPresentationInfo#updateDocumentProperties(IDocumentProperties) method summary.
Result:
Date
getManager
Name
Description
getManager()
Returns or sets the manager property. Read/write String.
Result:
String
getNameOfApplication
Name
Description
getNameOfApplication()
Returns or sets the name of the application. Read/write String.
Result:
String
getPresentationFormat
Name
Description
getPresentationFormat()
Returns or sets the intended format of a presentation. Read/write String.
Result:
String
getRevisionNumber
Name
Description
getRevisionNumber()
Returns or sets the presentation revision number. Read/write int.
Result:
int
getSharedDoc
Name
Description
getSharedDoc()
Determines whether the presentation is shared between multiple people. Read/write boolean.
Result:
boolean
getSubject
Name
Description
getSubject()
Returns or sets the subject of a presentation. Read/write String.
Result:
String
getTitle
Name
Description
getTitle()
Returns or sets the title of a presentation. Read/write String.
Result:
String
getTotalEditingTime
Name
Description
getTotalEditingTime()
Total editing time of a presentation. Read/write double.
Result:
double
get_Item
Name
Description
get_Item(String)
Returns or sets the custom property associated with a specified name. Read/write Object. Value can be int, float, String, boolean or Date.
Result:
Object
removeCustomProperty
Name
Description
removeCustomProperty(String)
Remove a custom property associated with a specified name.
Parameters:
Name
Type
Description
name
String
Name of a custom property to remove.
Result:
boolean
setApplicationTemplate
Name
Description
setApplicationTemplate(String)
Returns or sets the template of a application. Read/write String.
setAuthor
Name
Description
setAuthor(String)
Returns or sets the author of a presentation. Read/write String.
setCategory
Name
Description
setCategory(String)
Returns or sets the category of a presentation. Read/write String.
setComments
Name
Description
setComments(String)
Returns or sets the comments of a presentation. Read/write String.
setCompany
Name
Description
setCompany(String)
Returns or sets the company property. Read/write String.
setContentStatus
Name
Description
setContentStatus(String)
Returns or sets the content status of a presentation. Read/write String.
setContentType
Name
Description
setContentType(String)
Returns or sets the content type of a presentation. Read/write String.
setCreatedTime
Name
Description
setCreatedTime(Date)
Returns the date a presentation was created. Values are in UTC. Read/write java.util.Date.
setCustomPropertyValue
Name
Description
setCustomPropertyValue(String, boolean)
Sets a named boolean custom property.
Parameters:
Name
Type
Description
name
String
Name of the custom property to set
value
boolean
Custom property value
setCustomPropertyValue
Name
Description
setCustomPropertyValue(String, int)
Sets a named integer custom property.
Parameters:
Name
Type
Description
name
String
Name of the custom property to set
value
int
Custom property value
setCustomPropertyValue
Name
Description
setCustomPropertyValue(String, Date)
Sets a named DateTime custom property.
Parameters:
Name
Type
Description
name
String
Name of the custom property to set
value
Date
Custom property value
setCustomPropertyValue
Name
Description
setCustomPropertyValue(String, String)
Sets a named string custom property.
Parameters:
Name
Type
Description
name
String
Name of the custom property to set
value
String
Custom property value
setCustomPropertyValue
Name
Description
setCustomPropertyValue(String, float)
Sets a named float custom property.
Parameters:
Name
Type
Description
name
String
Name of the custom property to set
value
float
Custom property value
setCustomPropertyValue
Name
Description
setCustomPropertyValue(String, double)
Sets a named double custom property.
Parameters:
Name
Type
Description
name
String
Name of the custom property to set
value
double
Custom property value
setHyperlinkBase
Name
Description
setHyperlinkBase(String)
Returns or sets the HyperlinkBase document property. Read/write String.
setKeywords
Name
Description
setKeywords(String)
Returns or sets the keywords of a presentation. Read/write String.
setLastPrinted
Name
Description
setLastPrinted(Date)
Returns the date when a presentation was printed last time. Read/write java.util.Date.
setLastSavedBy
Name
Description
setLastSavedBy(String)
Returns or sets the name of a last person who modified a presentation. Read/write String.
setLastSavedTime
Name
Description
setLastSavedTime(Date)
Returns the date a presentation was last modified. Values are in UTC. Read-only in case of Presentation.DocumentProperties (because it will be updated internally while IPresentation object saving process). Can be changed via DocumentProperties instance returning by method IPresentationInfo#readDocumentProperties Please see the example in IPresentationInfo#updateDocumentProperties(IDocumentProperties) method summary.
setManager
Name
Description
setManager(String)
Returns or sets the manager property. Read/write String.
setNameOfApplication
Name
Description
setNameOfApplication(String)
Returns or sets the name of the application. Read/write String.
setPresentationFormat
Name
Description
setPresentationFormat(String)
Returns or sets the intended format of a presentation. Read/write String.
setRevisionNumber
Name
Description
setRevisionNumber(int)
Returns or sets the presentation revision number. Read/write int.
setSharedDoc
Name
Description
setSharedDoc(boolean)
Determines whether the presentation is shared between multiple people. Read/write boolean.
setSubject
Name
Description
setSubject(String)
Returns or sets the subject of a presentation. Read/write String.
setTitle
Name
Description
setTitle(String)
Returns or sets the title of a presentation. Read/write String.
setTotalEditingTime
Name
Description
setTotalEditingTime(double)
Total editing time of a presentation. Read/write double.
set_Item
Name
Description
set_Item(String, Object)
Returns or sets the custom property associated with a specified name. Read/write Object. Value can be int, float, String, boolean or Date.