API Documentation > Interface Classes > Class pfcDetailAttachment
Class pfcDetailAttachment

# include <pfcDetail.h>

class
pfcDetailAttachment
: public virtual
xobject
{
xdeclare(pfcDetailAttachment)
...
};
This is a
COMPACT class.

Description
This interface represents attachment data of detail item. Currently supports only notes.
Method Summary
Creates attachment data for detail item. Currently supports only notes.
Get attachment of note leader.
Get attachment of note text.
void
Set attachment of note leader.
void
Set attachment of note text.
Method Detail
GetNoteAttachment
()
Get attachment of note text.
Returns:
Attachment of note text.
void
SetNoteAttachment
(pfcAttachment_ptr NoteAttach)
Set attachment of note text.
Parameters:
NoteAttach
Attachment of note text.
Returns:
Get attachment of note leader.
Returns:
Attachment of note leader.
void
SetLeaderAttachments
Set attachment of note leader.
Parameters:
LeaderAttach
Attachment of note leader.
Returns:
Creates attachment data for detail item. Currently supports only notes.
Parameters:
NoteAttach
Attachment of note text.
LeaderAttach
Attachment of note leader.
Returns:
Was this helpful?