Package | Description |
---|---|
com.hcl.domino.design.format | |
com.hcl.domino.richtext | |
com.hcl.domino.richtext.records | |
com.hcl.domino.richtext.structures |
Modifier and Type | Interface and Description |
---|---|
interface |
ViewCalendarFormat |
interface |
ViewColumnFormat |
interface |
ViewColumnFormat2 |
interface |
ViewColumnFormat3 |
interface |
ViewColumnFormat4 |
interface |
ViewColumnFormat5 |
interface |
ViewColumnFormat6 |
interface |
ViewFormatHeader |
interface |
ViewTableFormat |
interface |
ViewTableFormat2 |
interface |
ViewTableFormat3 |
interface |
ViewTableFormat4 |
interface |
ViewTableFormat5 |
Modifier and Type | Method and Description |
---|---|
<T extends MemoryStructure> |
RichTextWriter.createStructure(Class<T> structureClass,
int variableDataLength)
Creates a new
MemoryStructure of the given class in memory, without appending it to the
destination rich-text entity. |
Modifier and Type | Interface and Description |
---|---|
interface |
CDAction |
interface |
CDActionBar |
interface |
CDActionBarExt |
interface |
CDActionByForm |
interface |
CDActionDBCopy |
interface |
CDActionDelete |
interface |
CDActionFolder |
interface |
CDActionFormula |
interface |
CDActionHeader |
interface |
CDActionJavaAgent |
interface |
CDActionLotusScript |
interface |
CDActionModifyField |
interface |
CDActionNewsletter |
interface |
CDActionReadMarks |
interface |
CDActionReply |
interface |
CDActionRunAgent |
interface |
CDActionSendDocument |
interface |
CDActionSendMail |
interface |
CDBegin |
interface |
CDBlobPart |
interface |
CDCaption |
interface |
CDColor |
interface |
CDDataFlags |
interface |
CDDDEBegin
A CD record of this type specifies the start of a DDE link.
|
interface |
CDEmbeddedControl |
interface |
CDEnd |
interface |
CDEvent |
interface |
CDExt2Field |
interface |
CDExtField |
interface |
CDField |
interface |
CDFieldHint |
interface |
CDFileHeader |
interface |
CDFileSegment |
interface |
CDGraphic |
interface |
CDHotspotBegin |
interface |
CDHotspotEnd |
interface |
CDIDName |
interface |
CDImageHeader |
interface |
CDImageHeader2 |
interface |
CDImageSegment |
interface |
CDKeyword |
interface |
CDParagraph |
interface |
CDText
Rich text record of type CDTEXT
|
interface |
RichTextRecord<T extends CDSignature>
Base interface for rich text records.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AssistFieldStruct |
interface |
AssistStruct |
interface |
BSIG |
interface |
CDSignature<S extends Number,L extends Number,T extends CDSignature<S,L,T>>
This is a non-structural interface describing common behavior for Composite
Data signature structures.
|
interface |
ColorValue |
interface |
CropRect |
interface |
FontStyle |
interface |
LengthValue |
interface |
ListStructure |
interface |
LSIG |
interface |
NFMT |
interface |
OpaqueTimeDate |
interface |
RectSize |
interface |
ResizableMemoryStructure
This sub-interface of
MemoryStructure represents a structure that is
expected to have resizable variable data. |
interface |
RFC822ItemDesc |
interface |
TFMT |
interface |
UNID |
interface |
WSIG |
Modifier and Type | Method and Description |
---|---|
<T extends MemoryStructure> |
MemoryStructureWrapperService.wrapStructure(Class<T> structureClass,
ByteBuffer data)
Wraps the provided
ByteBuffer into an instance of the provided structure class, without appending
it to the destination rich-text entity. |
Copyright © 2019–2021 HCL. All rights reserved.