DocumentProperties
DocumentProperties class
Represents properties of a presentation.
DocumentProperties
| Name | Description |
|---|
| DocumentProperties() | Initializes new instance of class DocumentProperties. |
Returns:
DocumentProperties
clearBuiltInProperties
| Name | Description |
|---|
| clearBuiltInProperties() | Clears and sets default values for all builtIn properties. |
clearCustomProperties
| Name | Description |
|---|
| clearCustomProperties() | Removes all custom properties. |
cloneT
| Name | Description |
|---|
| cloneT() | Clones current object |
Returns:
DocumentProperties
containsCustomProperty
| Name | Description |
|---|
| containsCustomProperty(String) | Check presents of a custom property with a specified name. |
Parameters:
| Name | Type | Description |
|---|
| name | String | Name of a custom property to check. |
Returns:
boolean
deepClone
| Name | Description |
|---|
| deepClone() | Clones current object |
Returns:
Object
getAppVersion
| Name | Description |
|---|
| getAppVersion() | Returns the app version. Read-only String. |
Returns:
String
getApplicationTemplate
| Name | Description |
|---|
| getApplicationTemplate() | Returns or sets the template of a application. Read/write String. |
Returns:
String
getAuthor
| Name | Description |
|---|
| getAuthor() | Returns or sets the author of a presentation. Read/write String. |
Returns:
String
getCategory
| Name | Description |
|---|
| getCategory() | Returns or sets the category of a presentation. Read/write String. |
Returns:
String
| Name | Description |
|---|
| getComments() | Returns or sets the comments of a presentation. Read/write String. |
Returns:
String
getCompany
| Name | Description |
|---|
| getCompany() | Returns or sets the company property. Read/write String. |
Returns:
String
getContentStatus
| Name | Description |
|---|
| getContentStatus() | Returns or sets the content status of a presentation. Read/write String. |
Returns:
String
getContentType
| Name | Description |
|---|
| getContentType() | Returns or sets the content type of a presentation. Read/write String. |
Returns:
String
getCountOfCustomProperties
| Name | Description |
|---|
| getCountOfCustomProperties() | Returns the number of custom properties actually contained in a collection. Read-only int. |
Returns:
int
getCreatedTime
| Name | Description |
|---|
| getCreatedTime() | Returns the date a presentation was created. Values are in UTC. Read/write java.util.Date. |
Returns:
Date
getCustomPropertyName
| Name | Description |
|---|
| getCustomPropertyName(int) | Return a custom property name at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index of a custom property to get. |
Returns:
String
Error
| Error | Condition |
|---|
| com.aspose.ms.System.ArgumentOutOfRangeException | Index is less than zero. Index is equal to or greater than Count. |
getCustomPropertyValue
| Name | Description |
|---|
| getCustomPropertyValue(String, boolean[]) | Gets a named boolean value from the custom properties. |
Parameters:
| Name | Type | Description |
|---|
| name | String | Name of the custom property to get |
| value | boolean[] | Custom property value |
getCustomPropertyValue
| Name | Description |
|---|
| getCustomPropertyValue(String, int[]) | Gets a named integer value from the custom properties. |
Parameters:
| Name | Type | Description |
|---|
| name | String | Name of the custom property to get |
| value | int[] | Custom property value |
getCustomPropertyValue
| Name | Description |
|---|
| getCustomPropertyValue(String, java.util.Date[]) | Gets a named DateTime value from the custom properties. |
Parameters:
| Name | Type | Description |
|---|
| name | String | Name of the custom property to get |
| value | java.util.Date[] | Custom property value |
getCustomPropertyValue
| Name | Description |
|---|
| getCustomPropertyValue(String, java.lang.String[]) | 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. |
Returns:
String
getKeywords
| Name | Description |
|---|
| getKeywords() | Returns or sets the keywords of a presentation. Read/write String. |
Returns:
String
getLastPrinted
| Name | Description |
|---|
| getLastPrinted() | Returns the date when a presentation was printed last time. Read/write java.util.Date. |
Returns:
Date
getLastSavedBy
| Name | Description |
|---|
| getLastSavedBy() | Returns or sets the name of a last person who modified a presentation. Read/write String. |
Returns:
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. |
Returns:
Date
getManager
| Name | Description |
|---|
| getManager() | Returns or sets the manager property. Read/write String. |
Returns:
String
getNameOfApplication
| Name | Description |
|---|
| getNameOfApplication() | Returns or sets the name of the application. Read/write String. |
Returns:
String
| Name | Description |
|---|
| getPresentationFormat() | Returns or sets the intended format of a presentation. Read/write String. |
Returns:
String
getRevisionNumber
| Name | Description |
|---|
| getRevisionNumber() | Returns or sets the presentation revision number. Read/write int. |
Returns:
int
getSharedDoc
| Name | Description |
|---|
| getSharedDoc() | Determines whether the presentation is shared between multiple people. Read/write boolean. |
Returns:
boolean
getSubject
| Name | Description |
|---|
| getSubject() | Returns or sets the subject of a presentation. Read/write String. |
Returns:
String
getTitle
| Name | Description |
|---|
| getTitle() | Returns or sets the title of a presentation. Read/write String. |
Returns:
String
getTotalEditingTime
| Name | Description |
|---|
| getTotalEditingTime() | Total editing time of a presentation. Read/write double. |
Returns:
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. |
Returns:
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. |
Returns:
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. |
| 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. |
| 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. |