|
ActiveXLS v6.4.0 API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |
System.ObjectActiveXLS.FileProperties.Util.PropertySet
ActiveXLS.FileProperties.DocumentSummaryInformation
This class stores the properties of the document summary information like company, scale, links dirty, category, hyperlink base, manager and custom properties.
Constructor Summary | |
DocumentSummaryInformation()
Defines an instance of the document summary information with the following default properties: company, scale, links dirty. |
Method Summary | |
System.String |
getCategory()
Returns the category property. |
System.String |
getCompanyName()
Returns the company name property. |
System.String |
getCustomProperty(System.String name)
Returns a custom property. |
System.String |
getHyperlinkBase()
Returns the hyperlink base property. |
bool |
getLinksDirty()
Returns the links dirty property. |
System.String |
getManager()
Returns the manager property. |
bool |
getScale()
Returns the scale property. |
bool |
HasCustomProperties()
Returns true if the property set contains custom properties. |
void |
setCategory(System.String category)
Sets the category property. |
void |
setCompanyName(System.String companyName)
Sets the company name property. |
void |
setCustomProperty(System.String name,
long type,
System.String value)
Adds or sets a custom property. |
void |
setHyperlinkBase(System.String hyperlinkBase)
Sets the hyperlink base property. |
void |
setLinksDirty(bool linksDirty)
Sets the links dirty property. |
void |
setManager(System.String manager)
Sets the manager property. |
void |
setScale(bool scale)
Sets the scale property. |
Constructor Detail |
public DocumentSummaryInformation()
Method Detail |
public void setCategory(System.String category)
category
- the category propertygetCategory()
public System.String getCategory()
setCategory(System.String)
public void setCompanyName(System.String companyName)
companyName
- the company name propertygetCompanyName()
public System.String getCompanyName()
setCompanyName(System.String)
public void setScale(bool scale)
scale
- the scale propertygetScale()
public bool getScale()
setScale(bool)
public void setLinksDirty(bool linksDirty)
linksDirty
- the links dirty propertygetLinksDirty()
public bool getLinksDirty()
setLinksDirty(bool)
public void setManager(System.String manager)
manager
- the manager propertygetManager()
public System.String getManager()
setManager(System.String)
public void setHyperlinkBase(System.String hyperlinkBase)
hyperlinkBase
- the hyperlink base propertygetHyperlinkBase()
public System.String getHyperlinkBase()
setHyperlinkBase(System.String)
public void setCustomProperty(System.String name, long type, System.String value)
name
- the name of the custom propertytype
- the type of the custom property. Possible values are available in FileProperty
class.value
- the value of the property. It must be related to the property type.getCustomProperty(System.String)
public System.String getCustomProperty(System.String name)
name
- the name of the property that will be returned
setCustomProperty(System.String, long, System.String)
public bool HasCustomProperties()
setCustomProperty(System.String, long, System.String)
|
Copyright 2009 On Time Computing Solutions | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |