XmlFormCollection::NewFromFormTemplate method
Office 2013 and later
Creates a new form that is based on the specified form template and optional data.
| Name | Description | |
|---|---|---|
|
NewFromFormTemplate(String) | Creates a new form that is based on the specified form template, with optional data. |
|
NewFromFormTemplate(String, String) | Creates a new form that uses the specified form template and XML data file. |
|
NewFromFormTemplate(String, XPathNavigator) | Creates a new form by using the specified form template with data specified by an XPathNavigator object. |
|
NewFromFormTemplate(String, String, XmlFormOpenMode) | Creates a new form by using the specified form template with data specified by an XPathNavigator object and opened in the specified XmlFormOpenMode. |
Show: