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