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