com.spire.xls.core
Interface IBuiltInDocumentProperties

All Known Implementing Classes:
BuiltInDocumentProperties, XlsBuiltInDocumentProperties

public interface IBuiltInDocumentProperties

Represents user interface for built-in document properties.


Method Summary
 void clear()
          Removes all properties from the collection.
 boolean contains(BuiltInPropertyType index)
          Indicates whether collection contains specified property.
 IDocumentProperty get(int iIndex)
          Returns single entry from the collection.
 java.lang.String getApplicationName()
          ApplicationName document property.
 java.lang.String getAuthor()
          Author document property.
 IDocumentProperty getByBuiltInPropertyType(BuiltInPropertyType index)
          Returns single entry from the collection.
 int getBytes()
          ByteCount.
 java.lang.String getCategory()
          Category.
 int getCharacters()
          CharCount document property.
 java.lang.String getComments()
          Comments document property.
 java.lang.String getCompany()
          Company.
 int getCount()
          Returns number of elements in the collection.
 int getHiddenCount()
          HiddenCount.
 java.lang.String getKeywords()
          Keywords document property.
 java.lang.String getLastAuthor()
          LastAuthor document property.
 int getLineCount()
          LineCount.
 boolean getLinksDirty()
          Boolean value to indicate whether the custom links are hampered by excessive noise, for all applications.
 java.lang.String getManager()
          Manager.
 int getMultimediaClipCount()
          MmclipCount.
 int getNoteCount()
          NoteCount.
 int getPageCount()
          PageCount document property.
 int getParagraphCount()
          ParCount.
 java.lang.String getPresentationTarget()
          Target format for presentation (35mm, printer, video, and so on).
 java.lang.String getRevisionNumber()
          Revnumber document property.
 int getSlideCount()
          SlideCount.
 java.lang.String getSubject()
          Subject document property.
 java.lang.String getTemplate()
          Template document property.
 java.lang.String getTitle()
          Title document property.
 int getWordCount()
          WordCount document property.
 void setApplicationName(java.lang.String value)
          ApplicationName document property.
 void setAuthor(java.lang.String value)
          Author document property.
 void setBytes(int value)
          ByteCount.
 void setCategory(java.lang.String value)
          Category.
 void setCharacters(int value)
          CharCount document property.
 void setComments(java.lang.String value)
          Comments document property.
 void setCompany(java.lang.String value)
          Company.
 void setHiddenCount(int value)
          HiddenCount.
 void setKeywords(java.lang.String value)
          Keywords document property.
 void setManager(java.lang.String value)
          Manager.
 void setMultimediaClipCount(int value)
          MmclipCount.
 void setNoteCount(int value)
          NoteCount.
 void setPageCount(int value)
          PageCount document property.
 void setParagraphCount(int value)
          ParCount.
 void setPresentationTarget(java.lang.String value)
          Target format for presentation (35mm, printer, video, and so on).
 void setRevisionNumber(java.lang.String value)
          Revnumber document property.
 void setSlideCount(int value)
          SlideCount.
 void setTemplate(java.lang.String value)
          Template document property.
 void setTitle(java.lang.String value)
          Title document property.
 void setWordCount(int value)
          WordCount document property.
 

Method Detail

getByBuiltInPropertyType

IDocumentProperty getByBuiltInPropertyType(BuiltInPropertyType index)
Returns single entry from the collection. Read-only.


get

IDocumentProperty get(int iIndex)
Returns single entry from the collection. Read-only.


getCount

int getCount()
Returns number of elements in the collection. Read-only.


clear

void clear()
Removes all properties from the collection.


contains

boolean contains(BuiltInPropertyType index)
Indicates whether collection contains specified property.

Parameters:
index - Property id. True if collection contains required property.

getTitle

java.lang.String getTitle()
Title document property.


setTitle

void setTitle(java.lang.String value)
Title document property.


getSubject

java.lang.String getSubject()
Subject document property.


getAuthor

java.lang.String getAuthor()
Author document property.


setAuthor

void setAuthor(java.lang.String value)
Author document property.


getKeywords

java.lang.String getKeywords()
Keywords document property.


setKeywords

void setKeywords(java.lang.String value)
Keywords document property.


getComments

java.lang.String getComments()
Comments document property.


setComments

void setComments(java.lang.String value)
Comments document property.


getTemplate

java.lang.String getTemplate()
Template document property.


setTemplate

void setTemplate(java.lang.String value)
Template document property.


getLastAuthor

java.lang.String getLastAuthor()
LastAuthor document property.


getRevisionNumber

java.lang.String getRevisionNumber()
Revnumber document property.


setRevisionNumber

void setRevisionNumber(java.lang.String value)
Revnumber document property.


getPageCount

int getPageCount()
PageCount document property.


setPageCount

void setPageCount(int value)
PageCount document property.


getWordCount

int getWordCount()
WordCount document property.


setWordCount

void setWordCount(int value)
WordCount document property.


getCharacters

int getCharacters()
CharCount document property.


setCharacters

void setCharacters(int value)
CharCount document property.


getApplicationName

java.lang.String getApplicationName()
ApplicationName document property.


setApplicationName

void setApplicationName(java.lang.String value)
ApplicationName document property.


getCategory

java.lang.String getCategory()
Category.


setCategory

void setCategory(java.lang.String value)
Category.


getPresentationTarget

java.lang.String getPresentationTarget()
Target format for presentation (35mm, printer, video, and so on).


setPresentationTarget

void setPresentationTarget(java.lang.String value)
Target format for presentation (35mm, printer, video, and so on).


getBytes

int getBytes()
ByteCount.


setBytes

void setBytes(int value)
ByteCount.


getLineCount

int getLineCount()
LineCount.


getParagraphCount

int getParagraphCount()
ParCount.


setParagraphCount

void setParagraphCount(int value)
ParCount.


getSlideCount

int getSlideCount()
SlideCount.


setSlideCount

void setSlideCount(int value)
SlideCount.


getNoteCount

int getNoteCount()
NoteCount.


setNoteCount

void setNoteCount(int value)
NoteCount.


getHiddenCount

int getHiddenCount()
HiddenCount.


setHiddenCount

void setHiddenCount(int value)
HiddenCount.


getMultimediaClipCount

int getMultimediaClipCount()
MmclipCount.


setMultimediaClipCount

void setMultimediaClipCount(int value)
MmclipCount.


getManager

java.lang.String getManager()
Manager.


setManager

void setManager(java.lang.String value)
Manager.


getCompany

java.lang.String getCompany()
Company.


setCompany

void setCompany(java.lang.String value)
Company.


getLinksDirty

boolean getLinksDirty()
Boolean value to indicate whether the custom links are hampered by excessive noise, for all applications.