Click or drag to resize

BlockContentControl Class

Represents block-level Content control (Structured Document Tag).
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentElement
    SautinSoft.DocumentBlock
      SautinSoft.Document.CustomMarkupsBlockContentControl

Namespace: SautinSoft.Document.CustomMarkups
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public sealed class BlockContentControl : Block, 
	IContentElement

The BlockContentControl type exposes the following members.

Constructors
 NameDescription
Public methodBlockContentControl(DocumentCore, ContentControlType) Initializes a new instance of the BlockContentControl class.
Public methodBlockContentControl(DocumentCore, ContentControlType, Block) Initializes a new instance of the BlockContentControl class.
Public methodBlockContentControl(DocumentCore, ContentControlType, IEnumerableBlock) Initializes a new instance of the BlockContentControl class.
Top
Properties
 NameDescription
Public propertyBlocks Gets the blocks of this Content Control.
Public propertyContentControlType The type of this Content Control.
Public propertyElementType Gets the ElementType of this element instance.
(Overrides ElementElementType)
Public propertyProperties Gets all the possible properties for this Content Control item.
Top
Methods
 NameDescription
Public methodClone Clones this element instance.
Public methodUpdateContent Updates a content.
Top
See Also