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. |
Returns: void
clearCustomProperties
| Name | Description |
|---|---|
| clearCustomProperties () | Removes all custom properties. |
Returns: void
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
getComments
| 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
Exception
| 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 |
Returns: void
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 |
Returns: void
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 |
Returns: void
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 |
Returns: void
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 |
Returns: void
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 |
Returns: void
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
getPresentationFormat
| 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. |
Returns: void
setAuthor
| Name | Description |
|---|---|
| setAuthor (String) | Returns or sets the author of a presentation. Read/write String. |
Returns: void
setCategory
| Name | Description |
|---|---|
| setCategory (String) | Returns or sets the category of a presentation. Read/write String. |
Returns: void
setComments
| Name | Description |
|---|---|
| setComments (String) | Returns or sets the comments of a presentation. Read/write String. |
Returns: void
setCompany
| Name | Description |
|---|---|
| setCompany (String) | Returns or sets the company property. Read/write String. |
Returns: void
setContentStatus
| Name | Description |
|---|---|
| setContentStatus (String) | Returns or sets the content status of a presentation. Read/write String. |
Returns: void
setContentType
| Name | Description |
|---|---|
| setContentType (String) | Returns or sets the content type of a presentation. Read/write String. |
Returns: void
setCreatedTime
| Name | Description |
|---|---|
| setCreatedTime (Date) | Returns the date a presentation was created. Values are in UTC. Read/write java.util.Date. |
Returns: void
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 |
Returns: void
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 |
Returns: void
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 |
Returns: void
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 |
Returns: void
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 |
Returns: void
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 |
Returns: void
setHyperlinkBase
| Name | Description |
|---|---|
| setHyperlinkBase (String) | Returns or sets the HyperlinkBase document property. Read/write String. |
Returns: void
setKeywords
| Name | Description |
|---|---|
| setKeywords (String) | Returns or sets the keywords of a presentation. Read/write String. |
Returns: void
setLastPrinted
| Name | Description |
|---|---|
| setLastPrinted (Date) | Returns the date when a presentation was printed last time. Read/write java.util.Date. |
Returns: void
setLastSavedBy
| Name | Description |
|---|---|
| setLastSavedBy (String) | Returns or sets the name of a last person who modified a presentation. Read/write String. |
Returns: void
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. |
Returns: void
setManager
| Name | Description |
|---|---|
| setManager (String) | Returns or sets the manager property. Read/write String. |
Returns: void
setNameOfApplication
| Name | Description |
|---|---|
| setNameOfApplication (String) | Returns or sets the name of the application. Read/write String. |
Returns: void
setPresentationFormat
| Name | Description |
|---|---|
| setPresentationFormat (String) | Returns or sets the intended format of a presentation. Read/write String. |
Returns: void
setRevisionNumber
| Name | Description |
|---|---|
| setRevisionNumber (int) | Returns or sets the presentation revision number. Read/write int. |
Returns: void
setSharedDoc
| Name | Description |
|---|---|
| setSharedDoc (boolean) | Determines whether the presentation is shared between multiple people. Read/write boolean. |
Returns: void
setSubject
| Name | Description |
|---|---|
| setSubject (String) | Returns or sets the subject of a presentation. Read/write String. |
Returns: void
setTitle
| Name | Description |
|---|---|
| setTitle (String) | Returns or sets the title of a presentation. Read/write String. |
Returns: void
setTotalEditingTime
| Name | Description |
|---|---|
| setTotalEditingTime (double) | Total editing time of a presentation. Read/write double. |
Returns: void
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. |
Returns: void