|
||||||||
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 a collection of custom document properties.
Method Summary | |
---|---|
boolean |
contains(java.lang.String name)
Determines whether the collection contains a custom property with the specified name. |
java.lang.Object |
get_Item(java.lang.String name)
Gets or sets the property associated with a specific name. |
java.lang.String |
getAuthor()
Author property. |
java.lang.String |
getCategory()
Category property. |
java.lang.String |
getComments()
Comments property. |
java.lang.String |
getCompany()
Company where presentation was created. |
int |
getCount()
Gets the number of custom properties actually contained in the collection. |
java.util.Date |
getCreatedTime()
|
java.util.Date |
getCreateTime()
|
double |
getEditTime()
Deprecated. |
java.lang.String |
getKeywords()
Keywords property. |
java.lang.String |
getLastAuthor()
Deprecated. |
java.util.Date |
getLastPrinted()
|
java.util.Date |
getLastPrintTime()
|
java.lang.String |
getLastSavedBy()
Returns or sets the name of the last author. |
java.util.Date |
getLastSavedTime()
|
java.util.Date |
getLastSaveTime()
|
java.lang.String |
getManager()
Manager property. |
java.lang.String |
getNameOfApplication()
Returns or sets 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 or sets the presentation revision number. |
java.lang.String |
getSubject()
Subject property. |
java.lang.String |
getTemplate()
Returns or sets the template of a application. |
java.lang.String |
getTitle()
Title property. |
double |
getTotalEditingTime()
Total editing time of a presentation in seconds. |
void |
remove(java.lang.String name)
Removes a custom property with the specified name from the collection. |
void |
set_Item(java.lang.String name,
java.lang.Object value)
|
void |
setAuthor(java.lang.String value)
|
void |
setCategory(java.lang.String value)
|
void |
setComments(java.lang.String value)
|
void |
setCompany(java.lang.String value)
|
void |
setCreatedTime(java.util.Date value)
|
void |
setCreateTime(java.util.Date value)
|
void |
setEditTime(double value)
|
void |
setKeywords(java.lang.String value)
|
void |
setLastAuthor(java.lang.String value)
Deprecated. |
void |
setLastPrinted(java.util.Date value)
|
void |
setLastPrintTime(java.util.Date value)
|
void |
setLastSavedBy(java.lang.String value)
|
void |
setLastSavedTime(java.util.Date value)
|
void |
setLastSaveTime(java.util.Date value)
|
void |
setManager(java.lang.String value)
|
void |
setNameOfApplication(java.lang.String value)
|
void |
setRevisionNumber(int value)
|
void |
setSubject(java.lang.String value)
|
void |
setTemplate(java.lang.String value)
|
void |
setTitle(java.lang.String value)
|
void |
setTotalEditingTime(double value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getTitle()
Title property. Read/write string
.
public void setTitle(java.lang.String value)
public java.lang.String getSubject()
Subject property. Read/write string
.
public void setSubject(java.lang.String value)
public java.lang.String getAuthor()
Author property. Read/write string
.
public void setAuthor(java.lang.String value)
public java.lang.String getKeywords()
Keywords property. Read/write string
.
public void setKeywords(java.lang.String value)
public java.lang.String getComments()
Comments property. Read/write string
.
public void setComments(java.lang.String value)
public java.lang.String getLastSavedBy()
Returns or sets the name of the last author. Read/write string
.
public void setLastSavedBy(java.lang.String value)
@Deprecated public java.lang.String getLastAuthor()
Returns or sets the name of the last author. Read/write string
.
@Deprecated public void setLastAuthor(java.lang.String value)
public java.util.Date getLastPrinted()
public void setLastPrinted(java.util.Date value)
public java.util.Date getLastPrintTime()
public void setLastPrintTime(java.util.Date value)
public double getTotalEditingTime()
Total editing time of a presentation in seconds. Read/write System.TimeSpan
.
public void setTotalEditingTime(double value)
@Deprecated public double getEditTime()
Total editing time of a presentation in seconds. Read/write.
public void setEditTime(double value)
public java.util.Date getCreatedTime()
public void setCreatedTime(java.util.Date value)
public java.util.Date getCreateTime()
public void setCreateTime(java.util.Date value)
public java.util.Date getLastSavedTime()
public void setLastSavedTime(java.util.Date value)
public java.util.Date getLastSaveTime()
public void setLastSaveTime(java.util.Date value)
public java.lang.String getManager()
Manager property. Read/write string
.
public void setManager(java.lang.String value)
public java.lang.String getCompany()
Company where presentation was created. Read/write string
.
public void setCompany(java.lang.String value)
public java.lang.String getCategory()
Category property. Read/write string
.
public void setCategory(java.lang.String value)
public java.lang.String getNameOfApplication()
Returns or sets the name of the application. Read/write string
.
public void setNameOfApplication(java.lang.String value)
public java.lang.String getTemplate()
Returns or sets the template of a application. Read/write string
.
public void setTemplate(java.lang.String value)
public int getRevisionNumber()
Returns or sets the presentation revision number. Read/write int
.
public void setRevisionNumber(int value)
public int getCount()
Gets the number of custom properties actually contained in the collection.
Read-only int
.
public java.lang.Object get_Item(java.lang.String name)
Gets or sets the property associated with a specific name.
Read/write Object
.
<b>short</b>
, <b>int</b>
, <b>string</b>
, <b>bool</b>
and <b>DateTime</b>
.
public void set_Item(java.lang.String name, java.lang.Object value)
public void remove(java.lang.String name)
Removes a custom property with the specified name from the collection.
name
- The name of a custom property to delete from the collection.public boolean contains(java.lang.String name)
Determines whether the collection contains a custom property with the specified name.
name
- The name of a custom property to locate in the collection.
public java.lang.String getPropertyName(int index)
Gets a custom property name at the specified index of the collection.
index
- The zero-based index of a custom property to get.
com.aspose.ms.System.ArgumentOutOfRangeException
- 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 |