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