[]
Gets the paper name by PaperKind paper type.
public static string ResolvePaperName(PaperKind paperKind)
| Type | Name | Description |
|---|---|---|
| PaperKind | paperKind | The paper type. |
| Type | Description |
|---|---|
| string | The paper name. |
Resolves a human-readable paper name from a paper kind string identifier.
public static string ResolvePaperName(string paperKind)
| Type | Name | Description |
|---|---|---|
| string | paperKind | The paper kind string to resolve. |
| Type | Description |
|---|---|
| string | The resolved paper name, or the original string if no match is found. |