ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Page Editing Objects and Elements > IGPDEText Object > IGPDEText Methods > SplitRunAt Method |
Splits a text run into two text runs.
SplitRunAt (SplitLoc As Long)
Name | Description |
---|---|
SplitLoc | Split location, relative to the text object. The first text run is from character index 0 up to nSplitLoc. The second text run is from nSplitLoc + 1 to the end of the run. |
None