| PdfFile クラス |
名前空間: Selenium
Dim instance As PdfFile
PdfFile には次のメンバーが定義されています。
| 名前 | 説明 | |
|---|---|---|
| AddBookmark |
Adds a bookmark.
| |
| AddImage |
Adds an image at the current position
| |
| AddLink |
Adds a link
| |
| AddPage |
Adds a new page.
| |
| AddSpace |
Adds a vacant height in millimeter(default), inch or point.
| |
| AddText |
現在位置にテキストを追加します。
| |
| AddTextCenter |
Adds text centered horizontally
| |
| AddTitle |
現在位置にテキストを追加します。
| |
| Dispose |
リソースを解放します。
| |
| SaveAs |
Saves as a file.
| |
| SetMargins |
Set the margins of the page in millimeter(mm), inch(in) or point(pt).
| |
| SetPageSize |
Set the size of the page in millimeter(mm), inch(in) or point(pt).
|