Package | Description |
---|---|
com.hcl.domino.richtext | |
com.hcl.domino.richtext.conversion | |
com.hcl.domino.richtext.process | |
com.hcl.domino.richtext.records |
Modifier and Type | Method and Description |
---|---|
<T extends RichTextRecord<?>> |
RichTextWriter.addRichTextRecord(Class<T> recordClass,
Consumer<T> processor)
Creates a new rich-text record of the given type and processes it through
the provided function before appending it to the record stream.
|
<T extends RichTextRecord<?>> |
RichTextWriter.addRichTextRecord(Class<T> recordClass,
int variableDataLength,
Consumer<T> processor)
Creates a new rich-text record of the given type and processes it through
the provided function before appending it to the record stream.
|
<T extends RichTextRecord<?>> |
RichTextWriter.addRichTextRecord(RecordType recordType,
Consumer<T> processor)
Creates a new rich-text record of the given type and processes it through
the provided function before appending it to the record stream.
|
<T extends RichTextRecord<?>> |
RichTextWriter.addRichTextRecord(RecordType recordType,
int variableDataLength,
Consumer<T> processor)
Creates a new rich-text record of the given type and processes it through
the provided function before appending it to the record stream.
|
Modifier and Type | Method and Description |
---|---|
RichTextWriter |
RichTextWriter.addRichTextRecord(RichTextRecord<?> record)
Adds a raw rich text record from an existing instance.
|
Modifier and Type | Method and Description |
---|---|
void |
AppendFileHotspotConversion.convert(List<RichTextRecord<?>> source,
RichTextWriter target) |
void |
RemoveAttachmentIconConversion.convert(List<RichTextRecord<?>> source,
RichTextWriter target) |
void |
IRichTextConversion.convert(List<RichTextRecord<?>> source,
RichTextWriter target)
Method to do the actual conversion, e.g.
|
boolean |
AppendFileHotspotConversion.isMatch(List<RichTextRecord<?>> nav) |
boolean |
RemoveAttachmentIconConversion.isMatch(List<RichTextRecord<?>> nav) |
boolean |
IRichTextConversion.isMatch(List<RichTextRecord<?>> nav)
Method to check whether the rich text item actually requires a conversion
|
Modifier and Type | Method and Description |
---|---|
Long |
GetFileResourceSizeProcessor.apply(List<RichTextRecord<?>> t) |
InputStream |
GetFileResourceStreamProcessor.apply(List<RichTextRecord<?>> t) |
InputStream |
GetImageResourceStreamProcessor.apply(List<RichTextRecord<?>> t) |
Void |
ExtractFileResourceProcessor.apply(List<RichTextRecord<?>> t) |
Void |
ExtractImageResourceProcessor.apply(List<RichTextRecord<?>> t) |
Void |
ExtractTextProcessor.apply(List<RichTextRecord<?>> t) |
byte[] |
GetJavaScriptDataProcessor.apply(List<RichTextRecord<?>> t) |
Long |
GetImageResourceSizeProcessor.apply(List<RichTextRecord<?>> t) |
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
|
Modifier and Type | Method and Description |
---|---|
static <T extends RichTextRecord<?>> |
RecordType.forEncapsulationClass(Class<T> clazz)
Looks up a
RecordType for the provided encapsulating interface. |
Modifier and Type | Method and Description |
---|---|
Class<? extends RichTextRecord<?>> |
RecordType.getEncapsulation() |
Copyright © 2019–2021 HCL. All rights reserved.