com.spire.doc
Class BuiltinDocumentProperties

java.lang.Object
  extended by com.spire.doc.OwnerHolder
      extended by com.spire.doc.documents.xml.DocumentSerializable
          extended by com.spire.doc.SummaryDocumentProperties
              extended by com.spire.doc.BuiltinDocumentProperties
All Implemented Interfaces:
IDocumentSerializable

public class BuiltinDocumentProperties
extends SummaryDocumentProperties


Method Summary
 BuiltinDocumentProperties deepClone()
          Clone.
 int getBytesCount()
          Gets the number of bytes in the document.
 java.lang.String getCategory()
          Gets the category of the document.
 int getCharCountWithSpace()
          Gets document characters count(including spaces)
 java.lang.String getCompany()
          Returns Company property.
 java.lang.String getContentStatus()
          Gets the document status.
 int getHiddenCount()
          Gets hidden count
 java.lang.String getHyperLinkBase()
          Returns HyperLinkBase property.
 int getLinesCount()
          Gets the number of lines in the document.
 java.lang.String getManager()
          Gets Manager property.
 int getNoteCount()
          Gets Note count.
 int getParagraphCount()
          Gets the number of paragraphs in the document.
 int getSlideCount()
          Gets slide count.
 void setCategory(java.lang.String value)
          Sets the category of the document.
 void setCompany(java.lang.String value)
          Sets Company property.
 void setContentStatus(java.lang.String value)
          Sets the document status.
 void setHyperLinkBase(java.lang.String value)
          Sets HyperLinkBase property.
 void setManager(java.lang.String value)
          Sets Manager property.
 
Methods inherited from class com.spire.doc.SummaryDocumentProperties
add, getApplicationName, getAuthor, getCharCount, getComments, getCount, getCreateDate, getDocSecurity, getKeywords, getLastAuthor, getLastPrinted, getLastSaveDate, getPageCount, getRevisionNumber, getSubject, getTemplate, getThumbnail, getTitle, getTotalEditingTime, getWordCount, setApplicationName, setAuthor, setComments, setCreateDate, setDocSecurity, setKeywords, setLastAuthor, setLastPrinted, setLastSaveDate, setRevisionNumber, setSubject, setTemplate, setThumbnail, setTitle, setTotalEditingTime
 
Methods inherited from class com.spire.doc.OwnerHolder
getDocument
 

Method Detail

getCategory

public java.lang.String getCategory()
Gets the category of the document.

Returns:
String

setCategory

public void setCategory(java.lang.String value)
Sets the category of the document.

Parameters:
value - String

getBytesCount

public int getBytesCount()
Gets the number of bytes in the document.

Returns:
int

getLinesCount

public int getLinesCount()
Gets the number of lines in the document.

Returns:
int

getParagraphCount

public int getParagraphCount()
Gets the number of paragraphs in the document.

Returns:
int

getCharCountWithSpace

public int getCharCountWithSpace()
Gets document characters count(including spaces)

Overrides:
getCharCountWithSpace in class SummaryDocumentProperties
Returns:
int

getSlideCount

public int getSlideCount()
Gets slide count.

Returns:
int

getNoteCount

public int getNoteCount()
Gets Note count.

Returns:
int

getHiddenCount

public int getHiddenCount()
Gets hidden count

Returns:
int

getCompany

public java.lang.String getCompany()
Returns Company property.

Returns:
String

setCompany

public void setCompany(java.lang.String value)
Sets Company property.

Parameters:
value - String

getHyperLinkBase

public java.lang.String getHyperLinkBase()
Returns HyperLinkBase property.

Returns:
String

setHyperLinkBase

public void setHyperLinkBase(java.lang.String value)
Sets HyperLinkBase property.

Parameters:
value - String

getManager

public java.lang.String getManager()
Gets Manager property.

Returns:
String

setManager

public void setManager(java.lang.String value)
Sets Manager property.

Parameters:
value - String

getContentStatus

public java.lang.String getContentStatus()
Gets the document status.

Returns:
String

setContentStatus

public void setContentStatus(java.lang.String value)
Sets the document status.

Parameters:
value - String

deepClone

public BuiltinDocumentProperties deepClone()
Clone.

Returns: