ITextRange.StoryLength プロパティ

定義

テキスト範囲のストーリー内の文字数を取得します。

public:
 property int StoryLength { int get(); };
int StoryLength();
public int StoryLength { get; }
var int32 = iTextRange.storyLength;
Public ReadOnly Property StoryLength As Integer

プロパティ値

Int32

int

ストーリー内の文字の数。

適用対象