FlexReport for WinForms
SetFont メソッド (ParagraphField)


C1.Report アセンブリ > C1.Report 名前空間 > ParagraphField クラス : SetFont メソッド
Allows to set separate font properties, i.e. you can set only Font.Name or Font.Size etc.
シンタックス
'宣言
 
Public Sub SetFont( _
   ByVal name As System.String, _
   ByVal size As System.Nullable(Of Single), _
   ByVal absSize As System.Boolean, _
   ByVal bold As System.Nullable(Of Boolean), _
   ByVal italic As System.Nullable(Of Boolean), _
   ByVal underline As System.Nullable(Of Boolean), _
   ByVal strikeout As System.Nullable(Of Boolean), _
   ByVal gdiCharSet 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 name,
   System.Nullable<float> size,
   System.bool absSize,
   System.Nullable<bool> bold,
   System.Nullable<bool> italic,
   System.Nullable<bool> underline,
   System.Nullable<bool> strikeout,
   System.Nullable<byte> gdiCharSet
)

パラメータ

name
size
absSize
bold
italic
underline
strikeout
gdiCharSet
参照

参照

ParagraphField クラス
ParagraphField メンバ