PrintDocument for WinForms
SampleC1PrintDocument クラス メソッド


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview.Design 名前空間 : SampleC1PrintDocument クラス

このクラスのメンバの一覧は、SampleC1PrintDocumentメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 Adds an anchor (C1.C1Preview.C1Anchor or C1.C1Preview.C1AnchorText) at the current position in the document. Can be used only if C1.C1Preview.C1PrintDocument.IsStartEndDocMode is true. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドAdvances the current block flow position by the specified distance. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドIndicates whether rendering in the block flow is permitted now. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドIndicates whether direct rendering is permitted now. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドClears the current document, sets all properties to their default values. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドClears the pages and other info created during document generation. This method does not clear the document structure/content though. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Converts an absolute C1.C1Preview.Unit value to the specified measurement units (this overload cannot convert to pixels). C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Releases the resoureces used by C1.C1Preview.C1PrintDocument. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドShows the tags input dialog, allows the user to enter/update the values of C1.C1Preview.Tag objects contained in the C1.C1Preview.C1PrintDocument.Tags collection. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドFinishes generation of a document. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Exports the document to a disk file. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドSearches for an C1.C1Preview.C1Anchor with the specified C1.C1Preview.C1Anchor.Name in the current document. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドSearches for the first occurrence of a C1.C1Preview.RenderInputFragment object in the current document. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Converts a double value expressed in the current document's C1.C1Preview.C1PrintDocument.ResolvedUnit units to other C1.C1Preview.UnitTypeEnum units. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Generates the current document, using the C1.C1Preview.RefreshModeEnum.RefreshCalculatedValues refresh mode. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Converts an absolute length represented by a C1.C1Preview.LengthAbs object to a double value expressed in the current document's C1.C1Preview.C1PrintDocument.ResolvedUnit units. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドChecks whether the document contains any tags that can be entered or changed in the tags input dialog. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッド System.MarshalByRefObjectから継承されます。
Public メソッドIndicates whether an inline paragraph is currently being created on the document. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Loads the current document from a stream. The stream should contain a document in C1.C1Preview.C1DocumentFormatEnum.C1d format. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドBegins a new column. If the current column is the last on the page then a new page will be started. Note that AllowNonReflowableDocs property on the document must be set to true for this method to work; otherwise, an exception will occur. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドBegins a new line in inline flow, can be used only if current stacking is inline flow. Note that AllowNonReflowableDocs property on the document must be set to true for this method to work; otherwise, an exception will occur. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Creates a new page and adds it to the document. Note that C1.C1Preview.C1PrintDocument.AllowNonReflowableDocs property on the document must be set to true for this method to work; otherwise, an exception will occur. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドReturns a System.Drawing.Imaging.Metafile representing the specified page. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Prints the current document with default printer settings, not showing the print progress dialog. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Shows the standard print dialog, allowing the user to print the current document. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドReflows the current document. If a handler has been assigned to the C1.C1Preview.C1PrintDocument.GenerateDocument event, that handler is invoked. Otherwise, the C1.C1Preview.C1PrintDocument.Generate method is called. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドAdds a C1.C1Preview.RenderObject into the block flow of the current document, and resolves it.

This method can only be used if C1.C1Preview.C1PrintDocument.IsStartEndDocMode is true.

C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Renders an arc into the block flow of the current document. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Renders an ellipse into the block flow of the current document. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドCreates an internally maintained C1.C1Preview.RenderGraphics object that can be used to add graphics to the block flow of the current document. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドAdds the internally maintained C1.C1Preview.RenderGraphics object created with a previous call to C1.C1Preview.C1PrintDocument.RenderBlockGraphicsBegin to the block flow of the current document. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドRenders a horizontal line with the specified width, starting at the left of the page, into the block flow of the current document. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Renders the Image. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Renders a pie into the block flow of the current document. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Renders a rectangle into the block flow of the current document. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Renders the RTF text. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Renders a block of text into the block flow of the current document. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドRenders a vertical line with the specified height, starting at the current position, into the block flow of the current document. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Adds a C1.C1Preview.RenderObject to the C1.C1Preview.C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it.

This method can only be used if C1.C1Preview.C1PrintDocument.IsStartEndDocMode is true.

