| DocxElement Constructor |
Costruttore wrapper
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public DocxElement(
Element innerObject
)
Public Sub New (
innerObject As Element
)
public:
DocxElement(
Element^ innerObject
)
new :
innerObject : Element -> DocxElement
Parameters
- innerObject
- Type: Element
The inner object.
See Also