Interface | Description |
---|---|
HTMLExporter.DoclinkHandler | |
HTMLExporter.InlineAttachmentHandler |
When the converter comes across a rich text link, it will call an attached
InlineAttachmentHandler to convert the URL of the HTML anchor.
|
HTMLExporter.InlineImageHandler |
When the converter comes across an embedded image, it will call an attached
InlineImageHandler to handle the image data and return an anchor href.
|
NSFNote.NSFNoteItemProc | |
NSFTimeType |
This marker interface is used to classify collections of NSFDateTimes and NSFDateRanges, but does not provide
any behavioral specification of its own.
|
NSFViewEntryCollection.ViewEntryVisitor |
Class | Description |
---|---|
HTMLExporter |
This object represents the process of converting a composite data or MIME item from
an NSF note (usually via
NSFNote ). |
NSFACL |
Represents the ACL of a database.
|
NSFACLEntry |
Represents an entry within the ACL of a database.
|
NSFACLHistoryEntry |
Represents a single entry in an ACL history, which is a date + textual event pair.
|
NSFBase | |
NSFDatabase | |
NSFDatabase.ModificationTimePair |
This class represents the pair of dates returned by
NSFDatabase.getLastModified() . |
NSFDateRange |
This class is a serialization-friendly wrapper for data from a
TIMEDATE_PAIR and does not
require a backing C struct. |
NSFDateTime |
This class is a serialization-friendly wrapper for data from a
TIMEDATE and does not
require a backing C struct. |
NSFFileAttachment | |
NSFFolder |
This class represents a specialized view of an
NSFView object - it shares the same back-end
structures, but provides access to folder-specific operations. |
NSFFolder.FolderChanges | |
NSFFormula |
This class represents a compiled formula in memory, either newly compiled or read from
a stored item.
|
NSFHandle | |
NSFItem | |
NSFNote | |
NSFNoteIDCollection | |
NSFNoteInfo |
This class represents information retrieved from the database's note header, independent of
the actual note.
|
NSFOriginatorID |
This class is a non-C-based representation of the Notes
OID structure. |
NSFSession | |
NSFUserData |
This class represents the data pair contained within an item of type USERDATA:
the user-defined format name and the data as a byte array
|
NSFUserID | |
NSFView |
This object represents a view or folder within an NSF.
|
NSFViewEntry |
The entry data is not read until one of the entry-data getters is called, so if the native in-memory
object is closed before getting any data, all getters will act as if the read mask was empty.
|
NSFViewEntryCollection |
This object frees the internal
COLLECTIONPOSITION when freed. |
Exception | Description |
---|---|
FormulaException |
Copyright © 2014–2018. All rights reserved.