Initializes a new instance of the RtfParagraphStyle class
Namespace: iTextSharp.text.rtf.styleAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public RtfParagraphStyle( string styleName, string fontName, int fontSize, int fontStyle, Color fontColor ) |
Visual Basic |
---|
Public Sub New ( _ styleName As String, _ fontName As String, _ fontSize As Integer, _ fontStyle As Integer, _ fontColor As Color _ ) |
Visual C++ |
---|
public: RtfParagraphStyle( String^ styleName, String^ fontName, int fontSize, int fontStyle, Color^ fontColor ) |
Parameters
- styleName
- Type: System..::..String
- fontName
- Type: System..::..String
- fontSize
- Type: System..::..Int32
- fontStyle
- Type: System..::..Int32
- fontColor
- Type: iTextSharp.text..::..Color