PageTextArea
コンテンツ
[
隠れる
]
PageTextArea(string, Page, Rectangle)
の新しいインスタンスを初期化しますPageTextAreaclass.
public PageTextArea(string text, Page page, Rectangle rectangle)
| パラメータ | タイプ | 説明 |
|---|---|---|
| text | String | テキストの値。 |
| page | Page | テキスト領域を含むページ。 |
| rectangle | Rectangle | テキスト領域を含む長方形の領域。 |
関連項目
- class Page
- class Rectangle
- class PageTextArea
- 名前空間 GroupDocs.Parser.Data
- 組み立て GroupDocs.Parser
PageTextArea(string, double?, TextStyle, Page, Rectangle)
の新しいインスタンスを初期化しますPageTextAreaclass.
public PageTextArea(string text, double? baseLine, TextStyle textStyle, Page page,
Rectangle rectangle)
| パラメータ | タイプ | 説明 |
|---|---|---|
| text | String | テキストの値。 |
| baseLine | Nullable`1 | テキストのベースライン。 |
| textStyle | TextStyle | テキストのスタイル。 |
| page | Page | テキスト領域を含むページ。 |
| rectangle | Rectangle | テキスト領域を含む長方形の領域。 |
関連項目
- class TextStyle
- class Page
- class Rectangle
- class PageTextArea
- 名前空間 GroupDocs.Parser.Data
- 組み立て GroupDocs.Parser
PageTextArea(IEnumerable<PageTextArea>, Page)
の新しいインスタンスを初期化しますPageTextAreaclass.
public PageTextArea(IEnumerable<PageTextArea> areas, Page page)
| パラメータ | タイプ | 説明 |
|---|---|---|
| areas | IEnumerable`1 | 子テキスト ページ領域のコレクション。 |
| page | Page | テキスト領域を含むページ。 |
関連項目
- class Page
- class PageTextArea
- 名前空間 GroupDocs.Parser.Data
- 組み立て GroupDocs.Parser