Skip to main content
Skip table of contents

SpecialSymbol

SpecialSymbol Public class

Diagram

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

Members

Methods

Public Static methods
ReturnsName
ChunkGet(char c, Font font)
charGetCorrespondingSymbol(char c)
intIndex(string str)

Details

Constructors

SpecialSymbol
public SpecialSymbol()

Methods

Index

Source code

public static int Index(string str)
Arguments
TypeNameDescription
stringstr
Get

Source code

public static Chunk Get(char c, Font font)
Arguments
TypeNameDescription
charc
Fontfont
GetCorrespondingSymbol

Source code

public static char GetCorrespondingSymbol(char c)
Arguments
TypeNameDescription
charc

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.