|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.compoze.domino.AbstractItem
|
+--com.compoze.domino.AbstractDocument
|
+--com.compoze.domino.Memo
|
+--com.compoze.domino.PersonalStationery
This class is a Domino PersonalStationery which extends Memo. Memo instances are obtained
from the Documents class and if getDocumentType is PERSONAL_STATIONERY
the document has additional properties and can be created as a PersonalStationery.
The PropertyType.HEADER, PropertyType.HEADER_HTML,
PropertyType.FOOTER, and PropertyType.FOOTER_HTML properties are made available.
| Field Summary | |
static PropertyKey[] |
ALL_PROPS
Contains an array of all of the properties available on a PersonalStationery. |
| Fields inherited from class com.compoze.domino.AbstractItem |
m_props, m_session |
| Method Summary | |
java.lang.String |
getFooter()
Gets the footer of the memo. |
java.lang.String |
getFooterHtml()
Gets the footer as html of the memo. |
java.lang.String |
getFooterHtml(IEmbeddedImageListener imageListener)
Gets the footer as html of the memo. |
java.lang.String |
getHeader()
Gets the header of the memo. |
java.lang.String |
getHeaderHtml()
Gets the header as html of the memo. |
java.lang.String |
getHeaderHtml(IEmbeddedImageListener imageListener)
Gets the header as html of the memo. |
void |
setFooter(java.lang.String sFooter)
Sets the footer of the memo. |
void |
setFooterHtml(java.lang.String sFooter)
Sets the footer as html of the memo. |
void |
setHeader(java.lang.String sHeader)
Sets the header of the memo. |
void |
setHeaderHtml(java.lang.String sHeader)
Sets the header as html of the memo. |
| Methods inherited from class com.compoze.domino.AbstractDocument |
getAttachmentCount, getAttachmentInfo, getAttachmentInfoArray, getDateCreated, getDateCreatedString, getDateModified, getDateModifiedString, getDocumentType, getEmbeddedImageCount, getEmbeddedImageInfo, getEmbeddedImageInfoArray, getID, getParentID, getSize, getSizeInKilos, hasAttachment, serverAddAttachment, serverCopyTo, serverDeleteAttachment, serverMoveTo |
| Methods inherited from class com.compoze.domino.AbstractItem |
get, getBoolean, getDate, getDateArray, getDouble, getInt, getPropertyKeys, getString, getStringArray, getUpdatedPropertyValues, set, setBoolean, setDate, setDouble, setInt, setString, setStringArray |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final PropertyKey[] ALL_PROPS
| Method Detail |
public void setHeaderHtml(java.lang.String sHeader)
throws DominoException
sHeader - the header as html of the memo (must be UTF-8 encoded)
public java.lang.String getHeaderHtml()
throws DominoException
PropertyKey.HEADER_HTML
public java.lang.String getHeaderHtml(IEmbeddedImageListener imageListener)
throws DominoException
imageListener - the image listener (may not be null)PropertyKey.HEADER_HTML
public java.lang.String getHeader()
throws DominoException
PropertyKey.HEADER
public void setHeader(java.lang.String sHeader)
throws DominoException
sHeader - the header of the memoPropertyKey.HEADER
public void setFooterHtml(java.lang.String sFooter)
throws DominoException
sFooter - the footer as html of the memo (must be UTF-8 encoded)
public java.lang.String getFooterHtml()
throws DominoException
PropertyKey.FOOTER_HTML
public java.lang.String getFooterHtml(IEmbeddedImageListener imageListener)
throws DominoException
imageListener - the image listener (may not be null)PropertyKey.FOOTER_HTML
public java.lang.String getFooter()
throws DominoException
PropertyKey.FOOTER
public void setFooter(java.lang.String sFooter)
throws DominoException
sFooter - the footer of the memoPropertyKey.FOOTER
|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||