PDFsharp-net6

Chars

Namespace: PdfSharp.Pdf.IO

Character table by name.

public static class Chars

Inheritance ObjectChars

Fields

EOF

The EOF marker.

public static char EOF;

NUL

The null byte.

public static char NUL;

CR

The carriage return character (ignored by lexer).

public static char CR;

LF

The line feed character.

public static char LF;

BEL

The bell character.

public static char BEL;

BS

The backspace character.

public static char BS;

FF

The form feed character.

public static char FF;

HT

The horizontal tab character.

public static char HT;

VT

The vertical tab character.

public static char VT;

NonBreakableSpace

The non-breakable space character (aka no-break space or non-breaking space).

public static char NonBreakableSpace;

SP

The space character.

public static char SP;

QuoteDouble

The double quote character.

public static char QuoteDouble;

QuoteSingle

The single quote character.

public static char QuoteSingle;

ParenLeft

The left parenthesis.

public static char ParenLeft;

ParenRight

The right parenthesis.

public static char ParenRight;

BraceLeft

The left brace.

public static char BraceLeft;

BraceRight

The right brace.

public static char BraceRight;

BracketLeft

The left bracket.

public static char BracketLeft;

BracketRight

The right bracket.

public static char BracketRight;

Less

The less-than sign.

public static char Less;

Greater

The greater-than sign.

public static char Greater;

Equal

The equal sign.

public static char Equal;

Period

The period.

public static char Period;

Semicolon

The semicolon.

public static char Semicolon;

Colon

The colon.

public static char Colon;

Slash

The slash.

public static char Slash;

Bar

The bar character.

public static char Bar;

BackSlash

The back slash.

public static char BackSlash;

Percent

The percent sign.

public static char Percent;

Dollar

The dollar sign.

public static char Dollar;

At

The at sign.

public static char At;

NumberSign

The number sign.

public static char NumberSign;

Question

The question mark.

public static char Question;

Hyphen

The hyphen.

public static char Hyphen;

SoftHyphen

The soft hyphen.

public static char SoftHyphen;

Currency

The currency sign.

public static char Currency;