IteratorOptions Public class
Description
Options for ...
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.xmp.options iTextSharp.xmp.options.IteratorOptions[[IteratorOptions]] iTextSharp.xmp.options.XmpOptions[[XmpOptions]] class iTextSharp.xmp.options.XmpOptions abstractStyle; end iTextSharp.xmp.options.XmpOptions --> iTextSharp.xmp.options.IteratorOptions
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Protected internal properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Protected internal methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Summary
Options for
XMPIterator
Inheritance
Constructors
IteratorOptions
public IteratorOptions()
Methods
DefineOptionName
Source code
protected internal override string DefineOptionName(uint option)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
option |
Properties
JustChildren
public bool JustChildren { get; set; }
JustLeafname
public bool JustLeafname { get; set; }
JustLeafnodes
public bool JustLeafnodes { get; set; }
OmitQualifiers
public bool OmitQualifiers { get; set; }
ValidOptions
protected internal override uint ValidOptions { get; }
Generated with ModularDoc