Library | Module

Interface IpfcDetailAttachment



Description

This interface represents attachment data of detail item. Currently supports only notes.



Method Summary

FunctionCCpfcDetailAttachment.Create (NoteAttach as IpfcAttachment, LeaderAttach as IpfcDetailLeaderAttachments [optional]) as IpfcDetailAttachment
Creates attachment data for detail item. Currently supports only notes.
FunctionGetLeaderAttachments () as IpfcDetailLeaderAttachments [optional]
Get attachment of note leader.
FunctionGetNoteAttachment () as IpfcAttachment
Get attachment of note text.
SubSetLeaderAttachments (LeaderAttach as IpfcDetailLeaderAttachments [optional])
Set attachment of note leader.
SubSetNoteAttachment (NoteAttach as IpfcAttachment)
Set attachment of note text.



Method Detail


FunctionCCpfcDetailAttachment.Create (NoteAttach as IpfcAttachment, LeaderAttach as IpfcDetailLeaderAttachments [optional]) as IpfcDetailAttachment

Creates attachment data for detail item. Currently supports only notes.
Parameters:
NoteAttach
Attachment of note text.
LeaderAttach
Attachment of note leader.
Returns:
 



FunctionGetLeaderAttachments () as IpfcDetailLeaderAttachments [optional]

Get attachment of note leader.
Returns:
Attachment of note leader.



FunctionGetNoteAttachment () as IpfcAttachment

Get attachment of note text.
Returns:
Attachment of note text.



SubSetLeaderAttachments (LeaderAttach as IpfcDetailLeaderAttachments [optional])

Set attachment of note leader.
Parameters:
LeaderAttach
Attachment of note leader.



SubSetNoteAttachment (NoteAttach as IpfcAttachment)

Set attachment of note text.
Parameters:
NoteAttach
Attachment of note text.