RomanAlphabetFactory Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.factories iTextSharp.text.factories.RomanAlphabetFactory[[RomanAlphabetFactory]] end
Members
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
Details
Constructors
RomanAlphabetFactory
public RomanAlphabetFactory()
Methods
GetString [1/2]
Source code
public static string GetString(int index)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
index |
GetLowerCaseString
Source code
public static string GetLowerCaseString(int index)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
index |
GetUpperCaseString
Source code
public static string GetUpperCaseString(int index)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
index |
GetString [2/2]
Source code
public static string GetString(int index, bool lowercase)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
index |
|
|
|
lowercase |
Generated with ModularDoc