Allows to set separate font properties, i.e. you can set only Font.Name or Font.Size etc.
シンタックス
'宣言
Public Sub SetFont( _
ByVal As System.String, _
ByVal As System.Nullable(Of Single), _
ByVal As System.Boolean, _
ByVal As System.Nullable(Of Boolean), _
ByVal As System.Nullable(Of Boolean), _
ByVal As System.Nullable(Of Boolean), _
ByVal As System.Nullable(Of Boolean), _
ByVal As System.Nullable(Of Byte) _
)
'使用法
Dim instance As ParagraphField
Dim name As System.String
Dim size As System.Nullable(Of Single)
Dim absSize As System.Boolean
Dim bold As System.Nullable(Of Boolean)
Dim italic As System.Nullable(Of Boolean)
Dim underline As System.Nullable(Of Boolean)
Dim strikeout As System.Nullable(Of Boolean)
Dim gdiCharSet As System.Nullable(Of Byte)
instance.SetFont(name, size, absSize, bold, italic, underline, strikeout, gdiCharSet)
public void SetFont(
System.string ,
System.Nullable<float> ,
System.bool ,
System.Nullable<bool> ,
System.Nullable<bool> ,
System.Nullable<bool> ,
System.Nullable<bool> ,
System.Nullable<byte>
)
パラメータ
- name
- size
- absSize
- bold
- italic
- underline
- strikeout
- gdiCharSet
参照