|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.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(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 |
---|
public DocumentPropertiesEx()
Method Detail |
---|
public java.lang.String getManager()
public void setManager(java.lang.String value)
value
- public java.lang.String getPresentationFormat()
public void setPresentationFormat(java.lang.String value)
value
- public boolean isSharedDoc()
public void setSharedDoc(boolean value)
value
- public java.lang.String getTitle()
public void setTitle(java.lang.String value)
value
- public java.lang.String getSubject()
public void setSubject(java.lang.String value)
value
- public java.lang.String getCreator()
public void setCreator(java.lang.String value)
public java.lang.String getKeywords()
public void setKeywords(java.lang.String value)
value
- public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value
- public java.lang.String getCategory()
public void setCategory(java.lang.String value)
value
- public java.util.Date getCreated()
public void setCreated(java.util.Date value)
public java.util.Date getModified()
public void setModified(java.util.Date value)
public java.util.Date getPrinted()
public void setPrinted(java.util.Date value)
public java.lang.String getLastModifiedBy()
public void setLastModifiedBy(java.lang.String value)
public java.lang.String getContentStatus()
public void setContentStatus(java.lang.String value)
value
- public java.lang.String getContentType()
public void setContentType(java.lang.String value)
public int getCount()
public java.lang.String getPropertyName(int index)
index
- The zero-based index of a custom property to get.
public boolean remove(java.lang.String name)
name
- Name of a custom property to remove.
public boolean Contains(java.lang.String name)
name
-
public java.lang.Object get(java.lang.String name)
name
- public void set(java.lang.String name, java.lang.Object value)
name
- value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |