名前 | 解説 | |
---|---|---|
AddAnchor | オーバーロードされます。 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から継承されます。 | |
AdvanceBlockFlow | Advances the current block flow position by the specified distance. C1.C1Preview.C1PrintDocumentから継承されます。 | |
CanRenderBlock | Indicates whether rendering in the block flow is permitted now. C1.C1Preview.C1PrintDocumentから継承されます。 | |
CanRenderDirect | Indicates whether direct rendering is permitted now. C1.C1Preview.C1PrintDocumentから継承されます。 | |
Clear | Clears the current document, sets all properties to their default values. C1.C1Preview.C1PrintDocumentから継承されます。 | |
ClearGeneratedPages | Clears the pages and other info created during document generation. This method does not clear the document structure/content though. C1.C1Preview.C1PrintDocumentから継承されます。 | |
ConvertUnit | オーバーロードされます。 Converts an absolute C1.C1Preview.Unit value to the specified measurement units (this overload cannot convert to pixels). C1.C1Preview.C1PrintDocumentから継承されます。 | |
Dispose | オーバーロードされます。 Releases the resoureces used by C1.C1Preview.C1PrintDocument. C1.C1Preview.C1PrintDocumentから継承されます。 | |
EditTags | 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から継承されます。 | |
EndDoc | Finishes generation of a document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
Export | オーバーロードされます。 Exports the document to a disk file. C1.C1Preview.C1PrintDocumentから継承されます。 | |
FindAnchor | Searches for an C1.C1Preview.C1Anchor with the specified C1.C1Preview.C1Anchor.Name in the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
FindInputFragment | Searches for the first occurrence of a C1.C1Preview.RenderInputFragment object in the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
FromRU | オーバーロードされます。 Converts a double value expressed in the current document's C1.C1Preview.C1PrintDocument.ResolvedUnit units to other C1.C1Preview.UnitTypeEnum units. C1.C1Preview.C1PrintDocumentから継承されます。 | |
Generate | オーバーロードされます。 Generates the current document, using the C1.C1Preview.RefreshModeEnum.RefreshCalculatedValues refresh mode. C1.C1Preview.C1PrintDocumentから継承されます。 | |
GetLengthAbsValue | オーバーロードされます。 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から継承されます。 | |
GetLifetimeService | System.MarshalByRefObjectから継承されます。 | |
HasEditableTags | Checks whether the document contains any tags that can be entered or changed in the tags input dialog. C1.C1Preview.C1PrintDocumentから継承されます。 | |
InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 | |
IsInlineStarted | Indicates whether an inline paragraph is currently being created on the document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
Load | オーバーロードされます。 Loads the current document from a stream. The stream should contain a document in C1.C1Preview.C1DocumentFormatEnum.C1d format. C1.C1Preview.C1PrintDocumentから継承されます。 | |
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. C1.C1Preview.C1PrintDocumentから継承されます。 | |
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. C1.C1Preview.C1PrintDocumentから継承されます。 | |
NewPage | オーバーロードされます。 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から継承されます。 | |
PageAsMetafile | Returns a System.Drawing.Imaging.Metafile representing the specified page. C1.C1Preview.C1PrintDocumentから継承されます。 | |
オーバーロードされます。 Prints the current document with default printer settings, not showing the print progress dialog. C1.C1Preview.C1PrintDocumentから継承されます。 | ||
PrintDialog | オーバーロードされます。 Shows the standard print dialog, allowing the user to print the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
Reflow | 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から継承されます。 | |
RenderBlock | 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から継承されます。 | |
RenderBlockArc | オーバーロードされます。 Renders an arc into the block flow of the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
RenderBlockEllipse | オーバーロードされます。 Renders an ellipse into the block flow of the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
RenderBlockGraphicsBegin | 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から継承されます。 | |
RenderBlockGraphicsEnd | 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から継承されます。 | |
RenderBlockHorzLine | 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から継承されます。 | |
RenderBlockImage | オーバーロードされます。 Renders the Image. C1.C1Preview.C1PrintDocumentから継承されます。 | |
RenderBlockPie | オーバーロードされます。 Renders a pie into the block flow of the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
RenderBlockRectangle | オーバーロードされます。 Renders a rectangle into the block flow of the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
RenderBlockRichText | オーバーロードされます。 Renders the RTF text. C1.C1Preview.C1PrintDocumentから継承されます。 | |
RenderBlockText | オーバーロードされます。 Renders a block of text into the block flow of the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
RenderBlockVertLine | Renders a vertical line with the specified height, starting at the current position, into the block flow of the current document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
RenderDirect | オーバーロードされます。 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から継承されます。 | |
RenderDirectArc | オーバーロードされます。 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から継承されます。 | |
RenderDirectEllipse | オーバーロードされます。 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から継承されます。 | |
RenderDirectGraphicsBegin | 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から継承されます。 | |
RenderDirectGraphicsEnd | 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から継承されます。 | |
RenderDirectImage | オーバーロードされます。 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から継承されます。 | |
RenderDirectLine | オーバーロードされます。 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から継承されます。 | |
RenderDirectPie | オーバーロードされます。 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から継承されます。 | |
RenderDirectPolygon | オーバーロードされます。 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から継承されます。 | |
RenderDirectRectangle | オーバーロードされます。 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から継承されます。 | |
RenderDirectRichText | オーバーロードされます。 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から継承されます。 | |
RenderDirectText | オーバーロードされます。 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から継承されます。 | |
RenderInline | Renders a C1.C1Preview.ParagraphObject into the current inline paragraph. C1.C1Preview.C1PrintDocumentから継承されます。 | |
RenderInlineBegin | 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から継承されます。 | |
RenderInlineEnd | Ends rendering of the current inline paragraph. C1.C1Preview.C1PrintDocumentから継承されます。 | |
RenderInlineImage | オーバーロードされます。 Renders an System.Drawing.Image into the current inline paragraph. C1.C1Preview.C1PrintDocumentから継承されます。 | |
RenderInlineText | オーバーロードされます。 Renders a string into the current inline paragraph, using the specified style. C1.C1Preview.C1PrintDocumentから継承されます。 | |
Save | オーバーロードされます。 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から継承されます。 | |
StartDoc | Starts a new document. C1.C1Preview.C1PrintDocumentから継承されます。 | |
ToRU | オーバーロードされます。 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から継承されます。 | |
ToString | System.ComponentModel.Componentから継承されます。 |