| Package | Description |
|---|---|
| de.jakop.lotus.domingo |
Interfaces and factory for access to Lotus Notes databases.
|
| de.jakop.lotus.domingo.http |
Http implementation of the contract in package
de.jakop.lotus.domingo. |
| de.jakop.lotus.domingo.mock |
Implementations of some interfaces for temporary objects.
|
| de.jakop.lotus.domingo.proxy |
Proxy implementation of the contract in package
de.jakop.lotus.domingo. |
| Modifier and Type | Method and Description |
|---|---|
DRichTextItem |
DBaseDocument.createRichTextItem(String name)
Creates a new rich text item in a document.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DBaseDocument.renderToRTItem(DRichTextItem richtextitem)
Creates a picture of a document and places it into a rich-text item that
you specify.
|
| Modifier and Type | Method and Description |
|---|---|
DRichTextItem |
BaseDocumentHttp.createRichTextItem(String name)
Creates a new rich text item in a document.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BaseDocumentHttp.renderToRTItem(DRichTextItem richtextitem)
Creates a picture of a document and places it into a rich-text item that
you specify.
|
| Modifier and Type | Method and Description |
|---|---|
DRichTextItem |
MockDocument.createRichTextItem(String name)
Creates a new rich text item in a document.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MockDocument.renderToRTItem(DRichTextItem richtextitem)
Creates a picture of a document and places it into a rich-text item that
you specify.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RichTextItemProxy
This class represents the Domino-Class
RichTextItem. |
| Modifier and Type | Method and Description |
|---|---|
DRichTextItem |
BaseDocumentProxy.createRichTextItem(String name)
Creates a new rich text item in a document.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BaseDocumentProxy.renderToRTItem(DRichTextItem richTextItem)
Creates a picture of a document and places it into a rich-text item that
you specify.
|
Copyright © 2005–2020. All rights reserved.