com.aspose.slides.pptx
Class DocumentPropertiesEx

java.lang.Object
  extended by com.aspose.slides.pptx.DocumentPropertiesEx

public class DocumentPropertiesEx
extends java.lang.Object

Represents properties of a presentation.


Constructor Summary
DocumentPropertiesEx()
           
 
Method Summary
 boolean Contains(java.lang.String name)
          Check presents of a custom property with a specified name.
 java.lang.Object get(java.lang.String name)
          Returns the custom property associated with a specified name.
 java.lang.String getCategory()
          Returns the category of a presentation.
 java.lang.String getContentStatus()
          Returns the content status of a presentation.
 java.lang.String getContentType()
          Returns the content type of a presentation.
 int getCount()
          Returns the number of custom properties actually contained in a collection.
 java.util.Date getCreated()
          Returns the date when a presentation was created.
 java.lang.String getCreator()
          Returns the creator (author) of a presentation.
 java.lang.String getDescription()
          Returns the description of a presentation.
 java.lang.String getKeywords()
          Returns the keywords of a presentation.
 java.lang.String getLastModifiedBy()
          Returns the last person who modified a presentation.
 java.lang.String getManager()
          Returns the name of a supervisor associated with the document.
 java.util.Date getModified()
          Returns the date when a presentation was modified.
 java.lang.String getPresentationFormat()
          Returns the intended format of a presentation.
 java.util.Date getPrinted()
          Returns the date when a presentation was printed last time.
 java.lang.String getPropertyName(int index)
          Return a custom property name at the specified index.
 java.lang.String getSubject()
          Returns the subject of a presentation.
 java.lang.String getTitle()
          Returns the title of a presentation.
 boolean isSharedDoc()
          Returns flag indicates if this document is currently shared between multiple producers.
 boolean remove(java.lang.String name)
          Remove a custom property associated with a specified name.
 void set(java.lang.String name, java.lang.Object value)
          Sets the custom property associated with a specified name.
 void setCategory(java.lang.String value)
          Returns the category of a presentation.
 void setContentStatus(java.lang.String value)
          Sets the content status of a presentation.
 void setContentType(java.lang.String value)
          Sets the content type of a presentation.
 void setCreated(java.util.Date value)
          Sets the date when a presentation was created.
 void setCreator(java.lang.String value)
          Sets the creator (author) of a presentation.
 void setDescription(java.lang.String value)
          Sets the description of a presentation.
 void setKeywords(java.lang.String value)
          Sets the keywords of a presentation.
 void setLastModifiedBy(java.lang.String value)
          Returns the last person who modified a presentation.
 void setManager(java.lang.String value)
          Sets the name of a supervisor associated with the document.
 void setModified(java.util.Date value)
          Sets the date when a presentation was modified.
 void setPresentationFormat(java.lang.String value)
          Sets the intended format of a presentation.
 void setPrinted(java.util.Date value)
          Sets the date when a presentation was printed last time.
 void setSharedDoc(boolean value)
          Sets flag indicates if this document is currently shared between multiple producers.
 void setSubject(java.lang.String value)
          Sets the subject of a presentation.
 void setTitle(java.lang.String value)
          Sets the title of a presentation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentPropertiesEx

public DocumentPropertiesEx()
Method Detail

getManager

public java.lang.String getManager()
Returns the name of a supervisor associated with the document.


setManager

public void setManager(java.lang.String value)
Sets the name of a supervisor associated with the document.

Parameters:
value -

getPresentationFormat

public java.lang.String getPresentationFormat()
Returns the intended format of a presentation.


setPresentationFormat

public void setPresentationFormat(java.lang.String value)
Sets the intended format of a presentation.

Parameters:
value -

isSharedDoc

public boolean isSharedDoc()
Returns flag indicates if this document is currently shared between multiple producers.


setSharedDoc

public void setSharedDoc(boolean value)
Sets flag indicates if this document is currently shared between multiple producers.

Parameters:
value -

getTitle

public java.lang.String getTitle()
Returns the title of a presentation.


setTitle

public void setTitle(java.lang.String value)
Sets the title of a presentation.

Parameters:
value -

getSubject

public java.lang.String getSubject()
Returns the subject of a presentation.


setSubject

public void setSubject(java.lang.String value)
Sets the subject of a presentation.

Parameters:
value -

getCreator

public java.lang.String getCreator()
Returns the creator (author) of a presentation.


setCreator

public void setCreator(java.lang.String value)
Sets the creator (author) of a presentation.


getKeywords

public java.lang.String getKeywords()
Returns the keywords of a presentation.


setKeywords

public void setKeywords(java.lang.String value)
Sets the keywords of a presentation.

Parameters:
value -

getDescription

public java.lang.String getDescription()
Returns the description of a presentation.


setDescription

public void setDescription(java.lang.String value)
Sets the description of a presentation.

Parameters:
value -

getCategory

public java.lang.String getCategory()
Returns the category of a presentation.


setCategory

public void setCategory(java.lang.String value)
Returns the category of a presentation.

Parameters:
value -

getCreated

public java.util.Date getCreated()
Returns the date when a presentation was created.


setCreated

public void setCreated(java.util.Date value)
Sets the date when a presentation was created.


getModified

public java.util.Date getModified()
Returns the date when a presentation was modified.


setModified

public void setModified(java.util.Date value)
Sets the date when a presentation was modified.


getPrinted

public java.util.Date getPrinted()
Returns the date when a presentation was printed last time.


setPrinted

public void setPrinted(java.util.Date value)
Sets the date when a presentation was printed last time.


getLastModifiedBy

public java.lang.String getLastModifiedBy()
Returns the last person who modified a presentation.


setLastModifiedBy

public void setLastModifiedBy(java.lang.String value)
Returns the last person who modified a presentation.


getContentStatus

public java.lang.String getContentStatus()
Returns the content status of a presentation.


setContentStatus

public void setContentStatus(java.lang.String value)
Sets the content status of a presentation.

Parameters:
value -

getContentType

public java.lang.String getContentType()
Returns the content type of a presentation.


setContentType

public void setContentType(java.lang.String value)
Sets the content type of a presentation.


getCount

public int getCount()
Returns the number of custom properties actually contained in a collection.


getPropertyName

public java.lang.String getPropertyName(int index)
Return a custom property name at the specified index.

Parameters:
index - The zero-based index of a custom property to get.
Returns:
Custom property name at the specified index.

remove

public boolean remove(java.lang.String name)
Remove a custom property associated with a specified name.

Parameters:
name - Name of a custom property to remove.
Returns:
Return true if a property was removed, false otherwise.

Contains

public boolean Contains(java.lang.String name)
Check presents of a custom property with a specified name.

Parameters:
name -
Returns:
Return true if property exists, false otherwise.

get

public java.lang.Object get(java.lang.String name)
Returns the custom property associated with a specified name.

Parameters:
name -

set

public void set(java.lang.String name,
                java.lang.Object value)
Sets the custom property associated with a specified name. Value can be Integer, Float, String, Boolean or Date.

Parameters:
name -
value -