Skip to main content

IDocumentContent interface

Namespace: NextDesign.Desktop.DocumentGenerator

Description

Document content.

Affiliation area

NameDescription
Document GenerationAPIs to access document generation.

Destination

NameDescription
IPageContentContent that represents a page of the document.
IViewItemContentContent that represents an item in the view of the document.
IControlContentThe content that represents the UI parts of the document.
IViewContentThe content that represents the view of the document.

Property

NameDescription
AddPageBreakGets or sets whether to insert a page break at the beginning of this content.
ContentFactoryFactory that creates content.
Additional content can be created.
ContentTypeGets the content type of the document.
ParentGets the parent content.

Method

NameDescription
GetAllContentsGets all content that can be explored from this content with a depth-first ownership search.
GetContentsGets the content directly owned by this content.