Translates a string-value of a certain style into the index value is used for this style in this class.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static int GetStyleValue(
	string style
)
Visual Basic
Public Shared Function GetStyleValue ( _
	style As String _
) As Integer
Visual C++
public:
static int GetStyleValue(
	String^ style
)

Parameters

style
Type: System..::..String
a string

Return Value

the corresponding value

See Also