public class BuiltInDocumentPropertyCollection extends DocumentPropertyCollection
Remarks
Provides access to
| Modifier and Type | Method and Description |
|---|---|
DocumentProperty |
get(java.lang.String name)
Returns a
DocumentProperty object by the name of the property. |
java.lang.String |
getAuthor()
Gets the name of the document's author.
|
int |
getBytes()
Deprecated.
This property is written for Word and PowerPoint. Excel will omit this property
|
java.lang.String |
getCategory()
Gets the category of the document.
|
int |
getCharacters()
Deprecated.
This property is written for Word and PowerPoint. Excel will omit this property
|
int |
getCharactersWithSpaces()
Deprecated.
This property is written for Word and PowerPoint. Excel will omit this property
|
java.lang.String |
getComments()
Gets the document comments.
|
java.lang.String |
getCompany()
Gets the company property.
|
java.lang.String |
getContentStatus()
Gets the content status of the document.
|
java.lang.String |
getContentType()
Gets the content type of the document.
|
DateTime |
getCreatedTime()
Gets date of the document creation in local timezone.
|
DateTime |
getCreatedUniversalTime()
Gets the Universal time of the document creation.
|
java.lang.String |
getDocumentVersion()
Represents the version of the file.
|
java.lang.String |
getHyperlinkBase()
Gets the hyperlinkbase property.
|
java.lang.String |
getKeywords()
Gets the document keywords.
|
java.lang.String |
getLanguage()
Gets the document's language.
|
DateTime |
getLastPrinted()
Gets the date when the document was last printed in local timezone.
|
DateTime |
getLastPrintedUniversalTime()
Gets the Universal time when the document was last printed.
|
java.lang.String |
getLastSavedBy()
Gets the name of the last author.
|
DateTime |
getLastSavedTime()
Gets the time of the last save in local timezone.
|
DateTime |
getLastSavedUniversalTime()
Gets the universal time of the last save.
|
int |
getLines()
Deprecated.
This property is written for Word and PowerPoint. Excel will omit this property
|
boolean |
getLinksUpToDate()
Indicates whether hyperlinks in a document are up-to-date.
|
java.lang.String |
getManager()
Gets the manager property.
|
java.lang.String |
getNameOfApplication()
Gets the name of the application.
|
int |
getPages()
Represents an estimate of the number of pages in the document.
|
int |
getParagraphs()
Deprecated.
This property is written for Word and PowerPoint. Excel will omit this property
|
java.lang.String |
getRevisionNumber()
Gets the document revision number.
|
boolean |
getScaleCrop()
Indicates the display mode of the document thumbnail.
|
java.lang.String |
getSubject()
Gets the subject of the document.
|
java.lang.String |
getTemplate()
Gets the informational name of the document template.
|
java.lang.String |
getTitle()
Gets the title of the document.
|
double |
getTotalEditingTime()
Gets the total editing time in minutes.
|
java.lang.String |
getVersion()
Represents the version number of the application that created the document.
|
int |
getWords()
Represents an estimate of the number of words in the document.
|
void |
setAuthor(java.lang.String value)
Sets the name of the document's author.
|
void |
setBytes(int value)
Deprecated.
This property is written for Word and PowerPoint. Excel will omit this property
|
void |
setCategory(java.lang.String value)
Sets the category of the document.
|
void |
setCharacters(int value)
Deprecated.
This property is written for Word and PowerPoint. Excel will omit this property
|
void |
setCharactersWithSpaces(int value)
Deprecated.
This property is written for Word and PowerPoint. Excel will omit this property
|
void |
setComments(java.lang.String value)
Sets the document comments.
|
void |
setCompany(java.lang.String value)
Sets the company property.
|
void |
setContentStatus(java.lang.String value)
Sets the content status of the document.
|
void |
setContentType(java.lang.String value)
Sets the content type of the document.
|
void |
setCreatedTime(DateTime value)
Sets date of the document creation in local timezone.
|
void |
setCreatedUniversalTime(DateTime value)
Sets the Universal time of the document creation.
|
void |
setDocumentVersion(java.lang.String value)
Represents the version of the file.
|
void |
setHyperlinkBase(java.lang.String value)
Sets the hyperlinkbase property.
|
void |
setKeywords(java.lang.String value)
Sets the document keywords.
|
void |
setLanguage(java.lang.String value)
Sets the document's language.
|
void |
setLastPrinted(DateTime value)
Sets the date when the document was last printed in local timezone.
|
void |
setLastPrintedUniversalTime(DateTime value)
Sets the Universal time when the document was last printed.
|
void |
setLastSavedBy(java.lang.String value)
Sets the name of the last author.
|
void |
setLastSavedTime(DateTime value)
Sets the time of the last save in local timezone.
|
void |
setLastSavedUniversalTime(DateTime value)
Sets the universal time of the last save.
|
void |
setLines(int value)
Deprecated.
This property is written for Word and PowerPoint. Excel will omit this property
|
void |
setLinksUpToDate(boolean value)
Indicates whether hyperlinks in a document are up-to-date.
|
void |
setManager(java.lang.String value)
Sets the manager property.
|
void |
setNameOfApplication(java.lang.String value)
Sets the name of the application.
|
void |
setPages(int value)
Represents an estimate of the number of pages in the document.
|
void |
setParagraphs(int value)
Deprecated.
This property is written for Word and PowerPoint. Excel will omit this property
|
void |
setRevisionNumber(java.lang.String value)
Sets the document revision number.
|
void |
setScaleCrop(boolean value)
Indicates the display mode of the document thumbnail.
|
void |
setSubject(java.lang.String value)
Sets the subject of the document.
|
void |
setTemplate(java.lang.String value)
Sets the informational name of the document template.
|
void |
setTitle(java.lang.String value)
Sets the title of the document.
|
void |
setTotalEditingTime(double value)
Sets the total editing time in minutes.
|
void |
setVersion(java.lang.String value)
Represents the version number of the application that created the document.
|
void |
setWords(int value)
Represents an estimate of the number of words in the document.
|
contains, get, indexOf, remove, removeAtpublic DocumentProperty get(java.lang.String name)
DocumentProperty object by the name of the property.
Remarks
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.
get in class DocumentPropertyCollectionname - The case-insensitive name of the property to retrieve.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 DateTime getCreatedTime()
Remarks
Aspose.Cells does not update this property when you modify the document.
public void setCreatedTime(DateTime value)
Remarks
Aspose.Cells does not update this property when you modify the document.
public DateTime getCreatedUniversalTime()
Remarks
Aspose.Cells does not update this property when you modify the document.
public void setCreatedUniversalTime(DateTime value)
Remarks
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 DateTime getLastPrinted()
Remarks
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 void setLastPrinted(DateTime value)
Remarks
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 DateTime getLastPrintedUniversalTime()
public void setLastPrintedUniversalTime(DateTime value)
public java.lang.String getLastSavedBy()
Remarks
Aspose.Cells does not update this property when you modify the document.
public void setLastSavedBy(java.lang.String value)
Remarks
Aspose.Cells does not update this property when you modify the document.
public DateTime getLastSavedTime()
Remarks
Aspose.Cells does not update this property when you modify the document.
public void setLastSavedTime(DateTime value)
Remarks
Aspose.Cells does not update this property when you modify the document.
public DateTime getLastSavedUniversalTime()
Remarks
Aspose.Cells does not update this property when you modify the document.
public void setLastSavedUniversalTime(DateTime value)
Remarks
Aspose.Cells does not update this property when you modify the document.
public int getLines()
Remarks
Aspose.Cells does not update this property when you modify the document.
public void setLines(int value)
Remarks
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 java.lang.String getRevisionNumber()
Remarks
Aspose.Cells does not update this property when you modify the document.
public void setRevisionNumber(java.lang.String value)
Remarks
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()
Remarks
It's format is "00.0000",for example : 12.0000public void setVersion(java.lang.String value)
Remarks
It's format is "00.0000",for example : 12.0000public 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)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.