Leadtools.Documents名前空間 > DocumentWord構造体 :FirstCharacterIndexプロパティ |
public int FirstCharacterIndex {get; set;}
'Declaration
Public Property FirstCharacterIndex As Integer
'Usage
Dim instance As DocumentWord Dim value As Integer instance.FirstCharacterIndex = value value = instance.FirstCharacterIndex
public int getFirstCharacterIndex() public void setFirstCharacterIndex(int value)
BuildWordsが呼び出されるとき、この値は設定されます。このワードを定義する文字は、FirstCharacterIndexからLastCharacterIndexまでです。
サンプルのために、参照しますDocumentPageText。