iText 5

IteratorOptions

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

bool

JustChildren

get, set

bool

JustLeafname

get, set

bool

JustLeafnodes

get, set

bool

OmitQualifiers

get, set

Protected internal properties

Type

Name

Methods

uint

ValidOptions

get

Methods

Protected internal methods

Returns

Name

string

DefineOptionName

(uint option)

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

uint

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