TextFragmentCloneWithSegments Method |
Clone the fragment with all segments.
Namespace: Aspose.Pdf.TextAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic virtual Object CloneWithSegments()
Public Overridable Function CloneWithSegments As Object
public:
virtual Object^ CloneWithSegments()
abstract CloneWithSegments : unit -> Object
override CloneWithSegments : unit -> Object
Return Value
Type:
ObjectThe cloned object
See Also