Table of Contents

Class XfaForm.InverseStore

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

A structure to store each part of a SOM name and link it to the next part beginning from the lower hierarchie.

public class XfaForm.InverseStore
Inheritance
XfaForm.InverseStore
Inherited Members

Constructors

InverseStore()

public InverseStore()

Fields

Follow

protected List<object> Follow

Field Value

List<object>

Part

protected List<string> Part

Field Value

List<string>

Properties

DefaultName

Gets the full name by traversing the hiearchie using only the index 0.

public string DefaultName { get; }

Property Value

string

the full name

Methods

IsSimilar(string)

Search the current node for a similar name. A similar name starts with the same name but has a differnt index. For example, "detail[3]" is similar to "detail[9]". The main use is to discard names that correspond to out of bounds records.

public bool IsSimilar(string name)

Parameters

name string

the name to search

Returns

bool

true if a similitude was found