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
Part
protected List<string> Part
Field Value
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
stringthe name to search
Returns
- bool
true if a similitude was found