|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.DocumentProperties
public class DocumentProperties
Represents document properties of a presentation.
Method Summary | |
---|---|
boolean |
contains(java.lang.String name)
Determines whether the collection contains a custom property with the specified name. |
java.lang.Object |
get(java.lang.String name)
Returns the property associated with a specific name. |
java.lang.String |
getAuthor()
Returns the author property. |
java.lang.String |
getCategory()
Returns the category property. |
java.lang.String |
getComments()
Returns the comments property. |
java.lang.String |
getCompany()
Returns the company name where presentation was created. |
java.util.Date |
getCreatedTime()
Returns the time when presentation was created. |
java.util.Date |
getCreateTime()
Deprecated. Use getCreatedTime() instead. |
long |
getEditTime()
Deprecated. Use getTotalEditingTime() instead. |
java.lang.String |
getKeywords()
Returns the keywords property. |
java.lang.String |
getLastAuthor()
Deprecated. Use getLastSavedBy() instead. |
java.util.Date |
getLastPrinted()
Returns the time when presentation was printed last time. |
java.util.Date |
getLastPrintTime()
Deprecated. Use getLastPrinted() instead. |
java.lang.String |
getLastSavedBy()
Returns the last author property. |
java.util.Date |
getLastSavedTime()
Returns the last time when presentation was saved. |
java.util.Date |
getLastSaveTime()
Deprecated. Use getLastSavedTime() instead. |
java.lang.String |
getManager()
Returns the manager property. |
java.lang.String |
getNameOfApplication()
Returns the name of the application. |
java.lang.String |
getPropertyName(int index)
Gets a custom property name at the specified index of the collection. |
int |
getRevisionNumber()
Returns the presentation revision number. |
java.lang.String |
getSubject()
Returns the subject property. |
java.lang.String |
getTemplate()
Returns the name of a template. |
java.lang.String |
getTitle()
Returns the title property. |
long |
getTotalEditingTime()
Returns the edit time of a presentation. |
void |
remove(java.lang.String name)
Removes a custom property with the specified name from the collection. |
void |
set(java.lang.String name,
java.lang.Object value)
Sets the property and associate it with a name. |
void |
setAuthor(java.lang.String value)
Sets the author property. |
void |
setCategory(java.lang.String value)
Sets the category property. |
void |
setComments(java.lang.String value)
Sets the comments property. |
void |
setCompany(java.lang.String value)
Sets the company name where presentation was created. |
void |
setCreatedTime(java.util.Date value)
Sets the time when presentation was created. |
void |
setCreateTime(java.util.Date value)
Deprecated. Use setCreatedTime(Date) instead. |
void |
setEditTime(long value)
Deprecated. Use setTotalEditingTime(long) instead. |
void |
setKeywords(java.lang.String value)
Sets the keywords property. |
void |
setLastAuthor(java.lang.String value)
Deprecated. Use setLastSavedBy(String) instead. |
void |
setLastPrinted(java.util.Date value)
Sets the time when presentation was printed last time. |
void |
setLastPrintTime(java.util.Date value)
Deprecated. Use setLastPrinted(Date) instead. |
void |
setLastSavedBy(java.lang.String value)
Sets the last author property. |
void |
setLastSavedTime(java.util.Date value)
Sets the last time when presentation was saved. |
void |
setLastSaveTime(java.util.Date value)
Deprecated. Use setLastSavedTime(Date) instead. |
void |
setManager(java.lang.String value)
Sets the manager property. |
void |
setNameOfApplication(java.lang.String value)
Sets the name of the application. |
void |
setRevisionNumber(int value)
Sets the presentation revision number. |
void |
setSubject(java.lang.String value)
Sets the subject property. |
void |
setTemplate(java.lang.String value)
Sets the name of a template. |
void |
setTitle(java.lang.String value)
Sets the title property. |
void |
setTotalEditingTime(long value)
Sets the edit time of a presentation. |
int |
size()
Returns the number of custom properties actually contained in the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getTitle()
public void setTitle(java.lang.String value)
public java.lang.String getSubject()
public void setSubject(java.lang.String value)
public java.lang.String getAuthor()
public void setAuthor(java.lang.String value)
public java.lang.String getKeywords()
public void setKeywords(java.lang.String value)
public java.lang.String getComments()
public void setComments(java.lang.String value)
public java.lang.String getLastAuthor()
public void setLastAuthor(java.lang.String value)
public java.lang.String getLastSavedBy()
public void setLastSavedBy(java.lang.String value)
public java.util.Date getLastPrintTime()
public void setLastPrintTime(java.util.Date value)
public java.util.Date getLastPrinted()
public void setLastPrinted(java.util.Date value)
public long getEditTime()
public void setEditTime(long value)
public long getTotalEditingTime()
public void setTotalEditingTime(long value)
public java.util.Date getCreateTime()
public void setCreateTime(java.util.Date value)
public java.util.Date getCreatedTime()
public void setCreatedTime(java.util.Date value)
public java.util.Date getLastSaveTime()
public void setLastSaveTime(java.util.Date value)
public java.util.Date getLastSavedTime()
public void setLastSavedTime(java.util.Date value)
public java.lang.String getManager()
public void setManager(java.lang.String value)
public java.lang.String getCompany()
public void setCompany(java.lang.String value)
public java.lang.String getCategory()
public void setCategory(java.lang.String value)
public java.lang.String getNameOfApplication()
public void setNameOfApplication(java.lang.String value)
public java.lang.String getTemplate()
public void setTemplate(java.lang.String value)
public int getRevisionNumber()
public void setRevisionNumber(int value)
public int size()
public java.lang.Object get(java.lang.String name)
public void set(java.lang.String name, java.lang.Object value)
name
- property name.value
- property value.public void remove(java.lang.String name)
name
- The name of a custom property to delete from the collection.public boolean contains(java.lang.String name)
name
- The name of a custom property to locate in the collection.
public java.lang.String getPropertyName(int index)
index
- The zero-based index of a custom property to get.
java.lang.IndexOutOfBoundsException
- Index is less than zero. Index is equal to or greater than
Count.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |