| オーバーロード | 解説 |
|---|---|
C1TextBlockRange コンストラクタ() | Initializes a new instance of the C1TextBlockRange class. |
C1TextBlockRange コンストラクタ(IList<C1TextRange>) | Initializes a new instance of the C1TextBlockRange class. C1TextBlockRange will use passed list of text ranges, i.e. it will not create own copy. |
C1TextBlockRange コンストラクタ(C1TextRange[]) | Initializes a new instance of the C1TextBlockRange class. C1TextBlockRange will use passed list of text ranges, i.e. it will not create own copy. |