Skip to main content
Skip table of contents

GreekAlphabetFactory

GreekAlphabetFactory Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.factories
  iTextSharp.text.factories.GreekAlphabetFactory[[GreekAlphabetFactory]]
  end

Members

Methods

Public Static methods
ReturnsName
stringGetLowerCaseString(int index)
stringGetString(...)
stringGetUpperCaseString(int index)

Details

Constructors

GreekAlphabetFactory
public GreekAlphabetFactory()

Methods

GetString [1/2]

Source code

public static string GetString(int index)
Arguments
TypeNameDescription
intindex
GetLowerCaseString

Source code

public static string GetLowerCaseString(int index)
Arguments
TypeNameDescription
intindex
GetUpperCaseString

Source code

public static string GetUpperCaseString(int index)
Arguments
TypeNameDescription
intindex
GetString [2/2]

Source code

public static string GetString(int index, bool lowercase)
Arguments
TypeNameDescription
intindex
boollowercase

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.