IDocumentContent interface
Namespace: NextDesign.Desktop.DocumentGenerator
Description
Document content.
Affiliation area
Destination
| Name | Description |
|---|
| IPageContent | Content that represents a page of the document. |
| IViewItemContent | Content that represents an item in the view of the document. |
| IControlContent | The content that represents the UI parts of the document. |
| IViewContent | The content that represents the view of the document. |
Property
| Name | Description |
|---|
| AddPageBreak | Gets or sets whether to insert a page break at the beginning of this content. |
| ContentFactory | Factory that creates content. Additional content can be created. |
| ContentType | Gets the content type of the document. |
| Parent | Gets the parent content. |
Method
| Name | Description |
|---|
| GetAllContents | Gets all content that can be explored from this content with a depth-first ownership search. |
| GetContents | Gets the content directly owned by this content. |