Document Library for WinForms
C1DocumentSource クラス メンバ
プロパティ  メソッド  イベント

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 : C1DocumentSource クラス

C1DocumentSourceデータ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
Public プロパティGets or sets a value indicating whether calls to async methods of the current document source expect the async/await pattern to be used by the calling code. If this property is true, then the *Completed events (such as GenerateCompleted, GenerateCompleted and others) do not fire.  
Public プロパティGets the current busy state of the current C1DocumentSource.  
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティGets or sets the System.Net.NetworkCredential object specifying the credentials which will be used to access data for document generation.  
Public プロパティGets the C1PrintOptions object defining default print options used by printing methods of C1DocumentSource.  
Public プロパティGets a value indicating whether the current content is dirty and does not correspond to the current values of Paginated etc.  
Public プロパティGets a C1Document object produced by the current document source.  
Public プロパティGets a name of the document.  
Public プロパティGets the C1DocumentSourceFeatures object specifying the set of features supported by this C1DocumentSource.  
Public プロパティGets the value indicating whether the current C1DocumentSource busy.  
Public プロパティGets a value indicating whether this C1DocumentSource is disposed and can not be longer used.  
Public プロパティstatic (Shared in Visual Basic)Gets a value indicating whether the current document source is running in a user-interactive environment. This property returns false when running in a service, web app and so on.  
Public プロパティGets the LogEntryList containing the list of events which occured during the last operation (generating, exporting etc).  
Public プロパティGets the number of already generated pages.  
Public プロパティGets or sets the C1PageSettings object specifying the page settings to use when generating a paginated document (see Paginated).  
Public プロパティGets a collection of parameters used to generate content.  
Public プロパティ System.ComponentModel.Componentから継承されます。
Public プロパティGets an array of exporters supported by the current document source object.  
トップ
パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 Adds log entry to the Log list.  
Public メソッドCancels currently executed async action and waits until action will be actually cancelled.  
Public メソッドClear generated content and sets Dirty to true.  
Public メソッド System.ComponentModel.Componentから継承されます。
Public メソッドExecutes an action specified by the C1DocumentAction object.  
Public メソッドNon-blocking (asynchronous) version of the ExecuteAction method.  
Public メソッド  
Public メソッドExports the document into a stream in an external format using the specified export filter.  
Public メソッドNon-blocking (asynchronous) version of the Export method.  
Public メソッド  
Public メソッドGenerates the document.  
Public メソッドNon-blocking (asynchronous) version of the Generate method.  
Public メソッド  
Public メソッドCreates the C1DocumentRange object on the base of two text positions specified by C1DocumentTextPosition objects.  
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドCreates a C1DocumentRange object that includes the specified page. This method can return null if the page contains no text.  
Public メソッドCreates a C1DocumentRange object that includes the whole document. This method can return null if the document contains no text.  
Public メソッドCreates a C1DocumentRange object that defines a word containing a specified position in the document.  
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドReturns a value indicating whether the Generate method can be called at the moment.  
Public メソッドオーバーロードされます。 Prints the generated document.  
Public メソッド System.ComponentModel.Componentから継承されます。
Public メソッドValidates the current parameter values, refreshes their valid values' lists if the values are valid.  
Public メソッドNon-blocking (asynchronous) version of the ValidateParameters method.  
Public メソッド  
トップ
パブリック イベント
 名前解説
Public イベントOccurs when the BusyState property value changes.  
Public イベントOccurs when the Dirty property value changes.  
Public イベント System.ComponentModel.Componentから継承されます。
Public イベントOccurs when the ExportAsync method has completed.  
Public イベントOccurs when the GenerateAsync method has completed.  
Public イベントOccurs periodically during various document operations. Allows to provide progress indication and the ability to cancel some long operations such as document generation.  
Public イベントOccurs when the PageCount property value changes.  
Public イベントOccurs when a securiy exception occurs during a document source operation. This event allows to correct security-related properties like System.Net.NetworkCredential and retry a failed operation with new credentials.  
Public イベントOccurs when the ValidateParametersAsync method has completed.  
トップ
参照

C1DocumentSource クラス
C1.Win.Document 名前空間