FieldDdeAuto Properties

The FieldDdeAuto type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleDisplayResult
Gets the text that represents the displayed field result.
(Inherited from Field.)
Public propertyCode exampleEnd
Gets the node that represents the field end.
(Inherited from Field.)
Public propertyCode exampleFormat
Gets a FieldFormat object that provides typed access to field's formatting.
(Inherited from Field.)
Public propertyCode exampleInsertAsBitmap
Gets or sets whether to insert the linked object as a bitmap.
Public propertyCode exampleInsertAsHtml
Gets or sets whether to insert the linked object as HTML format text.
Public propertyCode exampleInsertAsPicture
Gets or sets whether to insert the linked object as a picture.
Public propertyCode exampleInsertAsRtf
Gets or sets whether to insert the linked object in rich-text format (RTF).
Public propertyCode exampleInsertAsText
Gets or sets whether to insert the linked object in text-only format.
Public propertyCode exampleInsertAsUnicode
Gets or sets whether to insert the linked object as Unicode text.
Public propertyCode exampleIsDirty
Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the document.
(Inherited from Field.)
Public propertyCode exampleIsLinked
Gets or sets whether to reduce the file size by not storing graphics data with the document.
Public propertyCode exampleIsLocked
Gets or sets whether the field is locked (should not recalculate its result).
(Inherited from Field.)
Public propertyCode exampleLocaleId
Gets or sets the LCID of the field.
(Inherited from Field.)
Public propertyCode exampleProgId
Gets or sets the application type of the link information.
Public propertyCode exampleResult
Gets or sets text that is between the field separator and field end.
(Inherited from Field.)
Public propertyCode exampleSeparator
Gets the node that represents the field separator. Can be null.
(Inherited from Field.)
Public propertyCode exampleSourceFullName
Gets or sets the name and location of the source file.
Public propertyCode exampleSourceItem
Gets or sets the portion of the source file that's being linked.
Public propertyCode exampleStart
Gets the node that represents the start of the field.
(Inherited from Field.)
Public propertyCode exampleType
Gets the Microsoft Word field type.
(Inherited from Field.)
See Also