|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.DocumentPropertiesEx
public class DocumentPropertiesEx
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_Item(java.lang.String name)
Returns or sets the custom property associated with a specified name. |
java.lang.String |
getAuthor()
Returns or sets the author of a presentation. |
java.lang.String |
getCategory()
Returns or sets the category of a presentation. |
java.lang.String |
getComments()
Returns or sets the comments of a presentation. |
java.lang.String |
getCompany()
Returns or sets the company property. |
java.lang.String |
getContentStatus()
Returns or sets the content status of a presentation. |
java.lang.String |
getContentType()
Returns or sets the content type of a presentation. |
int |
getCount()
Returns the number of custom properties actually contained in a collection. |
java.util.Date |
getCreated()
|
java.util.Date |
getCreatedTime()
|
java.lang.String |
getCreator()
Deprecated. |
java.lang.String |
getDescription()
Deprecated. |
java.lang.String |
getHyperlinkBase()
Returns or sets the HyperlinkBase document property. |
java.lang.String |
getKeywords()
Returns or sets the keywords of a presentation. |
java.lang.String |
getLastModifiedBy()
Deprecated. |
java.util.Date |
getLastPrinted()
|
java.lang.String |
getLastSavedBy()
Returns or sets the name of a last person who modified a presentation. |
java.util.Date |
getLastSavedTime()
|
java.lang.String |
getManager()
Returns or sets the manager property. |
java.util.Date |
getModified()
|
java.lang.String |
getNameOfApplication()
Returns or sets the name of the application. |
java.lang.String |
getPresentationFormat()
Returns or sets the intended format of a presentation. |
java.util.Date |
getPrinted()
|
java.lang.String |
getPropertyName(int index)
Return a custom property name at the specified index. |
int |
getRevisionNumber()
Returns or sets the presentation revision number. |
boolean |
getSharedDoc()
Determines whether the presentation is shared between multiple people. |
java.lang.String |
getSubject()
Returns or sets the subject of a presentation. |
java.lang.String |
getTemplate()
Returns or sets the template of a application. |
java.lang.String |
getTitle()
Returns or sets the title of a presentation. |
double |
getTotalEditingTime()
Total editing time of a presentation in seconds. |
boolean |
remove(java.lang.String name)
Remove a custom property associated with a specified name. |
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 |
setContentStatus(java.lang.String value)
|
void |
setContentType(java.lang.String value)
|
void |
setCreated(java.util.Date value)
|
void |
setCreatedTime(java.util.Date value)
|
void |
setCreator(java.lang.String value)
Deprecated. |
void |
setDescription(java.lang.String value)
Deprecated. |
void |
setHyperlinkBase(java.lang.String value)
|
void |
setKeywords(java.lang.String value)
|
void |
setLastModifiedBy(java.lang.String value)
Deprecated. |
void |
setLastPrinted(java.util.Date value)
|
void |
setLastSavedBy(java.lang.String value)
|
void |
setLastSavedTime(java.util.Date value)
|
void |
setManager(java.lang.String value)
|
void |
setModified(java.util.Date value)
|
void |
setNameOfApplication(java.lang.String value)
|
void |
setPresentationFormat(java.lang.String value)
|
void |
setPrinted(java.util.Date value)
|
void |
setRevisionNumber(int value)
|
void |
setSharedDoc(boolean 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 |
Constructor Detail |
---|
public DocumentPropertiesEx()
Method Detail |
---|
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 getCompany()
Returns or sets the company property.
Read/write string
.
public void setCompany(java.lang.String value)
public java.lang.String getManager()
Returns or sets the manager property.
Read/write string
.
public void setManager(java.lang.String value)
public java.lang.String getPresentationFormat()
Returns or sets the intended format of a presentation.
Read/write string
.
public void setPresentationFormat(java.lang.String value)
public boolean getSharedDoc()
Determines whether the presentation is shared between multiple people.
Read/write bool
.
public void setSharedDoc(boolean 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 double getTotalEditingTime()
Total editing time of a presentation in seconds.
Read/write System.TimeSpan
.
public void setTotalEditingTime(double value)
public java.lang.String getTitle()
Returns or sets the title of a presentation.
Read/write string
.
public void setTitle(java.lang.String value)
public java.lang.String getSubject()
Returns or sets the subject of a presentation.
Read/write string
.
public void setSubject(java.lang.String value)
public java.lang.String getAuthor()
Returns or sets the author of a presentation.
Read/write string
.
public void setAuthor(java.lang.String value)
@Deprecated public java.lang.String getCreator()
Returns or sets the author of a presentation.
Read/write string
.
@Deprecated public void setCreator(java.lang.String value)
public java.lang.String getKeywords()
Returns or sets the keywords of a presentation.
Read/write string
.
public void setKeywords(java.lang.String value)
public java.lang.String getComments()
Returns or sets the comments of a presentation.
Read/write string
.
public void setComments(java.lang.String value)
@Deprecated public java.lang.String getDescription()
Returns or sets the comments of a presentation.
Read/write string
.
@Deprecated public void setDescription(java.lang.String value)
public java.lang.String getCategory()
Returns or sets the category of a presentation.
Read/write string
.
public void setCategory(java.lang.String value)
public java.util.Date getCreatedTime()
public void setCreatedTime(java.util.Date value)
public java.util.Date getCreated()
public void setCreated(java.util.Date value)
public java.util.Date getLastSavedTime()
public void setLastSavedTime(java.util.Date value)
public java.util.Date getModified()
public void setModified(java.util.Date value)
public java.util.Date getLastPrinted()
public void setLastPrinted(java.util.Date value)
public java.util.Date getPrinted()
public void setPrinted(java.util.Date value)
public java.lang.String getLastSavedBy()
Returns or sets the name of a last person who modified a presentation.
Read/write string
.
public void setLastSavedBy(java.lang.String value)
@Deprecated public java.lang.String getLastModifiedBy()
Returns or sets the name of a last person who modified a presentation.
Read/write string
.
@Deprecated public void setLastModifiedBy(java.lang.String value)
public int getRevisionNumber()
Returns or sets the presentation revision number.
Read/write int
.
public void setRevisionNumber(int value)
public java.lang.String getContentStatus()
Returns or sets the content status of a presentation.
Read/write string
.
public void setContentStatus(java.lang.String value)
public java.lang.String getContentType()
Returns or sets the content type of a presentation.
Read/write string
.
public void setContentType(java.lang.String value)
public int getCount()
Returns the number of custom properties actually contained in a collection.
Read-only int
.
public java.lang.String getHyperlinkBase()
Returns or sets the HyperlinkBase document property.
public void setHyperlinkBase(java.lang.String value)
public java.lang.String getPropertyName(int index)
Return a custom property name at the specified index.
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.public boolean remove(java.lang.String name)
Remove a custom property associated with a specified name.
name
- Name of a custom property to remove.
public boolean contains(java.lang.String name)
Check presents of a custom property with a specified name.
name
- Name of a custom property to check.
public java.lang.Object get_Item(java.lang.String name)
Returns or sets the custom property associated with a specified name.
Read/write Object
.
<b>int</b>
, <b>float</b>
, <b>string</b>
, <b>bool</b>
or <b>DateTime</b>
.
public void set_Item(java.lang.String name, java.lang.Object value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |