名前 | 解説 | |
---|---|---|
AddAnchor | オーバーロードされます。 Adds an anchor (C1Anchor or C1AnchorText) at the current position in the document. Can be used only if C1PrintDocument.IsStartEndDocMode is true. | |
AdvanceBlockFlow | Advances the current block flow position by the specified distance. | |
CanRenderBlock | Indicates whether rendering in the block flow is permitted now. | |
CanRenderDirect | Indicates whether direct rendering is permitted now. | |
Clear | Clears the current document, sets all properties to their default values. | |
ClearGeneratedPages | Clears the pages and other info created during document generation. This method does not clear the document structure/content though. | |
ConvertUnit | オーバーロードされます。 Converts an absolute Unit value to the specified measurement units (this overload cannot convert to pixels). | |
Dispose | オーバーロードされます。 オーバーライドされます。 Releases the resoureces used by C1PrintDocument. | |
EditTags | Shows the tags input dialog, allows the user to enter/update the values of Tag objects contained in the C1PrintDocument.Tags collection. | |
EndDoc | Finishes generation of a document. | |
Export | オーバーロードされます。 Exports the document to a disk file. | |
FindAnchor | Searches for an C1Anchor with the specified C1Anchor.Name in the current document. | |
FindInputFragment | Searches for the first occurrence of a RenderInputFragment object in the current document. | |
FromFile | オーバーロードされます。 For internal use. | |
FromRU | オーバーロードされます。 Converts a double value expressed in the current document's C1PrintDocument.ResolvedUnit units to other UnitTypeEnum units. | |
FromStream | オーバーロードされます。 For internal use. | |
Generate | オーバーロードされます。 Generates the current document, using the RefreshModeEnum.RefreshCalculatedValues refresh mode. | |
GetLengthAbsValue | オーバーロードされます。 Converts an absolute length represented by a LengthAbs object to a double value expressed in the current document's C1PrintDocument.ResolvedUnit units. | |
GetLifetimeService | System.MarshalByRefObjectから継承されます。 | |
HasEditableTags | Checks whether the document contains any tags that can be entered or changed in the tags input dialog. | |
InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 | |
IsInlineStarted | Indicates whether an inline paragraph is currently being created on the document. | |
Load | オーバーロードされます。 Loads the current document from a stream. The stream should contain a document in C1DocumentFormatEnum.C1d format. | |
NewColumn | 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. | |
NewLine | 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. | |
NewPage | オーバーロードされます。 Creates a new page and adds it to the document. Note that C1PrintDocument.AllowNonReflowableDocs property on the document must be set to true for this method to work; otherwise, an exception will occur. | |
PageAsMetafile | Returns a System.Drawing.Imaging.Metafile representing the specified page. | |
オーバーロードされます。 Prints the current document with default printer settings, not showing the print progress dialog. | ||
PrintDialog | オーバーロードされます。 Shows the standard print dialog, allowing the user to print the current document. | |
Reflow | Reflows the current document. If a handler has been assigned to the C1PrintDocument.GenerateDocument event, that handler is invoked. Otherwise, the C1PrintDocument.Generate method is called. | |
RenderBlock | Adds a RenderObject into the block flow of the current document, and resolves it.
This method can only be used if C1PrintDocument.IsStartEndDocMode is true. | |
RenderBlockArc | オーバーロードされます。 Renders an arc into the block flow of the current document. | |
RenderBlockEllipse | オーバーロードされます。 Renders an ellipse into the block flow of the current document. | |
RenderBlockGraphicsBegin | Creates an internally maintained RenderGraphics object that can be used to add graphics to the block flow of the current document. | |
RenderBlockGraphicsEnd | Adds the internally maintained RenderGraphics object created with a previous call to C1PrintDocument.RenderBlockGraphicsBegin to the block flow of the current document. | |
RenderBlockHorzLine | Renders a horizontal line with the specified width, starting at the left of the page, into the block flow of the current document. | |
RenderBlockImage | オーバーロードされます。 Renders the Image. | |
RenderBlockPie | オーバーロードされます。 Renders a pie into the block flow of the current document. | |
RenderBlockRectangle | オーバーロードされます。 Renders a rectangle into the block flow of the current document. | |
RenderBlockRichText | オーバーロードされます。 Renders the RTF text. | |
RenderBlockText | オーバーロードされます。 Renders a block of text into the block flow of the current document. | |
RenderBlockVertLine | Renders a vertical line with the specified height, starting at the current position, into the block flow of the current document. | |
RenderDirect | オーバーロードされます。 Adds a RenderObject to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it.
This method can only be used if C1PrintDocument.IsStartEndDocMode is true. | |
RenderDirectArc | オーバーロードされます。 Adds an arc to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. | |
RenderDirectEllipse | オーバーロードされます。 Adds an ellipse to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. | |
RenderDirectGraphicsBegin | Creates an internally maintained RenderGraphics object that can be used to add graphics at a specific position to the C1PrintDocument.Body of the document on the current page. | |
RenderDirectGraphicsEnd | Renders the internally maintained RenderGraphics object created with a previous call to C1PrintDocument.RenderDirectGraphicsBegin onto the current page of the document. | |
RenderDirectImage | オーバーロードされます。 Adds an System.Drawing.Image to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. | |
RenderDirectLine | オーバーロードされます。 Adds a line to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. | |
RenderDirectPie | オーバーロードされます。 Adds a pie to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. | |
RenderDirectPolygon | オーバーロードされます。 Creates a RenderPolygon from a collection of UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates. | |
RenderDirectRectangle | オーバーロードされます。 Adds a rectangle to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. | |
RenderDirectRichText | オーバーロードされます。 Adds an RTF-formatted string to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. | |
RenderDirectText | オーバーロードされます。 Adds a text to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it. | |
RenderInline | Renders a ParagraphObject into the current inline paragraph. | |
RenderInlineBegin | Begins rendering of a new inline paragraph into the C1PrintDocument.Body of the current document, using the specified C1PrintDocument.Style and dimensions. | |
RenderInlineEnd | Ends rendering of the current inline paragraph. | |
RenderInlineImage | オーバーロードされます。 Renders an System.Drawing.Image into the current inline paragraph. | |
RenderInlineText | オーバーロードされます。 Renders a string into the current inline paragraph, using the specified style. | |
Save | オーバーロードされます。 Saves the current document to a disk file. The persistense format (C1DocumentFormatEnum.C1d or C1DocumentFormatEnum.C1dx) is determined by the specified file extension. The save format defaults to C1DocumentFormatEnum.C1d if the format cannot be determined from the extension. | |
SelectBestMeasurementDevice | Selects a device to use for C1PrintDocument.MeasurementGraphics. This method looks for a printer with a "square" resolution (i.e. with the same horizontal and vertical DPI) equal to or larger than 300 DPI. If such a printer is found, it is assigned to MeasurementPrinterName, and MeasurementDevice is set to MeasurementDeviceEnum.Printer. Otherwise, MeasurementDevice is set to MeasurementDeviceEnum.Screen. The selected device's resolution is returned by C1PrintDocument.MeasurementDpi. | |
StartDoc | Starts a new document. | |
ToRU | オーバーロードされます。 Converts a double value expressed in specified UnitTypeEnum units to a double value expressed in the current document's C1PrintDocument.ResolvedUnit units. | |
ToString | System.ComponentModel.Componentから継承されます。 |