copy_to method
copy_to
Define the interface for get SourceText from array of the source.
def copy_to(self, source_index, destination, destination_index, count):
...
Parameter | Type | Description |
---|---|---|
source_index | int | The sourceIndex. |
destination | list | The destination. |
destination_index | int | The destinationIndex. |
count | int | The integer count. |
See Also
- module
aspose.html.toolkit.markdown.syntax.text
- class
SourceText