Version 24.2 (latest)

DataPresenterWordWriter Class Methods

For a list of all members of this type, see DataPresenterWordWriter members.

Public Methods
 NameDescription
Public MethodCancelExportCancels any asynchronous export operations for the specified Infragistics.Windows.DataPresenter.DataPresenterBase that were initiated by this instance.  
Public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodExportOverloaded. Exports the specified DataPresenter derived control to the specified file.  
Public MethodExportAsyncOverloaded. Asynchronously exports the specified DataPresenter derived control to the specified file.  
Public Methodstatic (Shared in Visual Basic)GetCellSettingsForDataRecordReturns the format settings applied to Word Table Cell that represents a given field.  
Public Methodstatic (Shared in Visual Basic)GetCellSettingsForExpandableFieldRecordReturns the format settings applied to Word Table Cell that represents an Infragistics.Windows.DataPresenter.ExpandableFieldRecord header.  
Public Methodstatic (Shared in Visual Basic)GetCellSettingsForGroupByRecordReturns the format settings applied to Word Table Cells that represents a Infragistics.Windows.DataPresenter.GroupByRecord.  
Public Methodstatic (Shared in Visual Basic)GetCellSettingsForLabelReturns the format settings applied to a Infragistics.Windows.DataPresenter.FieldItem.Label when exported to word.  
Public Methodstatic (Shared in Visual Basic)GetCellSettingsForSummaryRecordReturns the format settings applied to Word Table Cells that represents a Infragistics.Windows.DataPresenter.SummaryRecord.  
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)GetIgnoreFieldGets the IgnoreField property. This dependency property indicates whether the specified field should be collapsed/excluded from an export to Word using the DataPresenterWordWriter.  
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)GetTableSettingsForFieldLayoutReturns the format settings applied to a Infragistics.Windows.DataPresenter.FieldLayout when exported to word.  
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)SetCellSettingsForDataRecordSets the format settings applied to a Infragistics.Windows.DataPresenter.Cell when exported to word.  
Public Methodstatic (Shared in Visual Basic)SetCellSettingsForExpandableFieldRecordSets the format settings applied to a Infragistics.Windows.DataPresenter.ExpandableFieldRecord when exported to word.  
Public Methodstatic (Shared in Visual Basic)SetCellSettingsForGroupByRecordSets the format settings applied to Word Table Cells that represents a Infragistics.Windows.DataPresenter.GroupByRecord.  
Public Methodstatic (Shared in Visual Basic)SetCellSettingsForLabelSets the format settings applied to a Infragistics.Windows.DataPresenter.FieldItem.Label when exported to word.  
Public Methodstatic (Shared in Visual Basic)SetCellSettingsForSummaryRecordSets the format settings applied to Word Table Cells that represents a Infragistics.Windows.DataPresenter.SummaryRecord.  
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)SetIgnoreFieldSets the IgnoreField property. This dependency property indicates whether the associated field should be collapsed/excluded from an export to Word using the DataPresenterWordWriter.  
Public Methodstatic (Shared in Visual Basic)SetTableSettingsForFieldLayoutSets the format settings applied to a Infragistics.Windows.DataPresenter.FieldLayout when exported to word.  
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Protected Methods
 NameDescription
Protected Internal MethodOnCellExportingUsed to invoke the CellExporting event.  
Protected Internal MethodOnExportEndedUsed to invoke the ExportEnded event.  
Protected Internal MethodOnExportEndingUsed to invoke the ExportEnding event.  
Protected Internal MethodOnExportStartedUsed to invoke the ExportStarted event.  
Protected Internal MethodOnInitializeRecordUsed to invoke the InitializeRecord event.  
Protected Internal MethodOnLabelExportingUsed to invoke the LabelExporting event.  
Protected MethodOnPropertyChangedInvoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from System.Windows.DependencyObject)
Protected Internal MethodOnSummaryResultsExportingUsed to invoke the SummaryResultsExporting event.  
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
See Also