Newsletter (Java)

Document or set of documents that contains information from, or links to, several other documents.

Syntax

public class Newsletter extends Base

Containment

Contained by: Session

Contains: Document

Properties

IsDoScore through isDoScore and setDoScore

IsDoSubject through isDoSubject and setDoSubject

Parent through getParent

SubjectItemName through getSubjectItemName and setSubjectItemName

Methods

formatDocument

formatMsgWithDoclinks

recycle

Creation

To create a new Newsletter, use a DocumentCollection object containing the documents you want with createNewsletter in Session.

Usage

Once you create a newsletter, you can:

  • Use formatDocument to create a new document with a rendering of one of the documents in the collection.
  • Use formatMsgWithDoclinks to create a new document with links to each of the documents in the collection.

Example