| PdfFileAddTextCenter メソッド |
Adds text centered horizontally
名前空間: Seleniumアセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文Dim instance As PdfFile
Dim text As String
Dim size As Short
Dim bold As Boolean
Dim italic As Boolean
Dim color As String
instance.AddTextCenter(text, size, bold,
italic, color)
パラメータ
- text
- 型: SystemString
Text - size(省略可)
- 型: SystemInt16
Font size - bold(省略可)
- 型: SystemBoolean
Font wigth - italic(省略可)
- 型: SystemBoolean
Font italic - color(省略可)
- 型: SystemString
Name or hexa value. Ex: "red", "FF0000"
参照