'宣言 Public Function Split( _ ByVal splitOptions As TextSplitOptions _ ) As TextLayout
public TextLayout Split( TextSplitOptions splitOptions )
パラメータ
- splitOptions
- Options controlling how to split the text.
戻り値の型
The split portion (the text that fits in the specified bounds and can be rendered), or null if there is nothing more to render.