Returns the number of hidden slides in a presentation document. Read-only int.
Returns:
int
getHyperlinkBase
Name
Description
getHyperlinkBase ()
Returns or sets the HyperlinkBase document property. Read/write String.
Returns:
String
getHyperlinksChanged
Name
Description
getHyperlinksChanged ()
Specifies that one or more hyperlinks in this part were updated exclusively in this part by a producer. The next producer to open this document shall update the hyperlink relationships with the new hyperlinks specified in this part. Read/write boolean.
Returns:
boolean
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 function IPresentationInfo#readDocumentProperties Please see the example in IPresentationInfo#updateDocumentProperties(IDocumentProperties) function summary.
Returns:
Date
getLinksUpToDate
Name
Description
getLinksUpToDate ()
Indicates whether hyperlinks in a document are up-to-date. Set this element to true to indicate that hyperlinks are updated. Set this element to false to indicate that hyperlinks are outdated. Read/write boolean.
Returns:
boolean
getManager
Name
Description
getManager ()
Returns or sets the manager property. Read/write String.
Returns:
String
getMultimediaClips
Name
Description
getMultimediaClips ()
Returns the total number of sound or video clips that are present in the document. Read-only int.
Returns:
int
getNameOfApplication
Name
Description
getNameOfApplication ()
Returns or sets the name of the application. Read/write String.
Returns:
String
getNotes
Name
Description
getNotes ()
Returns the number of slides in a presentation containing notes. Read-only int.
Returns:
int
getParagraphs
Name
Description
getParagraphs ()
Returns the total number of paragraphs found in a document if applicable. Read-only int.
Returns:
int
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
getScaleCrop
Name
Description
getScaleCrop ()
Indicates the display mode of the document thumbnail. Set this element to true to enable scaling of the document thumbnail to the display. Set this element to false to enable cropping of the document thumbnail to show only sections that fits the display. Read/write boolean.
Returns:
boolean
getSharedDoc
Name
Description
getSharedDoc ()
Determines whether the presentation is shared between multiple people. Read/write boolean.
Returns:
boolean
getSlides
Name
Description
getSlides ()
Returns the total number of slides in a presentation document. Read-only int.
Returns:
int
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
getTitlesOfParts
Name
Description
getTitlesOfParts ()
Specifies the title of each document part. These parts are not document parts but conceptual representations of document sections. Read-only String[].
Returns:
String
getTotalEditingTime
Name
Description
getTotalEditingTime ()
Total editing time of a presentation. Read/write double.
Returns:
double
getWords
Name
Description
getWords ()
Returns the total number of words contained in a document. Read-only int.
Returns:
int
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.
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.
setHyperlinksChanged
Name
Description
setHyperlinksChanged (boolean)
Specifies that one or more hyperlinks in this part were updated exclusively in this part by a producer. The next producer to open this document shall update the hyperlink relationships with the new hyperlinks specified in this part. Read/write boolean.
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 function IPresentationInfo#readDocumentProperties Please see the example in IPresentationInfo#updateDocumentProperties(IDocumentProperties) function summary.
setLinksUpToDate
Name
Description
setLinksUpToDate (boolean)
Indicates whether hyperlinks in a document are up-to-date. Set this element to true to indicate that hyperlinks are updated. Set this element to false to indicate that hyperlinks are outdated. Read/write boolean.
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.
setScaleCrop
Name
Description
setScaleCrop (boolean)
Indicates the display mode of the document thumbnail. Set this element to true to enable scaling of the document thumbnail to the display. Set this element to false to enable cropping of the document thumbnail to show only sections that fits the display. Read/write boolean.
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.