|
iText 7 7.1.9 API
|
Class that bundles all the media types and allows you to registered valid media types in a Java.Util.Set
Static Public Member Functions |
|
| static bool | IsValidMediaType (String mediaType) |
| Checks if a media type is registered as a valid media type. More... |
|
Static Public Attributes |
|
| static readonly String | ALL = RegisterMediaType("all") |
| The Constant ALL. More... |
|
| static readonly String | AURAL = RegisterMediaType("aural") |
| The Constant AURAL. More... |
|
| static readonly String | BRAILLE = RegisterMediaType("braille") |
| The Constant BRAILLE. More... |
|
| static readonly String | EMBOSSED = RegisterMediaType("embossed") |
| The Constant EMBOSSED. More... |
|
| static readonly String | HANDHELD = RegisterMediaType("handheld") |
| The Constant HANDHELD. More... |
|
| static readonly String | PRINT = RegisterMediaType("print") |
| The Constant PRINT. More... |
|
| static readonly String | PROJECTION = RegisterMediaType("projection") |
| The Constant PROJECTION. More... |
|
| static readonly String | SCREEN = RegisterMediaType("screen") |
| The Constant SCREEN. More... |
|
| static readonly String | SPEECH = RegisterMediaType("speech") |
| The Constant SPEECH. More... |
|
| static readonly String | TTY = RegisterMediaType("tty") |
| The Constant TTY. More... |
|
| static readonly String | TV = RegisterMediaType("tv") |
| The Constant TV. More... |
|
Class that bundles all the media types and allows you to registered valid media types in a Java.Util.Set
|
inlinestatic |
Checks if a media type is registered as a valid media type.
| mediaType | the media type |
|
static |
The Constant ALL.
|
static |
The Constant AURAL.
|
static |
The Constant BRAILLE.
|
static |
The Constant EMBOSSED.
|
static |
The Constant HANDHELD.
|
static |
The Constant PRINT.
|
static |
The Constant PROJECTION.
|
static |
The Constant SCREEN.
|
static |
The Constant SPEECH.
|
static |
The Constant TTY.
|
static |
The Constant TV.