C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Adds an arc to the C1.C1Preview.C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Adds an ellipse to the C1.C1Preview.C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドCreates an internally maintained C1.C1Preview.RenderGraphics object that can be used to add graphics at a specific position to the C1.C1Preview.C1PrintDocument.Body of the document on the current page. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドRenders the internally maintained C1.C1Preview.RenderGraphics object created with a previous call to C1.C1Preview.C1PrintDocument.RenderDirectGraphicsBegin onto the current page of the document. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Adds an System.Drawing.Image to the C1.C1Preview.C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Adds a line to the C1.C1Preview.C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Adds a pie to the C1.C1Preview.C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Creates a C1.C1Preview.RenderPolygon from a collection of C1.C1Preview.UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Adds a rectangle to the C1.C1Preview.C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Adds an RTF-formatted string to the C1.C1Preview.C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Adds a text to the C1.C1Preview.C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドRenders a C1.C1Preview.ParagraphObject into the current inline paragraph. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドBegins rendering of a new inline paragraph into the C1.C1Preview.C1PrintDocument.Body of the current document, using the specified C1.C1Preview.C1PrintDocument.Style and dimensions. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドEnds rendering of the current inline paragraph. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Renders an System.Drawing.Image into the current inline paragraph. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Renders a string into the current inline paragraph, using the specified style. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Saves the current document to a disk file. The persistense format (C1.C1Preview.C1DocumentFormatEnum.C1d or C1.C1Preview.C1DocumentFormatEnum.C1dx) is determined by the specified file extension. The save format defaults to C1.C1Preview.C1DocumentFormatEnum.C1d if the format cannot be determined from the extension. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドStarts a new document. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッドオーバーロードされます。 Converts a double value expressed in specified C1.C1Preview.UnitTypeEnum units to a double value expressed in the current document's C1.C1Preview.C1PrintDocument.ResolvedUnit units. C1.C1Preview.C1PrintDocumentから継承されます。
Public メソッド System.ComponentModel.Componentから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドCalled when the document has finished generating. Executes the C1.C1Preview.C1PrintDocument.DocumentEndedScript script. See remarks in C1.C1Preview.C1PrintDocument.OnDocumentStarting method for details and order of events. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドオーバーライドされます。 For internal use.  
Protected メソッド System.ComponentModel.Componentから継承されます。
Protected メソッド System.ComponentModel.Componentから継承されます。
Protected メソッドPerforms some initializations: creates the sub-objects (PageHeader, PageFooter etc) initializes DefaultPageSettings and so on. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドオーバーロードされます。  System.MarshalByRefObjectから継承されます。
Protected メソッドCalled when the C1.C1Preview.C1PrintDocument.Pages collection is about to be cleared. Raises the C1.C1Preview.C1PrintDocument.BeforePagesClear event. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドCalled when the C1.C1Preview.C1PrintDocument.BusyState property value has changed. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドCalled when the C1.C1Preview.C1PrintDocument.DefaultUnit property value has changed. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドCalled when the document has finished generating. Raises the C1.C1Preview.C1PrintDocument.DocumentEnded event. The C1.C1Preview.C1PrintDocument.BusyState property is set to C1.C1Preview.BusyStateEnum.Ready before this method is called. See remarks in C1.C1Preview.C1PrintDocument.OnDocumentStarting method for more details. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドCalled when the document is starting to generate. Raises the C1.C1Preview.C1PrintDocument.DocumentStarting event. The C1.C1Preview.C1PrintDocument.BusyState property is set to C1.C1Preview.BusyStateEnum.Generating after this method returns. See remarks for more details. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドRaises the C1.C1Preview.C1PrintDocument.FormsStyleChanged event. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドRaises the C1.C1Preview.C1PrintDocument.GenerateDocument event. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドCalled during document generation after a C1.C1Preview.C1Page has completely generated, raises the C1.C1Preview.C1PrintDocument.PageAdded event. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドCalled when a new empty page is created and added to the current document, raises the C1.C1Preview.C1PrintDocument.PageConfigure event. When this method is called, the C1.C1Preview.C1Page has already been added to the C1.C1Preview.C1PrintDocument.Pages collection but has not yet been resolved. If overridden in a derived class, must call the base method; can be used to change the layout of the new page. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドCalled when a page is removed from the C1.C1Preview.C1PrintDocument.Pages collection. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドCalled after the C1.C1Preview.C1PrintDocument.Pages collection has been cleared. Raises the C1.C1Preview.C1PrintDocument.PagesClear event. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドCalled during document generation after a C1.C1Preview.C1Page has updated, raises the C1.C1Preview.C1PrintDocument.PageUpdated event.

This method is called each time a C1.C1Preview.RenderObject's fragment (C1.C1Preview.RenderFragment) is added to or removed from the page (i.e. this method is called very often while the document generates).

See also C1.C1Preview.C1PrintDocument.OnPageChanged.

C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドCalled when the C1.C1Preview.C1PrintDocument.ResolvedUnit property value has changed. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドIndicates whether the C1.C1Preview.C1PrintDocument.AutoEmbedFonts property should be serialized. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドIndicates whether the C1.C1Preview.C1PrintDocument.Style property should be serialized. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドIndicates whether the C1.C1Preview.C1PrintDocument.TagCloseParen property should be serialized. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドIndicates whether the C1.C1Preview.C1PrintDocument.TagEscapeString property should be serialized. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドIndicates whether the C1.C1Preview.C1PrintDocument.TagOpenParen property should be serialized. C1.C1Preview.C1PrintDocumentから継承されます。
Protected メソッドIndicates whether the C1.C1Preview.C1PrintDocument.TagsInputDialogClassName property should be serialized. C1.C1Preview.C1PrintDocumentから継承されます。
トップ
参照

SampleC1PrintDocument クラス
C1.Win.C1Preview.Design 名前空間