CustomXmlPartCollection Constructor
|
Initializes an instance of this class.
Namespace:
Spire.Doc.Documents.Markup
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public CustomXmlPartCollection(
Document doc
)
Public Sub New (
doc As Document
)
public:
CustomXmlPartCollection(
Document^ doc
)
new :
doc : Document -> CustomXmlPartCollection
Parameters
-
doc
-
Type:
Spire.Doc
Document
See Also