PrintDocument for WinForms
C1.C1Preview 名前空間 (C1.PrintDocument.6)
継承階層
C1.PrintDocument.6 アセンブリ : C1.C1Preview 名前空間
クラス
 クラス解説
クラスThe abstract base class for types representing various document-related actions that can be performed in response to a user action on a control produced by a RenderInputBase object.
クラスThe abstract base class for action handlers performing a file operation such as save or open.
クラスRepresents an action handler that loads a document (in C1DX or C1D formats) from a disk file.
クラスRepresents an action handler that saves or exports a document to a disk file.
クラスRepresents an ActionHandlerBase that switches to the next history entry in the current viewer control.
クラスRepresents an ActionHandlerBase that switches to the previous history entry in the current viewer control.
クラスDescribes an ActionHandlerBase that executes a hyperlink jump. The target of the jump is specified by the instance of C1LinkTarget that is assigned to the ActionHandlerLink.LinkTarget property.
クラスRepresents an ActionHandlerBase that displays the page setup dialog allowing the end user to change the page properties of the current C1PrintDocument.
クラスRepresents an ActionHandlerBase that changes the document view in the current viewer control.
クラスRepresents an ActionHandlerBase that prints the current C1PrintDocument.
クラスRepresents an ActionHandlerBase that reflows the current C1PrintDocument.
クラスDescribes arguments for the C1PrintManager.AdjustPrintPage event, fired from within C1PrintManager's System.Drawing.Printing.PrintDocument.PrintPage event handler. Allows the user to adjust hard printer margins (e.g. to compensate for a buggy printer driver), or to print the page in user code (in that case, AdjustPrintPageEventArgs.Handled should be set to true by the event handler).
クラスRepresents the geometric properties of an arc. Used by RenderArc class.
クラス 
クラスSpecifies the options affecting the size of a barcode, such as the width of narrow bars, narrow to wide bars' ratio etc.
クラスRepresents an anchor within a document. One or more anchors can be associated with a RenderObject via the RenderObject.Anchors property on the object. An anchor (and thus the render object associated with it) can be the target of a C1Hyperlink if that hyperlink's C1Hyperlink.LinkTarget is a C1LinkTargetAnchor and that anchor's C1LinkTargetAnchor.AnchorName is set to that anchor's C1Anchor.Name.
クラスRepresents a collection of C1Anchor objects.
クラスHelper class containing additional information about a C1Anchor within a document.
クラスDescribes a collection of C1AnchorInfo objects.
クラスRepresents an anchor within a text object (a RenderText, a RenderParagraph or a RenderRichText). Based on C1Anchor, adds the ability to reference a specific position within the text (see C1AnchorText.Position).
クラスRepresents a hyperlink in a document. A hyperlink may be assigned to a RenderObject's Hyperlink, or a ParagraphObject's ParagraphObject.Hyperlink property. In that case clicking on that object in a viewer will jump to the hyperlink's C1Hyperlink.LinkTarget.
クラスRepresents the visual attributes of a hyperlink in a certain state.
クラスHelper class containing additional information about a C1Hyperlink (the list of pages and areas on those pages where that hyperlink occurs).
クラスDescribes the position of a hyperlink on a page.
クラスCollection of Area objects.
クラスDescribes a collection of C1HyperlinkInfo objects.
クラスRepresents the visual attributes of a text hyperlink in a certain state.
クラスDescribes the target of a C1Hyperlink. This is an abstract base class for the following derived classes: C1LinkTargetDocumentLocation, C1LinkTargetPage, C1LinkTargetAnchor, C1LinkTargetExternalAnchor, C1LinkTargetFile, C1LinkTargetUser.
クラスDescribes a C1LinkTarget pointing to a C1Anchor within the current document.
クラスDescribes a C1LinkTarget pointing to an object within the current document that supports the IDocumentLocation interface. Types supporting that interface include RenderObject, ParagraphObject, C1Page, and table elements (rows, columns, etc.).
クラスDescribes a C1LinkTarget pointing to a C1Anchor in a different C1PrintDocument object.
クラスDescribes a C1LinkTarget pointing to an external document, file or URL. The hyperlink jump is performed using the ShellExecute OS shell API, so the result depends on the operating system and installed programs.
クラスDescribes a C1LinkTarget pointing to another page in the current document.
クラスDescribes a C1LinkTarget determined by a user event handler. When using C1.Win.C1Preview.C1PreviewPane, attach a handler of the type C1.Win.C1Preview.HyperlinkEventHandler to the C1PreviewPane's UserHyperlinkJump event. That event will be fired when a hyperlink with the link target of this type is clicked.
クラスRepresents a multi-document - a sequence of several documents that have common page numbering, and can be handled (e.g. printed or exported) together as a single large document. Allows creating very large documents without running out of memory.
クラスRepresents an item (individual document or report) in a C1MultiDocument.
クラスRepresents a collection of C1MultiDocumentItem objects.
クラスRepresents a generated page of a C1PrintDocument.
クラスRepresents a collection of C1Page objects in a C1PrintDocument.
クラスRepresents the page settings of a C1PrintDocument.
クラスRepresents a ComponentOne Document. Represents a document that can be previewed, printed or exported to an external format.
クラスProvides printing services.
クラスDescribes options controlling how a document's content is to be printed (or previewed).
クラスDefines the compatibility options for C1PrintDocument. Contains properties specifying compatibility with previous versions of C1PrintDocument.
クラスRepresents a dictionary within a C1PrintDocument. The dictionary allows to store an object such as an image or an icon once, and reuse it throughout the document. Items contained in the dictionary must have types derived from DictionaryItem (e.g. DictionaryImage or DictionaryIcon).
クラスRepresents an DictionaryIcon.Icon stored in a Dictionary.
クラスRepresents an DictionaryImage.Image stored in a Dictionary.
クラスThe base class for types of objects that can be inserted in a C1PrintDocument's Dictionary. Derived classes include DictionaryImage and DictionaryIcon.
クラスRepresents the body of a C1PrintDocument. The body is the main part of a document presenting visible content, and can be accessed via the C1PrintDocument.Body property on the document. (The only other parts presenting visible document content are page headers and footers.)
クラスDescribes a font used in a C1PrintDocument (see also C1PrintDocument.FontHandling).
クラスRepresents the collection of DocumentFont objects describing fonts used in a C1PrintDocument.

See C1PrintDocument.FontHandling for details on when and how this collection is populated.

クラスRepresents general information about a C1PrintDocument, such as author, subject, creation date and time, and so on. Can be accessed via the C1PrintDocument.DocumentInfo property on a document.
クラスRepresents a position within a generated document as a combination of the page index and the area on that page.
クラスRepresents the standard page layouts used in a C1PrintDocument (such as the default page layout, page layout used for first and last pages, and so on).
クラスRepresents the geometric properties of a pie. Used by RenderPie class.
クラス 
クラス 
クラスContains data describing an outline entry extracted from a metafile comment record or compatible (using the "%PDFHdr|" prefix).
クラスRepresents an OwnedCollection that fires events when changing.
クラスContains data about EventCollection change events.
クラスSpecifies font processing options for a C1PrintDocument.
クラスRepresents a GDI device context.
クラスRepresents an entry in a word index of a C1PrintDocument. Top-level entries of a RenderIndex (represented by instances of this class) are contained in the RenderIndex.Entries collection on the index object. Nested entries are contained in the parent entry's IndexEntry.Children The current entry's occurrences in the document are represented by instances of the IndexEntryOccurrence class, and are contained in the IndexEntry.Occurrences collection of the entry.
クラスRepresents a collection of IndexEntry objects. The RenderIndex.Entries property on the RenderIndex class, and the IndexEntry.Children property on the IndexEntry class store collections of this type.
クラスRepresents a single occurrence of an IndexEntry in the document. Elements of this type are contained in the IndexEntry.Occurrences collection of an IndexEntry.

The main functional property of this class is IndexEntryOccurrence.Target, of the type C1LinkTarget, which points to the location of the occurrence in the document.

クラスRepresents a collection of Styles used to render IndexEntry objects at different nesting levels of a RenderIndex. The style at index 0 of this collection is used to render the top-level entries, the style at index 1 is used to render sub-entries, and so on.
クラスDescribes the combination of a user action on a control produced by a RenderInputBase-derived object, and the associated handling.
クラスRepresents a collection of InputAction objects.
クラスProvides data for the C1PrintDocument.InputValueChanged event.
クラスThe base type for classes describing layout-releated changes that are applied to a C1PrintDocument before or after a RenderObject if assigned to RenderObject.LayoutChangeBefore or RenderObject.LayoutChangeAfter on that object.

Derived classes include LayoutChangeNewPage, LayoutChangeNewColumn, LayoutChangeNewLine and LayoutChangeNoBreak.

クラスDescribes layout-related changes associated with a RenderObject. When an instance of this class is assigned to RenderObject.LayoutChangeBefore or RenderObject.LayoutChangeAfter on that object, a column break is inserted before of after that object, and layout changes described by the instance are applied.
クラスDescribes layout-related changes associated with a RenderObject. When an instance of this class is assigned to RenderObject.LayoutChangeBefore or RenderObject.LayoutChangeAfter on that object, and the current RenderObject.Stacking is StackingRulesEnum.InlineLeftToRight, a line break is inserted before of after that object, and layout changes described by the instance are applied.
クラスDescribes layout-related changes associated with a RenderObject. When an instance of this class is assigned to RenderObject.LayoutChangeBefore or RenderObject.LayoutChangeAfter on that object, a page break is inserted before of after that object, and layout changes described by the instance are applied to the new page.
クラスDescribes layout-related changes associated with a RenderObject. When an instance of this class is assigned to RenderObject.LayoutChangeBefore or RenderObject.LayoutChangeAfter on that object, layout changes described by the instance are applied to the next new page (but no immediate page break is caused by this class).
クラスContains predefined LengthAbs values.
クラスContains and provides access to a number of commonly used predefined LengthRef objects.
クラスRepresents a set of attributes used to draw lines. This class is immutable.
クラスRepresents the geometric properties of a RenderLine object.
クラスThe abstract base class representing the geometric properties of a line shape. Used by RenderLineBase and derived classes.
クラスProvides data for item-related C1MultiDocument events such as C1MultiDocument.ItemGenerated.
クラスProvides data for the C1MultiDocument.ItemLoaded event.
クラスRepresents an OwnedCollection of uniquely-named elements.
クラスRepresents an element of a NamedCollection.
クラスRepresents an outline node within a C1PrintDocument.
クラスRepresents a collection of OutlineNode elements.
クラスDescribes a part of the document (pages or objects) that is to be exported or printed. Note: all page numbers are 1-based.
クラスAllows to enumerate all pages in the range. Note: It is the client reesponsibility to take steps to avoid infinite loops if the OutputRange was created without specifying a valid MaxPageNumber.
クラスDescribes a collection with an owner. Base class for RenderObjectCollection and ParagraphObjectCollection. Additional to OwnedCollectionBase updates Owner property of items if they supports IOwnedCollectionItem interface.
クラスRepresents a collection with an owner object. Notifies the owner of interesting events on the collection if the owner supports the ICollectionOwner interface.
クラスDescribes a C1.C1Preview.Util.FastList with an owner. Base class for C1PageCollection. Additional to OwnedFastListBase updates Owner property of items if they supports IOwnedCollectionItem interface.
クラスRepresents C1.C1Preview.Util.FastList with owner object. Notifies the owner of interesting events on the collection if the owner supports the ICollectionOwner interface.
クラスRepresents the properties of a page column.
クラスRepresents a collection of PageColumnDef objects.
クラスProvides data for the C1PrintDocument.PageConfigure event.
クラスProvides data for page-related events such as C1PrintDocument.PageAdded, C1PrintDocument.PageUpdated, C1PrintDocument.PageChanged and C1PrintDocument.PageDeleted.
クラスRepresents the page layout of a C1PrintDocument.
クラスRepresents an absolute or relative page numbering change in C1PrintDocument or C1MultiDocument.
クラスProvides properties that allow to retrieve information about a resolved C1Page, such as the actual absolute page size, absolute margin values and so on. All size and length values provided by this class are absolute, expressed in C1PrintDocument.ResolvedUnit.
クラスProvides data for page-related events such as C1MultiDocument.PagesAdded and C1MultiDocument.PagesChanged.
クラスRepresents an inline image in the Content of a RenderParagraph.
クラスThe abstract base class for inline text and images, rendered using a single style, in the Content of a RenderParagraph object.
クラスRepresents a collection of ParagraphObject objects that is the Content of a RenderParagraph.
クラスRepresents a run of text, rendered using a single style, in the Content of a RenderParagraph.
クラスRepresents the geometric properties of a RenderPolygon object.
クラスRepresents the geometric properties of a rectangle, also serves as the base for classes describing certain other shapes (such as round rectangle, arc and pie). Used by RenderRectangle and derived classes.
クラスRepresents an arc of an ellipse in a C1PrintDocument.
クラスRepresents a general-purpose container for other RenderObject objects.
クラスRepresents a fragment of a RenderArea in the generated document.
クラスRepresents a barcode in a C1PrintDocument.
クラスRepresents a barcode in a C1PrintDocument.
クラスRepresents a fragment of a RenderBarCode object.
クラスRepresents a fragment of a RenderBarCode object.
クラスRepresents an external object that can be seamlessly rendered in a C1PrintDocument. See remarks for details.
クラスRepresents a fragment of a RenderC1Printable.
クラスRepresents an ellipse in a C1PrintDocument.
クラスRepresents an empty RenderObject. Provides a convenient placeholder for things like page breaks and so on, where no content needs to be rendered.
クラスRepresents a fragment of a RenderEmpty in a resolved C1PrintDocument.
クラスRepresents a fragment of a RenderFragment.RenderObject in a resolved C1PrintDocument.
クラスRepresents a collection of fragments (RenderFragment) of a RenderObject. All elements of this collection are sorted by RenderObject.ZOrder of the render object to perform drawing and searching.
クラスRepresents a drawing on a .NET System.Drawing.Graphics object in a C1PrintDocument.
クラスRepresents a fragment of a RenderGraphics in a resolved C1PrintDocument.
クラスRepresents an image in a C1PrintDocument. Can also be used to show an image of a System.Windows.Forms.Control.
クラスRepresents a fragment of a RenderImage in a resolved C1PrintDocument.
クラスRepresents an alphabetical, optionally multi-level, word index in a C1PrintDocument.
クラスThe abstract base class for all Preview Forms input controls. Derived types represent active UI elements embedded in a C1PrintDocument when that document is shown by a supporting viewer (e.g. C1.Win.C1Preview.C1PrintPreviewControl).
クラスRepresents a Preview Forms pushbutton in a C1PrintDocument. When the document is shown by a supporting viewer (e.g. C1.Win.C1Preview.C1PrintPreviewControl), produces an active pushbutton control.
クラスThe abstract base class for button-like input controls (button, check box, radio button).
クラスRepresents a checkbox.
クラスRepresents a Preview Forms combobox (a textbox with an attached dropdown) in a C1PrintDocument. When the document is shown by a supporting viewer (e.g. C1.Win.C1Preview.C1PrintPreviewControl), produces an active combobox control.
クラスRepresents an item in the RenderInputComboBox.Items collection of a RenderInputComboBox.
クラスRepresents a collection of RenderInputComboBoxItem objects.
クラスRepresents a fragment of a RenderInputBase object.
クラスRepresents a Preview Forms radio button in a C1PrintDocument. When the document is shown by a supporting viewer (e.g. C1.Win.C1Preview.C1PrintPreviewControl), produces an active radio button control.
クラスRepresents a Preview Forms textbox in a C1PrintDocument. When the document is shown by a supporting viewer (e.g. C1.Win.C1Preview.C1PrintPreviewControl), produces an active textbox control.
クラスRepresents a line shape in a C1PrintDocument.
クラスThe abstract base class for classes representing line-based shapes (lines and polygons) in a C1PrintDocument.
クラスRepresents a fragment of a RenderLineBase in a resolved C1PrintDocument.
クラスThe abstract base class for all render objects representing content of a C1PrintDocument.
クラスRepresents the collection of RenderObject objects. Represents a collection of RenderObject objects. Used to store objects in the C1PrintDocument.Body of a C1PrintDocument (see DocumentBody.Children), and child objects contained in another RenderObject (see RenderObject.Children).
クラスRepresents a simple System.Collections.Generic.List`1 of RenderObject objects. This list is used to store copies of an object produced by data binding.
クラスRepresents a paragraph in a C1PrintDocument. Paragraphs can contain inline text and images, possibly rendered using different styles. The content of a paragraph is accessible via the Content property.
クラスRepresents a fragment of a RenderParagraph in a resolved C1PrintDocument.
クラスRepresents a pie shape (a closed shape consisting of an arc of an ellipse, with lines going from the start and end points of the arc to the ellipse's center) in a C1PrintDocument.
クラスRepresents an open or closed polygon shape in a C1PrintDocument.
クラスRepresents a rectangle in a C1PrintDocument. This is also the base class for RenderEllipse and RenderRoundRectangle classes.
クラスRepresents a fragment of a RenderRectangle in a resolved C1PrintDocument.
クラスRepresents an RTF text in a C1PrintDocument.
クラスRepresents a fragment of a RenderRichText in a resolved C1PrintDocument.
クラスRepresents a rectangle with rounded corners in a C1PrintDocument.
クラスRepresents a fragment of a RenderRoundRectangle in a resolved C1PrintDocument.
クラスThe abstract base class for classes representing geometric shapes (lines, polygons and so on) in a C1PrintDocument.
クラスRepresents a fragment of a RenderShapeBase in a resolved C1PrintDocument.
クラスRepresents a table in a C1PrintDocument.
クラスRepresents a fragment of a RenderTable in a resolved C1PrintDocument.
クラスRepresents a run of text in a C1PrintDocument. Text is drawn using a single style (see RenderParagraph for multi-style text).
クラスThe abstract base class for render object types representing text (RenderText and RenderParagraph) in a C1PrintDocument.
クラスRepresents a fragment of a RenderText in a resolved C1PrintDocument.
クラスThe abstract base class for RenderTextFragment and RenderParagraphFragment.
クラスRepresents a table of contents (TOC) in a C1PrintDocument. Individual TOC entries are represented by RenderTocItem objects. This object may also contain other types of render objects (this may be used e.g. to show a TOC header).
クラスRepresents a single entry in the table of contents (TOC; RenderTocItem.RenderToc) in a C1PrintDocument.
クラスRepresents a fragment of a RenderTocItem in a resolved C1PrintDocument.
クラスRepresents a paragraph of vertical text in a C1PrintDocument. Paragraphs can contain inline text and images, possibly rendered using different styles. The content of a paragraph is accessible via the Content property.

Designed primarily for rendering of Asian (e.g. Japanese) text in the traditional manner, vertically from right to left.

クラスRepresents a fragment of a RenderParagraph in a resolved C1PrintDocument.
クラスRepresents a run of vertical text in a C1PrintDocument.

Designed primarily for rendering of Asian (e.g. Japanese) text in the traditional manner, vertically from right to left.

Text is drawn using a single style (see RenderVerticalParagraph for multi-style text).

クラスRepresents a fragment of a RenderVerticalText in a resolved C1PrintDocument.
クラスRepresents the geometric properties of a rectangle with rounded corners. Used by the RenderRoundRectangle class.
クラスFor internal use.
クラスThe abstract base class representing the geometric properties of a shape. Used by RenderShapeBase and derived classes.
クラスRepresents the style of an object.
クラスRepresents a collection of Style objects. This is the type of the Children collection on a Style.
クラスRepresents operating system related information in a C1PrintDocument.
クラスRepresents a read-only collection of system tags (objects derived from TagSys).
クラスRepresents a cell in a RenderTable.
クラスRepresents a collection of RenderTable cells (objects of the type TableCell). A collection of this type is returned by the RenderTable.Cells property of a table.
クラスRepresents a column of a RenderTable.
クラスRepresents a collection of columns (objects of the TableCol type) in a RenderTable.
クラスRepresents a row of a RenderTable.
クラスRepresents a collection of rows (objects of the TableRow type) in a RenderTable.
クラスThe abstract base class for rows and columns of a RenderTable.
クラスThe abstract base class representing a collection of TableVector objects. This is the base class for collections of table rows and columns, accessible as RenderTable.Rows and RenderTable.Cols on a RenderTable.
クラスRepresents a group of RenderTable rows or columns (see RenderTable.RowGroups and RenderTable.ColGroups).
クラスRepresents a collection of row or column groups in a RenderTable. This is the type of RenderTable.RowGroups and RenderTable.ColGroups collections.
クラスRepresents a tab stop in a text in a C1PrintDocument. To set a tab stop, add it to the RenderTextBase.TabPositions collection on the text or paragraph.
クラスRepresents a collection of TabPosition objects. This is the type of RenderTextBase.TabPositions property.
クラスRepresents a user-defined tag.
クラスThe abstract base class for system (TagSys) and user defined (Tag) tags.
クラスRepresents customization parameters for input of Booleand tag values.
クラスRepresents a collection of Tag objects.
クラスRepresents customization parameters for input of System.DateTime tag values.
クラスRepresents a system tag returning the date and time when the document was last generated.
クラスRepresents a system tag that is replaced by the page number of a hyperlink target.
クラスThe abstract base class for specialized classes used by the tag input dialog to customize input of individual tags.
クラスRepresents a system tag returning the file name last used to save or load the document.
クラスRepresents a system tag returning the name of the printer last used to print the document.
クラスRepresents customization parameters for input of tag values that can be selected from a list.
クラスRepresents a list item for TagListInputParams.
クラスRepresents a collection of list items for TagListInputParams.
クラスRepresents customization parameters for input of numeric tag values.
クラスThe abstract base class for system tags that evaluate to a page number or count.
クラスRepresents the total page count system tag.
クラスRepresents the current page number system tag.
クラスRepresents the current horizontal page number system tag.
クラスRepresents the horizontal page count system tag.
クラスRepresents the current vertical page number system tag.
クラスRepresents the vertical page count system tag.
クラスRepresents a system tag returning the date and time when the document was last printed.
クラスRepresents customization parameters for input of string tag values.
クラスThe abstract base class for system defined tags such as TagPageNo and TagPageCount.
クラスThe abstract base class for system tags that return data from C1PrintDocument.UsageInfo.
クラスRepresents information related to usage of a C1PrintDocument, such as the date and time when the document was last generated or printed.
クラスRepresents a (possibly sparse) user-defined group of cells (objects of type TableCell) in a RenderTable.
クラスRepresents a collection of UserCellGroup objects. This is the type of the RenderTable.UserCellGroups property of a RenderTable.
クラスContains common functions. Contains common functions. Contains common functions.
クラスRepresents information about a potentially erroneous or conflicting situation that occurred during generation of a C1PrintDocument.
クラスRepresents a collection of Warning objects. This is the type of the C1PrintDocument.Warnings property on a C1PrintDocument.
クラスA helper class that allows to use a slider control for a zoom factor value, placing zoom factor 1 (no zoom) in the middle of the slider control.
インターフェース
 インターフェース解説
インターフェースIf an object implements this interface, it can be seamlessly rendered in a C1PrintDocument via a RenderC1Printable.
インターフェースDescribes a location within a C1PrintDocument (used e.g. as the target of a hyperlink etc.). The location is identified by a page and a rectangle on that page. The rectangle's unit of measurement is determined by the document's C1PrintDocument.ResolvedUnit property. Classes that implement this interface are C1Page, RenderObject and C1Anchor.
インターフェースDefines a class that can expose a Style property (of the type IStyleOwner.Style).
構造体
 構造体解説
構造体A structure defining the four borders around a rectangular area. Each border is represented by a LineDef object.
構造体A structure defining the grid lines (four borders and two internal lines) used to draw a RenderTable. Each line is represented by a LineDef object.
構造体Represents the alignment of an image within its container.
構造体A structure representing a single referenced object in a LengthRef (if the LengthRef uses a hierarchical reference, each object in the hierarchy of nested objects is represented by an instance of this structure).
構造体A structure representing four Unit values corresponding to the four sides of a rectangluar area. Used by Padding and Spacing properties.
構造体Stores a set of four double numbers that represent the offsets from the edges of a rectangular area.
構造体Stores a set of four integer numbers that represent the offsets from edges of rectangular area.
構造体Defines parameters used to generate a metafile representing a C1Page.
構造体Represents an ordered pair of double X and Y coordinates that defines a point in a two-dimensional plane.
構造体Stores a set of four double values that represent the location and size of a rectangle.
構造体Represents the shadow cast by a RenderObject.
構造体Stores an ordered pair of double values, typically the width and height of a rectangle.
構造体A structure representing a single coordinate or dimension of an object (e.g. RenderObject.X or RenderObject.Height of a RenderObject) in a C1PrintDocument.
構造体Represents a point on a two-dimensional surface, with coordinates specified as Unit values.
デリゲート
 デリゲート解説
デリゲートRepresents a method that can handle a C1PrintManager.AdjustPrintPage event.
デリゲートRepresents the method that will handler an event occuring when collection changing.
デリゲートRepresents a method that can handle the C1PrintDocument.InputValueChanged event.
デリゲートRepresents a method that can handle item-related C1MultiDocument events such as C1MultiDocument.ItemGenerated.
デリゲートRepresents a method that can handle ItemLoaded event of C1MultiDocument.
デリゲートRepresents a method that can handle the C1PrintDocument.PageConfigure event.
デリゲートRepresents a method that can handle page-related events such as C1PrintDocument.PageAdded, C1PrintDocument.PageUpdated, C1PrintDocument.PageChanged and C1PrintDocument.PageDeleted.
デリゲートRepresents a method that can handle page-related events of a C1MultiDocument such as C1MultiDocument.PagesAdded and C1MultiDocument.PagesChanged.
デリゲートRepresents a method that can handle a C1PrintManager.QueryPageSettings event.
列挙型
 列挙体解説
列挙体Specifies the horizontal alignment of text within a containing object. This is the type of TextAlignHorz property.
列挙体Specifies the vertical alignment of text within a containing object. This is the type of TextAlignVert property.
列挙体Specifies the various barcode sizing modes.
列挙体Specifies the direction of the barcode
列挙体Specifies the various modes of accounting for border thickness when laying out the objects in a document.
列挙体Specifies how borders are drawn when the object is split between pages.
列挙体Defines the various breaks which can be forced before or after render object.
列挙体Describes the busy state of a C1PrintDocument.
列挙体Specifies the C1PrintDocument persistence format.
列挙体Represents the state of a C1Hyperlink.
列挙体Enumerates the possible handling of a RenderTable cell's content when the cell is split between pages.
列挙体Describes the type of mark which is used in the ScalableCheckBox and RenderInputCheckBoxOptions.
列挙体Flags defining data binding mode.
列挙体Defines the generation mode of a C1PrintDocument.
列挙体Enumerates the fields stored by the DocumentInfo class.
列挙体Defines methods used to create lists of glyphs in an EmbeddedFont.
列挙体Describes the type of a change to a collection.
列挙体Specifies the alignment within their container of objects in the block flow (see RenderObject.Stacking). This is the type of FlowAlignChildren and FlowAlign properties.
列挙体Specifies how font embedding and substitution are handled by a C1PrintDocument (see FontProcessingOptions.FontHandling for details).
列挙体Specifies an action that is to be performed when the ENTER key is pressed on a page containing RenderInputBase-derived objects, while the containing C1PrintDocument is shown by a supporting viewer (e.g. by C1.Win.C1Preview.C1PrintPreviewControl).
列挙体Specifies an action that is to be performed when the TAB key is pressed on a page containing RenderInputBase-derived objects, while the containing C1PrintDocument is shown by a supporting viewer (e.g. by C1.Win.C1Preview.C1PrintPreviewControl).
列挙体Specifies the look and feel of input controls displayed by render objects derived from RenderInputBase. The C1PrintDocument.FormsStyle property returns a member of this enumeration.
列挙体Represents types of errors that can occur during document generation.
列挙体Indicates text alignment.
列挙体Specifies the horizontal alignment of foreground and background images. This is the type of ImageAlign.AlignHorz property on Style.ImageAlign and Style.BackgroundImageAlign.
列挙体Specifies the vertical alignment of foreground and background images. This is the type of ImageAlign.AlignVert property on Style.ImageAlign and Style.BackgroundImageAlign.
列挙体Defines the device (printer or screen) used to measure the elements of a C1PrintDocument.
列挙体Specifies how outlines of a document or report associated with a multi-document item are treated when the outline tree for the whole multi-document is prepared.
列挙体Specifies the type of an OutputRange.
列挙体Enumerates page break options available for elements of a RenderTable.
列挙体Describes the direction in which the new page should be started.
列挙体Describes the supported modes of moving between pages in a viewer.
列挙体Identifies the set of pages to which a page layout is applied in a C1PrintDocument.
列挙体Describes the type of a page numbering change in a C1PrintDocument.
列挙体Specifies the way pages are scaled during printing.
列挙体Describes the data and expressions refresh mode during document generation.
列挙体Defines the splitting behavior of a render object.
列挙体Defines the stacking rules: block or inline flow, top to bottom or left to right for block flow.
列挙体Specifies the type of temporary storage used by C1MultiDocument.
列挙体Describes how the width of a column in a RenderTable can be adjusted if required by adjustments to the width of the containing table.
列挙体Describes how the height of a row in a RenderTable can be adjusted if required by adjustments to the height of the containing table.
列挙体Enumerates the modes of stretching the rows or columns of a RenderTable when filling an empty space below or on the right of the table.
列挙体Specifies the text alignment on a tab position. See RenderTextBase.TabPositions for details.
列挙体Flags specifying how a table footer is repeated in a RenderTable. This is the type of TableVectorGroup.Footer.
列挙体Flags specifying how a table header is repeated in a RenderTable. This is the type of TableVectorGroup.Header.
列挙体Enumerates the sizing modes of a RenderTable.
列挙体For internal use only.
列挙体Specifies the type of list for TagListInputParams.
列挙体Specifies the subscript and superscript properties of text. This is the type of TextPosition property.
列挙体Defines a value which can be in one of three states: undefined, true or false.
列挙体Defines the available unicode ranges.
列挙体Enumerates units of measurement used in a C1PrintDocument, used by Unit and related types.
列挙体Specifies an end user action on a control produced by a RenderInputBase-derived object when the containing C1PrintDocument is shown by a supporting viewer (e.g. by C1.Win.C1Preview.C1PrintPreviewControl).
列挙体Specifies the visibility of an object.
列挙体Specifies how to break words when lines of text wrap.
参照

C1.PrintDocument.6 アセンブリ