CustomDocumentProperty Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
CustomDocumentProperty() | Initializes a new instance of the CustomDocumentProperty class. | |
CustomDocumentProperty(String) | Initializes a new instance of the CustomDocumentProperty class from outer XML. | |
CustomDocumentProperty(array<OpenXmlElement[]) | Initializes a new instance of the CustomDocumentProperty class with the specified child elements. | |
CustomDocumentProperty(IEnumerable<OpenXmlElement>) | Initializes a new instance of the CustomDocumentProperty class with the specified child elements. |
Top