이 메서드는 텍스트 조각을 삽입합니다.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
구문
C++
C#
Visual Basic .NET
매개변수
반환 값
참고 항목
CharParams
이 메서드는 텍스트 조각을 삽입합니다.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
HRESULT GetCharParams(
int Pos,
BSTR Text,
ICharParams* CharParams
);
void Insert(
int Pos,
string Text,
ICharParams CharParams
);
Sub Insert( _
Pos As Integer, _
Text As String, _
CharParams As ICharParams _
)
이 페이지가 도움이 되었나요?