public class BuiltInDocumentPropertyCollection
Provides access to
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getAuthor() | |
void | setAuthor(java.lang.Stringvalue) | |
Gets or sets the name of the document's author. | ||
int | getBytes() | |
void | setBytes(intvalue) | |
Represents an estimate of the number of bytes in the document. | ||
java.lang.String | getCategory() | |
void | setCategory(java.lang.Stringvalue) | |
Gets or sets the category of the document. | ||
int | getCharacters() | |
void | setCharacters(intvalue) | |
Represents an estimate of the number of characters in the document. | ||
int | getCharactersWithSpaces() | |
void | setCharactersWithSpaces(intvalue) | |
Represents an estimate of the number of characters (including spaces) in the document. | ||
java.lang.String | getComments() | |
void | setComments(java.lang.Stringvalue) | |
Gets or sets the document comments. | ||
java.lang.String | getCompany() | |
void | setCompany(java.lang.Stringvalue) | |
Gets or sets the company property. | ||
java.lang.String | getContentStatus() | |
void | setContentStatus(java.lang.Stringvalue) | |
Gets or sets the content status of the document. | ||
java.lang.String | getContentType() | |
void | setContentType(java.lang.Stringvalue) | |
Gets or sets the content type of the document. | ||
int | getCount() | |
Gets number of items in the collection.
|
||
com.aspose.cells.DateTime | getCreatedTime() | |
void | setCreatedTime(com.aspose.cells.DateTimevalue) | |
Gets or sets date of the document creation in local timezone. | ||
com.aspose.cells.DateTime | getCreatedUniversalTime() | |
void | setCreatedUniversalTime(com.aspose.cells.DateTimevalue) | |
Gets or sets the Universal time of the document creation. | ||
java.lang.String | getDocumentVersion() | |
void | setDocumentVersion(java.lang.Stringvalue) | |
Represents the version of the file. | ||
java.lang.String | getHyperlinkBase() | |
void | setHyperlinkBase(java.lang.Stringvalue) | |
Gets or sets the hyperlinkbase property. | ||
java.lang.String | getKeywords() | |
void | setKeywords(java.lang.Stringvalue) | |
Gets or sets the document keywords. | ||
java.lang.String | getLanguage() | |
void | setLanguage(java.lang.Stringvalue) | |
Gets or sets the document's language. | ||
com.aspose.cells.DateTime | getLastPrinted() | |
void | setLastPrinted(com.aspose.cells.DateTimevalue) | |
Gets or sets the date when the document was last printed in local timezone. | ||
com.aspose.cells.DateTime | getLastPrintedUniversalTime() | |
void | setLastPrintedUniversalTime(com.aspose.cells.DateTimevalue) | |
Gets or sets the Universal time when the document was last printed. | ||
java.lang.String | getLastSavedBy() | |
void | setLastSavedBy(java.lang.Stringvalue) | |
Gets or sets the name of the last author. | ||
com.aspose.cells.DateTime | getLastSavedTime() | |
void | setLastSavedTime(com.aspose.cells.DateTimevalue) | |
Gets or sets the time of the last save in local timezone. | ||
com.aspose.cells.DateTime | getLastSavedUniversalTime() | |
void | setLastSavedUniversalTime(com.aspose.cells.DateTimevalue) | |
Gets or sets the universal time of the last save. | ||
int | getLines() | |
void | setLines(intvalue) | |
Represents an estimate of the number of lines in the document. | ||
boolean | getLinksUpToDate() | |
void | setLinksUpToDate(booleanvalue) | |
Indicates whether hyperlinks in a document are up-to-date. | ||
java.lang.String | getManager() | |
void | setManager(java.lang.Stringvalue) | |
Gets or sets the manager property. | ||
java.lang.String | getNameOfApplication() | |
void | setNameOfApplication(java.lang.Stringvalue) | |
Gets or sets the name of the application. | ||
int | getPages() | |
void | setPages(intvalue) | |
Represents an estimate of the number of pages in the document. | ||
int | getParagraphs() | |
void | setParagraphs(intvalue) | |
Represents an estimate of the number of paragraphs in the document. | ||
java.lang.String | getRevision() | |
void | setRevision(java.lang.Stringvalue) | |
Gets or sets the document revision number. | ||
int | getRevisionNumber() | |
void | setRevisionNumber(intvalue) | |
Gets or sets the document revision number. | ||
boolean | getScaleCrop() | |
void | setScaleCrop(booleanvalue) | |
Indicates the display mode of the document thumbnail. | ||
java.lang.String | getSubject() | |
void | setSubject(java.lang.Stringvalue) | |
Gets or sets the subject of the document. | ||
java.lang.String | getTemplate() | |
void | setTemplate(java.lang.Stringvalue) | |
Gets or sets the informational name of the document template. | ||
java.lang.String | getTitle() | |
void | setTitle(java.lang.Stringvalue) | |
Gets or sets the title of the document. | ||
double | getTotalEditingTime() | |
void | setTotalEditingTime(doublevalue) | |
Gets or sets the total editing time in minutes. | ||
java.lang.String | getVersion() | |
void | setVersion(java.lang.Stringvalue) | |
Represents the version number of the application that created the document. | ||
int | getWords() | |
void | setWords(intvalue) | |
Represents an estimate of the number of words in the document. | ||
DocumentProperty | get(int index) | |
Returns a |
||
DocumentProperty | get(java.lang.String name) | |
Returns a |
Method Summary | ||
---|---|---|
void | clear() | |
Removes all properties from the collection.
|
||
boolean | contains(java.lang.String name) | |
Returns true if a property with the specified name exists in the collection.
|
||
int | indexOf(java.lang.String name) | |
Gets the index of a property by name.
|
||
java.util.Iterator | iterator() | |
void | remove(java.lang.String name) | |
Removes a property with the specified name from the collection.
|
||
void | removeAt(int index) | |
Removes a property at the specified index.
|
public java.lang.String getLanguage() / public void setLanguage(java.lang.String value)
public java.lang.String getAuthor() / public void setAuthor(java.lang.String value)
public int getBytes() / public void setBytes(int value)
public int getCharacters() / public void setCharacters(int value)
public int getCharactersWithSpaces() / public void setCharactersWithSpaces(int value)
public java.lang.String getComments() / public void setComments(java.lang.String value)
public java.lang.String getCategory() / public void setCategory(java.lang.String value)
public java.lang.String getContentType() / public void setContentType(java.lang.String value)
public java.lang.String getContentStatus() / public void setContentStatus(java.lang.String value)
public java.lang.String getCompany() / public void setCompany(java.lang.String value)
public java.lang.String getHyperlinkBase() / public void setHyperlinkBase(java.lang.String value)
public com.aspose.cells.DateTime getCreatedTime() / public void setCreatedTime(com.aspose.cells.DateTime value)
Aspose.Cells does not update this property when you modify the document.
public com.aspose.cells.DateTime getCreatedUniversalTime() / public void setCreatedUniversalTime(com.aspose.cells.DateTime value)
Aspose.Cells does not update this property when you modify the document.
public java.lang.String getKeywords() / public void setKeywords(java.lang.String value)
public com.aspose.cells.DateTime getLastPrinted() / public void setLastPrinted(com.aspose.cells.DateTime value)
If the document was never printed, this property will return DateTime.MinValue.
Aspose.Cells does not update this property when you modify the document.
public com.aspose.cells.DateTime getLastPrintedUniversalTime() / public void setLastPrintedUniversalTime(com.aspose.cells.DateTime value)
public java.lang.String getLastSavedBy() / public void setLastSavedBy(java.lang.String value)
Aspose.Cells does not update this property when you modify the document.
public com.aspose.cells.DateTime getLastSavedTime() / public void setLastSavedTime(com.aspose.cells.DateTime value)
Aspose.Cells does not update this property when you modify the document.
public com.aspose.cells.DateTime getLastSavedUniversalTime() / public void setLastSavedUniversalTime(com.aspose.cells.DateTime value)
Aspose.Cells does not update this property when you modify the document.
public int getLines() / public void setLines(int value)
Aspose.Cells does not update this property when you modify the document.
public java.lang.String getManager() / public void setManager(java.lang.String value)
public java.lang.String getNameOfApplication() / public void setNameOfApplication(java.lang.String value)
public int getPages() / public void setPages(int value)
public int getParagraphs() / public void setParagraphs(int value)
public int getRevisionNumber() / public void setRevisionNumber(int value)
Aspose.Cells does not update this property when you modify the document.
public java.lang.String getRevision() / public void setRevision(java.lang.String value)
Aspose.Cells does not update this property when you modify the document.
public java.lang.String getSubject() / public void setSubject(java.lang.String value)
public java.lang.String getTemplate() / public void setTemplate(java.lang.String value)
public java.lang.String getTitle() / public void setTitle(java.lang.String value)
public double getTotalEditingTime() / public void setTotalEditingTime(double value)
public java.lang.String getVersion() / public void setVersion(java.lang.String value)
public java.lang.String getDocumentVersion() / public void setDocumentVersion(java.lang.String value)
public boolean getScaleCrop() / public void setScaleCrop(boolean value)
public boolean getLinksUpToDate() / public void setLinksUpToDate(boolean value)
public int getWords() / public void setWords(int value)
public int getCount()
public DocumentProperty get(java.lang.String name)
The string names of the properties correspond to the names of the typed
properties available from
If you request a property that is not present in the document, but the name
of the property is recognized as a valid built-in name, a new
If you request a property that is not present in the document and the name is not recognized as a built-in name, a null is returned.
name
- The case-insensitive name of the property to retrieve.public DocumentProperty get(int index)
index
- Zero-based index of the public java.util.Iterator iterator()
public boolean contains(java.lang.String name)
name
- The case-insensitive name of the property.public int indexOf(java.lang.String name)
name
- The case-insensitive name of the property.public void remove(java.lang.String name)
name
- The case-insensitive name of the property.public void removeAt(int index)
index
- The zero based index.public void clear()