Provides access to
Property Getters/Setters Summary | ||
---|---|---|
method | getAuthor() | |
method | setAuthor(value) | |
Gets or sets the name of the document's author. | ||
method | getBytes() | |
method | setBytes(value) | |
Represents an estimate of the number of bytes in the document. | ||
method | getCategory() | |
method | setCategory(value) | |
Gets or sets the category of the document. | ||
method | getCharacters() | |
method | setCharacters(value) | |
Represents an estimate of the number of characters in the document. | ||
method | getCharactersWithSpaces() | |
method | setCharactersWithSpaces(value) | |
Represents an estimate of the number of characters (including spaces) in the document. | ||
method | getComments() | |
method | setComments(value) | |
Gets or sets the document comments. | ||
method | getCompany() | |
method | setCompany(value) | |
Gets or sets the company property. | ||
method | getContentStatus() | |
method | setContentStatus(value) | |
Gets or sets the content status of the document. | ||
method | getContentType() | |
method | setContentType(value) | |
Gets or sets the content type of the document. | ||
method | getCount() | |
Gets number of items in the collection. | ||
method | getCreatedTime() | |
method | setCreatedTime(value) | |
Gets or sets date of the document creation in local timezone. | ||
method | getCreatedUniversalTime() | |
method | setCreatedUniversalTime(value) | |
Gets or sets the Universal time of the document creation. | ||
method | getDocumentVersion() | |
method | setDocumentVersion(value) | |
Represents the version of the file. | ||
method | getHyperlinkBase() | |
method | setHyperlinkBase(value) | |
Gets or sets the hyperlinkbase property. | ||
method | getKeywords() | |
method | setKeywords(value) | |
Gets or sets the document keywords. | ||
method | getLanguage() | |
method | setLanguage(value) | |
Gets or sets the document's language. | ||
method | getLastPrinted() | |
method | setLastPrinted(value) | |
Gets or sets the date when the document was last printed in local timezone. | ||
method | getLastPrintedUniversalTime() | |
method | setLastPrintedUniversalTime(value) | |
Gets or sets the Universal time when the document was last printed. | ||
method | getLastSavedBy() | |
method | setLastSavedBy(value) | |
Gets or sets the name of the last author. | ||
method | getLastSavedTime() | |
method | setLastSavedTime(value) | |
Gets or sets the time of the last save in local timezone. | ||
method | getLastSavedUniversalTime() | |
method | setLastSavedUniversalTime(value) | |
Gets or sets the universal time of the last save. | ||
method | getLines() | |
method | setLines(value) | |
Represents an estimate of the number of lines in the document. | ||
method | getLinksUpToDate() | |
method | setLinksUpToDate(value) | |
Indicates whether hyperlinks in a document are up-to-date. | ||
method | getManager() | |
method | setManager(value) | |
Gets or sets the manager property. | ||
method | getNameOfApplication() | |
method | setNameOfApplication(value) | |
Gets or sets the name of the application. | ||
method | getPages() | |
method | setPages(value) | |
Represents an estimate of the number of pages in the document. | ||
method | getParagraphs() | |
method | setParagraphs(value) | |
Represents an estimate of the number of paragraphs in the document. | ||
method | getRevision() | |
method | setRevision(value) | |
Gets or sets the document revision number. | ||
method | getRevisionNumber() | |
method | setRevisionNumber(value) | |
Gets or sets the document revision number. | ||
method | getScaleCrop() | |
method | setScaleCrop(value) | |
Indicates the display mode of the document thumbnail. | ||
method | getSubject() | |
method | setSubject(value) | |
Gets or sets the subject of the document. | ||
method | getTemplate() | |
method | setTemplate(value) | |
Gets or sets the informational name of the document template. | ||
method | getTitle() | |
method | setTitle(value) | |
Gets or sets the title of the document. | ||
method | getTotalEditingTime() | |
method | setTotalEditingTime(value) | |
Gets or sets the total editing time in minutes. | ||
method | getVersion() | |
method | setVersion(value) | |
Represents the version number of the application that created the document. | ||
method | getWords() | |
method | setWords(value) | |
Represents an estimate of the number of words in the document. | ||
method | get(index) | |
Returns a |
||
method | get(name) | |
Returns a |
Method Summary | ||
---|---|---|
method | clear() | → inherited from DocumentPropertyCollection |
Removes all properties from the collection. | ||
method | contains(name) | → inherited from DocumentPropertyCollection |
Returns true if a property with the specified name exists in the collection. | ||
method | indexOf(name) | → inherited from DocumentPropertyCollection |
Gets the index of a property by name. | ||
method | iterator() | → inherited from DocumentPropertyCollection |
method | remove(name) | → inherited from DocumentPropertyCollection |
Removes a property with the specified name from the collection. | ||
method | removeAt(index) | → inherited from DocumentPropertyCollection |
Removes a property at the specified index. |
Property Getters/Setters Detail |
---|
getLanguage/setLanguage : String | |
String getLanguage() / setLanguage(value) |
getAuthor/setAuthor : String | |
String getAuthor() / setAuthor(value) |
getBytes/setBytes : int | |
int getBytes() / setBytes(value) |
getCharacters/setCharacters : int | |
int getCharacters() / setCharacters(value) |
getCharactersWithSpaces/setCharactersWithSpaces : int | |
int getCharactersWithSpaces() / setCharactersWithSpaces(value) |
getComments/setComments : String | |
String getComments() / setComments(value) |
getCategory/setCategory : String | |
String getCategory() / setCategory(value) |
getContentType/setContentType : String | |
String getContentType() / setContentType(value) |
getContentStatus/setContentStatus : String | |
String getContentStatus() / setContentStatus(value) |
getCompany/setCompany : String | |
String getCompany() / setCompany(value) |
getHyperlinkBase/setHyperlinkBase : String | |
String getHyperlinkBase() / setHyperlinkBase(value) |
getCreatedTime/setCreatedTime : DateTime | |
DateTime getCreatedTime() / setCreatedTime(value) |
Aspose.Cells does not update this property when you modify the document.
getCreatedUniversalTime/setCreatedUniversalTime : DateTime | |
DateTime getCreatedUniversalTime() / setCreatedUniversalTime(value) |
Aspose.Cells does not update this property when you modify the document.
getKeywords/setKeywords : String | |
String getKeywords() / setKeywords(value) |
getLastPrinted/setLastPrinted : DateTime | |
DateTime getLastPrinted() / setLastPrinted(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.
getLastPrintedUniversalTime/setLastPrintedUniversalTime : DateTime | |
DateTime getLastPrintedUniversalTime() / setLastPrintedUniversalTime(value) |
getLastSavedBy/setLastSavedBy : String | |
String getLastSavedBy() / setLastSavedBy(value) |
Aspose.Cells does not update this property when you modify the document.
getLastSavedTime/setLastSavedTime : DateTime | |
DateTime getLastSavedTime() / setLastSavedTime(value) |
Aspose.Cells does not update this property when you modify the document.
getLastSavedUniversalTime/setLastSavedUniversalTime : DateTime | |
DateTime getLastSavedUniversalTime() / setLastSavedUniversalTime(value) |
Aspose.Cells does not update this property when you modify the document.
getLines/setLines : int | |
int getLines() / setLines(value) |
Aspose.Cells does not update this property when you modify the document.
getManager/setManager : String | |
String getManager() / setManager(value) |
getNameOfApplication/setNameOfApplication : String | |
String getNameOfApplication() / setNameOfApplication(value) |
getPages/setPages : int | |
int getPages() / setPages(value) |
getParagraphs/setParagraphs : int | |
int getParagraphs() / setParagraphs(value) |
getRevisionNumber/setRevisionNumber : int | |
int getRevisionNumber() / setRevisionNumber(value) |
Aspose.Cells does not update this property when you modify the document.
getRevision/setRevision : String | |
String getRevision() / setRevision(value) |
Aspose.Cells does not update this property when you modify the document.
getSubject/setSubject : String | |
String getSubject() / setSubject(value) |
getTemplate/setTemplate : String | |
String getTemplate() / setTemplate(value) |
getTitle/setTitle : String | |
String getTitle() / setTitle(value) |
getTotalEditingTime/setTotalEditingTime : float | |
float getTotalEditingTime() / setTotalEditingTime(value) |
getVersion/setVersion : String | |
String getVersion() / setVersion(value) |
getDocumentVersion/setDocumentVersion : String | |
String getDocumentVersion() / setDocumentVersion(value) |
getScaleCrop/setScaleCrop : boolean | |
boolean getScaleCrop() / setScaleCrop(value) |
getLinksUpToDate/setLinksUpToDate : boolean | |
boolean getLinksUpToDate() / setLinksUpToDate(value) |
getWords/setWords : int | |
int getWords() / setWords(value) |
getCount : int | |
int getCount() |
get : DocumentProperty | |
DocumentProperty get(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.get : DocumentProperty | |
DocumentProperty get(index) |
index
- Zero-based index of the Method Detail |
---|
iterator | |
Iterator iterator() |
contains | |
boolean contains(name) |
name: String
- The case-insensitive name of the property.indexOf | |
int indexOf(name) |
name: String
- The case-insensitive name of the property.remove | |
remove(name) |
name: String
- The case-insensitive name of the property.removeAt | |
removeAt(index) |
index: int
- The zero based index.clear | |
clear() |