ISnapFieldOwner Methods
If implemented by a class, contains methods related to managing Snap fields in a document.| Name | Description |
|---|---|
| CreateSnBarCode(DocumentPosition) | Adds a Bar Code to the specified position in a document. |
| CreateSnChart(DocumentPosition) | Inserts a Chart into the specified position in a document. |
| CreateSnCheckBox(DocumentPosition, String) | Adds a Check Box to the specified position in a document. |
| CreateSnHyperlink(DocumentPosition, String) | Adds a Hyperlink to the specified position in a document. |
| CreateSnImage(DocumentPosition, String) | Adds a Picture to the specified position in a document. |
| CreateSnList(DocumentPosition, String) | Adds a Snap list to the specified position in a document. |
| CreateSnRowIndex(DocumentPosition) | Adds a Row Index to the specified position in an document. |
| CreateSnSparkline(DocumentPosition, String) | Adds a Sparkline to the specified position in a document. |
| CreateSnText(DocumentPosition, String) | Adds a text box to the specified position in a document. |
| FindListByName(String) | Searches for a Snap list by its name. |
| ParseField(Field) | Converts the fields of a RichEditControl to Snap fields. |
| ParseField(Int32) | Converts the fields of a RichEditControl to Snap fields. |
| RemoveField(Int32) | Removes a Snap field at the specified position. |
| RemoveSnList(String) | Removes the specified Snap list from a document. |
See Also