Open Xml Element(String, Boolean) Constructor
Constructor
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.OpenXml
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
protected OpenXmlElement(
string name,
bool isBlockElement
)VB
Protected Sub New (
name As String,
isBlockElement As Boolean
)C++
protected:
OpenXmlElement(
String^ name,
bool isBlockElement
)F#
new :
name : string *
isBlockElement : bool -> OpenXmlElement