| 
CustomXmlPart
Clone Method
  | 
 Makes a "deep enough" copy of the object. 
Does not duplicate the bytes of the
 
Data
 
 value.
 Namespace:
 Spire.Doc.Documents.Markup
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public CustomXmlPart Clone()
 
Public Function Clone As CustomXmlPart
 
public:
CustomXmlPart^ Clone()
 
member Clone : unit -> CustomXmlPart 
 
 
 
Return Value
 
 Type:
 
CustomXmlPart
 
 
 See Also
See Also