iText 8.0.2 API
|
Options for iText.Kernel.XMP.XMPMetaFactory.Parse(System.IO.Stream, ParseOptions). More...
Public Member Functions |
|||
ParseOptions () | |||
Sets the options to the default values. More... |
|||
bool | GetRequireXMPMeta () | ||
|
|||
iText.Kernel.XMP.Options.ParseOptions | SetRequireXMPMeta (bool value) | ||
bool | GetStrictAliasing () | ||
|
|||
iText.Kernel.XMP.Options.ParseOptions | SetStrictAliasing (bool value) | ||
bool | GetFixControlChars () | ||
|
|||
iText.Kernel.XMP.Options.ParseOptions | SetFixControlChars (bool value) | ||
bool | GetAcceptLatin1 () | ||
|
|||
iText.Kernel.XMP.Options.ParseOptions | SetOmitNormalization (bool value) | ||
bool | GetOmitNormalization () | ||
|
|||
iText.Kernel.XMP.Options.ParseOptions | SetAcceptLatin1 (bool value) | ||
![]() |
|||
Options () | |||
The default constructor. More... |
|||
Options (int options) | |||
Constructor with the options bit mask. More... |
|||
virtual void | Clear () | ||
Resets the options. More... |
|||
virtual bool | IsExactly (int optionBits) | ||
virtual bool | ContainsAllOptions (int optionBits) | ||
virtual bool | ContainsOneOf (int optionBits) | ||
virtual void | SetOption (int optionBits, bool value) | ||
virtual int | GetOptions () | ||
Is friendly to access it during the tests. More... |
|||
virtual void | SetOptions (int options) | ||
|
|||
override bool | Equals (Object obj) | ||
|
|||
override int | GetHashCode () | ||
|
|||
virtual String | GetOptionsString () | ||
Creates a human readable string from the set options. More... |
|||
override String | ToString () | ||
|
|||
Static Public Attributes |
|
const int | REQUIRE_XMP_META = 0x0001 |
Require a surrounding "x:xmpmeta" element in the xml-document. More... |
|
const int | STRICT_ALIASING = 0x0004 |
Do not reconcile alias differences, throw an exception instead. More... |
|
const int | FIX_CONTROL_CHARS = 0x0008 |
Convert ASCII control characters 0x01 - 0x1F (except tab, cr, and lf) to spaces. More... |
|
const int | ACCEPT_LATIN_1 = 0x0010 |
If the input is not unicode, try to parse it as ISO-8859-1. More... |
|
const int | OMIT_NORMALIZATION = 0x0020 |
Do not carry run the XMPNormalizer on a packet, leave it as it is. More... |
|
Options for iText.Kernel.XMP.XMPMetaFactory.Parse(System.IO.Stream, ParseOptions).
|
inline |
Sets the options to the default values.
|
inline |
value | the value to set |
|
inline |
value | the value to set |
|
inline |
value | the value to set |
|
inline |
value | the value to set |
|
inline |
value | the value to set |
|
static |
If the input is not unicode, try to parse it as ISO-8859-1.
|
static |
Convert ASCII control characters 0x01 - 0x1F (except tab, cr, and lf) to spaces.
|
static |
Do not carry run the XMPNormalizer on a packet, leave it as it is.
|
static |
Require a surrounding "x:xmpmeta" element in the xml-document.
|
static |
Do not reconcile alias differences, throw an exception instead.