OpenXmlElement Class
Definition
- Assembly
- Sandcastle.Core.dll
This abstract base class is used to create rendered Open XML elements in API and MAML topics
public abstract class OpenXmlElement : Element
- Inheritance
-
OpenXmlElement
- Derived
Constructors
| OpenXmlElement(string) |
Constructor |
Fields
| Ddue |
The root MAML namespace (Inherited from Element) |
| NonBreakingSpace |
A non-breaking space (Inherited from Element) |
| Office |
The Office namespace (o) |
| Vml |
The VML namespace (v) |
| WordProcessingML |
The Word Processing markup language namespace (w) |
| Xlink |
The XML linking language namespace (Inherited from Element) |
| XmlSpace |
The xml:space name (Inherited from Element) |
Properties
| Name |
This read-only property returns the element name (Inherited from Element) |
Methods
| AddAddressBookmark(XElement, string) |
Add a bookmark for an address attribute |