Click or drag to resize

InlineContentControl Class

Represents inline-level Content Control (Structured Document Tag).
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentElement
    SautinSoft.DocumentInline
      SautinSoft.Document.CustomMarkupsInlineContentControl

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

The InlineContentControl type exposes the following members.

Constructors
 NameDescription
Public methodInlineContentControl(DocumentCore, ContentControlType) Initializes a new instance of the InlineContentControl class.
Public methodInlineContentControl(DocumentCore, ContentControlType, Inline) Initializes a new instance of the InlineContentControl class.
Public methodInlineContentControl(DocumentCore, ContentControlType, IEnumerableInline) Initializes a new instance of the InlineContentControl class.
Top
Properties
 NameDescription
Public propertyContentControlType The type of this Content Control.
Public propertyElementType Gets the ElementType of this element instance.
(Overrides ElementElementType)
Public propertyInlines Gets the inlines of this Content Control.
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