Package | Description |
---|---|
com.hcl.domino.design.format | |
com.hcl.domino.misc | |
com.hcl.domino.richtext.records | |
com.hcl.domino.richtext.structures |
Modifier and Type | Interface and Description |
---|---|
interface |
ViewColumnFormat |
interface |
ViewColumnFormat2 |
interface |
ViewColumnFormat3 |
interface |
ViewColumnFormat4 |
interface |
ViewColumnFormat5 |
interface |
ViewColumnFormat6 |
Modifier and Type | Method and Description |
---|---|
static <T extends ResizableMemoryStructure> |
StructureSupport.writeCompiledFormula(T struct,
int preLen,
int currentLen,
String formula,
IntConsumer sizeWriter) |
static <T extends ResizableMemoryStructure> |
StructureSupport.writeCompiledFormula(T struct,
long preLen,
long currentLen,
String formula,
LongConsumer sizeWriter) |
static <T extends ResizableMemoryStructure> |
StructureSupport.writeStringValue(T struct,
int preLen,
int currentLen,
String value,
IntConsumer sizeWriter) |
static <T extends ResizableMemoryStructure> |
StructureSupport.writeStringValue(T struct,
long preLen,
long currentLen,
String value,
LongConsumer sizeWriter) |
static <T extends ResizableMemoryStructure> |
StructureSupport.writeStringValueShort(T struct,
int preLen,
int currentLen,
String value,
Consumer<Short> sizeWriter) |
static <T extends ResizableMemoryStructure> |
StructureSupport.writeStringValueUnpacked(T struct,
int preLen,
int currentLen,
String value,
IntConsumer sizeWriter)
Writes an "unpacked" string value to the provided structure, using the provided
IntConsumer to update
an associated length value. |
static <T extends ResizableMemoryStructure> |
StructureSupport.writeStringValueWordPadded(T struct,
int preLen,
int currentLen,
String value,
IntConsumer sizeWriter)
Writes a "padded" string value to the provided structure, using the provided
IntConsumer to update
an associated length value. |
Modifier and Type | Method and Description |
---|---|
static String |
StructureSupport.extractCompiledFormula(ResizableMemoryStructure struct,
long preLen,
long len) |
static String |
StructureSupport.extractStringValue(ResizableMemoryStructure struct,
long preLen,
long len)
Extracts a "packed" string value from the structure.
|
static String |
StructureSupport.extractStringValueUnpacked(ResizableMemoryStructure struct,
long preLen,
long len)
Extracts an "unpacked" string value from the structure.
|
static String |
StructureSupport.extractStringValueWordPadded(ResizableMemoryStructure struct,
long preLen,
long len)
Extracts a "padded" string value from the structure.
|
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 |
Copyright © 2019–2021 HCL. All rights reserved.