|
||||||||
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 properties of a presentation.
Constructor Summary | |
---|---|
DocumentProperties()
|
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 |
getApplicationTemplate()
Returns or sets the template of a application. |
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 |
getCreatedTime()
|
java.lang.String |
getHyperlinkBase()
Returns or sets the HyperlinkBase document property. |
java.lang.String |
getKeywords()
Returns or sets the keywords of a presentation. |
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.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.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 |
getTitle()
Returns or sets the title of a presentation. |
long |
getTotalEditingTime()
Total editing time of a presentation. |
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 |
setApplicationTemplate(java.lang.String 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 |
setCreatedTime(java.util.Date value)
|
void |
setHyperlinkBase(java.lang.String value)
|
void |
setKeywords(java.lang.String value)
|
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 |
setNameOfApplication(java.lang.String value)
|
void |
setPresentationFormat(java.lang.String value)
|
void |
setRevisionNumber(int value)
|
void |
setSharedDoc(boolean value)
|
void |
setSubject(java.lang.String value)
|
void |
setTitle(java.lang.String value)
|
void |
setTotalEditingTime(long value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentProperties()
Method Detail |
---|
public java.lang.String getNameOfApplication()
Returns or sets the name of the application.
Read/write string
.
getNameOfApplication
in interface IDocumentProperties
public void setNameOfApplication(java.lang.String value)
setNameOfApplication
in interface IDocumentProperties
public java.lang.String getCompany()
Returns or sets the company property.
Read/write string
.
getCompany
in interface IDocumentProperties
public void setCompany(java.lang.String value)
setCompany
in interface IDocumentProperties
public java.lang.String getManager()
Returns or sets the manager property.
Read/write string
.
getManager
in interface IDocumentProperties
public void setManager(java.lang.String value)
setManager
in interface IDocumentProperties
public java.lang.String getPresentationFormat()
Returns or sets the intended format of a presentation.
Read/write string
.
getPresentationFormat
in interface IDocumentProperties
public void setPresentationFormat(java.lang.String value)
setPresentationFormat
in interface IDocumentProperties
public boolean getSharedDoc()
Determines whether the presentation is shared between multiple people.
Read/write bool
.
getSharedDoc
in interface IDocumentProperties
public void setSharedDoc(boolean value)
setSharedDoc
in interface IDocumentProperties
public java.lang.String getApplicationTemplate()
Returns or sets the template of a application.
Read/write string
.
getApplicationTemplate
in interface IDocumentProperties
public void setApplicationTemplate(java.lang.String value)
setApplicationTemplate
in interface IDocumentProperties
public long getTotalEditingTime()
Total editing time of a presentation.
Read/write System.TimeSpan
.
getTotalEditingTime
in interface IDocumentProperties
public void setTotalEditingTime(long value)
setTotalEditingTime
in interface IDocumentProperties
public java.lang.String getTitle()
Returns or sets the title of a presentation.
Read/write string
.
getTitle
in interface IDocumentProperties
public void setTitle(java.lang.String value)
setTitle
in interface IDocumentProperties
public java.lang.String getSubject()
Returns or sets the subject of a presentation.
Read/write string
.
getSubject
in interface IDocumentProperties
public void setSubject(java.lang.String value)
setSubject
in interface IDocumentProperties
public java.lang.String getAuthor()
Returns or sets the author of a presentation.
Read/write string
.
getAuthor
in interface IDocumentProperties
public void setAuthor(java.lang.String value)
setAuthor
in interface IDocumentProperties
public java.lang.String getKeywords()
Returns or sets the keywords of a presentation.
Read/write string
.
getKeywords
in interface IDocumentProperties
public void setKeywords(java.lang.String value)
setKeywords
in interface IDocumentProperties
public java.lang.String getComments()
Returns or sets the comments of a presentation.
Read/write string
.
getComments
in interface IDocumentProperties
public void setComments(java.lang.String value)
setComments
in interface IDocumentProperties
public java.lang.String getCategory()
Returns or sets the category of a presentation.
Read/write string
.
getCategory
in interface IDocumentProperties
public void setCategory(java.lang.String value)
setCategory
in interface IDocumentProperties
public java.util.Date getCreatedTime()
getCreatedTime
in interface IDocumentProperties
public void setCreatedTime(java.util.Date value)
setCreatedTime
in interface IDocumentProperties
public java.util.Date getLastSavedTime()
getLastSavedTime
in interface IDocumentProperties
public void setLastSavedTime(java.util.Date value)
setLastSavedTime
in interface IDocumentProperties
public java.util.Date getLastPrinted()
getLastPrinted
in interface IDocumentProperties
public void setLastPrinted(java.util.Date value)
setLastPrinted
in interface IDocumentProperties
public java.lang.String getLastSavedBy()
Returns or sets the name of a last person who modified a presentation.
Read/write string
.
getLastSavedBy
in interface IDocumentProperties
public void setLastSavedBy(java.lang.String value)
setLastSavedBy
in interface IDocumentProperties
public int getRevisionNumber()
Returns or sets the presentation revision number.
Read/write int
.
getRevisionNumber
in interface IDocumentProperties
public void setRevisionNumber(int value)
setRevisionNumber
in interface IDocumentProperties
public java.lang.String getContentStatus()
Returns or sets the content status of a presentation.
Read/write string
.
getContentStatus
in interface IDocumentProperties
public void setContentStatus(java.lang.String value)
setContentStatus
in interface IDocumentProperties
public java.lang.String getContentType()
Returns or sets the content type of a presentation.
Read/write string
.
getContentType
in interface IDocumentProperties
public void setContentType(java.lang.String value)
setContentType
in interface IDocumentProperties
public int getCount()
Returns the number of custom properties actually contained in a collection.
Read-only int
.
getCount
in interface IDocumentProperties
public java.lang.String getHyperlinkBase()
Returns or sets the HyperlinkBase document property.
getHyperlinkBase
in interface IDocumentProperties
public void setHyperlinkBase(java.lang.String value)
setHyperlinkBase
in interface IDocumentProperties
public java.lang.String getPropertyName(int index)
Return a custom property name at the specified index.
getPropertyName
in interface IDocumentProperties
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.
remove
in interface IDocumentProperties
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.
contains
in interface IDocumentProperties
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>
.
get_Item
in interface IDocumentProperties
public void set_Item(java.lang.String name, java.lang.Object value)
set_Item
in interface IDocumentProperties
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |