|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.collections.XlsBuiltInDocumentProperties
public class XlsBuiltInDocumentProperties
| Constructor Summary | |
|---|---|
XlsBuiltInDocumentProperties(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
boolean |
contains(BuiltInPropertyType index)
Indicates whether collection contains specified property. |
java.lang.String |
getApplicationName()
Gets ApplicationName document property. |
java.lang.String |
getAuthor()
Gets author document property. |
int |
getBytes()
Gets ByteCount document property. |
java.lang.String |
getCategory()
Gets Category document proerty. |
int |
getCharacters()
Gets CharCount document property. |
java.lang.String |
getComments()
Gets comments document property. |
java.lang.String |
getCompany()
Gets Company document property. |
int |
getHiddenCount()
Gets HiddenCount document property. |
java.lang.String |
getKeywords()
Gets keywords document property. |
java.lang.String |
getLastAuthor()
Gets LastAuthor document property. |
int |
getLineCount()
Gets LineCount document property. |
boolean |
getLinksDirty()
Indicate whether the custom links are hampered. |
java.lang.String |
getManager()
Gets Manager document property. |
int |
getMultimediaClipCount()
Gets MmclipCount document property. |
int |
getNoteCount()
Gets NoteCount document property. |
int |
getParagraphCount()
Gets ParagrahpCount document property. |
java.lang.String |
getPresentationTarget()
Gets Target format document property. |
java.lang.String |
getRevisionNumber()
Gets revision number document property. |
boolean |
getScaleCrop()
Gets SacleCrop document property. |
int |
getSecurity()
Gets Security document property. |
int |
getSlideCount()
Gets SlideCount document property. |
java.lang.String |
getSubject()
Gets subject document property. |
java.lang.String |
getTemplate()
Sets template document property. |
java.lang.String |
getTitle()
Gets title document property. |
int |
getWordCount()
Gets WordCount document property. |
void |
setAuthor(java.lang.String value)
Sets author document property. |
void |
setBytes(int value)
Sets ByteCount document property. |
void |
setComments(java.lang.String value)
Sets comments document property. |
void |
setCompany(java.lang.String value)
Sets Company document property. |
void |
setHiddenCount(int value)
Sets HiddenCount document property. |
void |
setKeywords(java.lang.String value)
Sets keywords document property. |
void |
setLastAuthor(java.lang.String value)
Sets LastAuthor document property. |
void |
setLineCount(int value)
Sets LineCount document property. |
void |
setLinksDirty(boolean value)
Indicate whether the custom links are hampered. |
void |
setManager(java.lang.String value)
Sets Manager document property. |
void |
setMultimediaClipCount(int value)
Sets MmclipCount document property. |
void |
setNoteCount(int value)
Sets NoteCount document property. |
void |
setParagraphCount(int value)
Sets ParagrahpCount document property. |
void |
setRevisionNumber(java.lang.String value)
Sets revision number document property. |
void |
setScaleCrop(boolean value)
Sets SacleCrop document property. |
void |
setSlideCount(int value)
Sets SlideCount document property. |
void |
setSubject(java.lang.String value)
Sets subject document property. |
void |
setTemplate(java.lang.String value)
Sets template document property. |
void |
setTitle(java.lang.String value)
Sets title document property. |
| Methods inherited from interface com.spire.xls.core.IBuiltInDocumentProperties |
|---|
clear, get, getByBuiltInPropertyType, getCount, getPageCount, setApplicationName, setCategory, setCharacters, setPageCount, setPresentationTarget, setWordCount |
| Constructor Detail |
|---|
public XlsBuiltInDocumentProperties(java.lang.Object parent)
| Method Detail |
|---|
public boolean contains(BuiltInPropertyType index)
contains in interface IBuiltInDocumentPropertiesindex - Property id.
public java.lang.String getTitle()
getTitle in interface IBuiltInDocumentPropertiespublic void setTitle(java.lang.String value)
setTitle in interface IBuiltInDocumentPropertiespublic java.lang.String getSubject()
getSubject in interface IBuiltInDocumentPropertiespublic void setSubject(java.lang.String value)
public java.lang.String getAuthor()
getAuthor in interface IBuiltInDocumentPropertiespublic void setAuthor(java.lang.String value)
setAuthor in interface IBuiltInDocumentPropertiespublic java.lang.String getKeywords()
getKeywords in interface IBuiltInDocumentPropertiespublic void setKeywords(java.lang.String value)
setKeywords in interface IBuiltInDocumentPropertiespublic java.lang.String getComments()
getComments in interface IBuiltInDocumentPropertiespublic void setComments(java.lang.String value)
setComments in interface IBuiltInDocumentPropertiespublic java.lang.String getTemplate()
getTemplate in interface IBuiltInDocumentPropertiespublic void setTemplate(java.lang.String value)
setTemplate in interface IBuiltInDocumentPropertiespublic java.lang.String getLastAuthor()
getLastAuthor in interface IBuiltInDocumentPropertiespublic void setLastAuthor(java.lang.String value)
public java.lang.String getRevisionNumber()
getRevisionNumber in interface IBuiltInDocumentPropertiespublic void setRevisionNumber(java.lang.String value)
setRevisionNumber in interface IBuiltInDocumentPropertiespublic int getWordCount()
getWordCount in interface IBuiltInDocumentPropertiespublic int getCharacters()
getCharacters in interface IBuiltInDocumentPropertiespublic java.lang.String getApplicationName()
getApplicationName in interface IBuiltInDocumentPropertiespublic int getSecurity()
public java.lang.String getCategory()
getCategory in interface IBuiltInDocumentPropertiespublic java.lang.String getPresentationTarget()
getPresentationTarget in interface IBuiltInDocumentPropertiespublic int getBytes()
getBytes in interface IBuiltInDocumentPropertiespublic void setBytes(int value)
setBytes in interface IBuiltInDocumentPropertiespublic int getLineCount()
getLineCount in interface IBuiltInDocumentPropertiespublic void setLineCount(int value)
public int getParagraphCount()
getParagraphCount in interface IBuiltInDocumentPropertiespublic void setParagraphCount(int value)
setParagraphCount in interface IBuiltInDocumentPropertiespublic int getSlideCount()
getSlideCount in interface IBuiltInDocumentPropertiespublic void setSlideCount(int value)
setSlideCount in interface IBuiltInDocumentPropertiespublic int getNoteCount()
getNoteCount in interface IBuiltInDocumentPropertiespublic void setNoteCount(int value)
setNoteCount in interface IBuiltInDocumentPropertiespublic int getHiddenCount()
getHiddenCount in interface IBuiltInDocumentPropertiespublic void setHiddenCount(int value)
setHiddenCount in interface IBuiltInDocumentPropertiespublic int getMultimediaClipCount()
getMultimediaClipCount in interface IBuiltInDocumentPropertiespublic void setMultimediaClipCount(int value)
setMultimediaClipCount in interface IBuiltInDocumentPropertiespublic boolean getScaleCrop()
public void setScaleCrop(boolean value)
public java.lang.String getManager()
getManager in interface IBuiltInDocumentPropertiespublic void setManager(java.lang.String value)
setManager in interface IBuiltInDocumentPropertiespublic java.lang.String getCompany()
getCompany in interface IBuiltInDocumentPropertiespublic void setCompany(java.lang.String value)
setCompany in interface IBuiltInDocumentPropertiespublic boolean getLinksDirty()
getLinksDirty in interface IBuiltInDocumentPropertiespublic void setLinksDirty(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||