flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.XfaForm[[XfaForm]]
end
InverseStore
Stack2<T>
Xml2Som
Xml2SomDatasets
AcroFieldsSearch
Xml2SomTemplate
Source code
public XfaForm()
Source code
public XfaForm(PdfReader reader)
Source code
public static PdfObject GetXfaObject(PdfReader reader)
Source code
public static Dictionary<string, XmlNode> ExtractXFANodes(XmlDocument domDocument)
Type | Name | Description |
---|
XmlDocument | domDocument | |
Source code
public static void SetXfa(XfaForm form, PdfReader reader, PdfWriter writer)
Source code
public virtual void SetXfa(PdfWriter writer)
Source code
public static byte SerializeDoc(XmlNode n)
Type | Name | Description |
---|
XmlNode | n | |
Source code
public virtual string FindFieldName(string name, AcroFields af)
Source code
public virtual string FindDatasetsName(string name)
Type | Name | Description |
---|
string | name | |
Source code
public virtual XmlNode FindDatasetsNode(string name)
Type | Name | Description |
---|
string | name | |
GetNodeText
Source code
public static string GetNodeText(XmlNode n)
Type | Name | Description |
---|
XmlNode | n | |
SetNodeText
Source code
public virtual void SetNodeText(XmlNode n, string text)
Type | Name | Description |
---|
XmlNode | n | |
string | text | |
Source code
public virtual void FillXfaForm(string file)
Type | Name | Description |
---|
string | file | |
Source code
public virtual void FillXfaForm(Stream stream)
Type | Name | Description |
---|
Stream | stream | |
Source code
public virtual void FillXfaForm(Stream stream, bool readOnly)
Type | Name | Description |
---|
Stream | stream | |
bool | readOnly | |
Source code
public virtual void FillXfaForm(XmlReader reader)
Type | Name | Description |
---|
XmlReader | reader | |
Source code
public virtual void FillXfaForm(XmlReader reader, bool readOnly)
Type | Name | Description |
---|
XmlReader | reader | |
bool | readOnly | |
Source code
public virtual void FillXfaForm(XmlNode node)
Type | Name | Description |
---|
XmlNode | node | |
Source code
public virtual void FillXfaForm(XmlNode node, bool readOnly)
Type | Name | Description |
---|
XmlNode | node | |
bool | readOnly | |
public virtual bool XfaPresent { get; set; }
public virtual XmlDocument DomDocument { get; set; }
public virtual PdfReader Reader { get; set; }
public virtual bool Changed { get; set; }
public virtual Xml2SomTemplate TemplateSom { get; set; }
public virtual Xml2SomDatasets DatasetsSom { get; set; }
public virtual AcroFieldsSearch AcroFieldsSom { get; set; }
public virtual XmlNode DatasetsNode { get; }
Generated with ModularDoc