Document Library for WinForms
C1.Win.Document 名前空間
継承階層
C1.Win.Document.6 アセンブリ : C1.Win.Document 名前空間
クラス
 クラス解説
クラスRepresents an arc shape in a C1FlexReport.
クラスDefinies additional barcode options.
クラスSpecifies the options affecting the size of a barcode, such as the width of narrow bars, narrow to wide bars' ratio etc.
クラスRepresents a border of object.
クラスFor internal use.
クラスRepresents a position of a bookmark within a document.
クラスAbstract base class for brushes used in C1Document and C1FlexReport.
クラスRepresents a ComponentOne Document.
クラスRepresents an action which can be executed by the C1DocumentSource and change its content, see C1DocumentSource.ExecuteAction.
クラスAbstract base class for types that can create and manage a C1Document object from some source.

Derived classes provide implementation for specific sources such as SSRS reports etc.

The common base (C1DocumentSource) allows to work with various document and reports types (e.g. previewing or printing them) in a uniform manner.

クラスFor internal use. Abstract class representing the full context in which a C1DocumentSource operates. Instances of this class can be used to save and restore the current state of a C1DocumentSource, for example it can be used to implement forward and backward navigation. For details see C1DocumentSource.GetContext and C1DocumentSource.SetContext methods. Derived classes should override Equals(...) and GetHashCode(...).
クラスRepresents an exception that occurred in a C1DocumentSource.
クラスRepresents a set of features which are supported by a specific instance of the C1DocumentSource class. A client using that instance can analyse the properties exposed by this type, and enable or disable the UI elements accordingly.
クラスRepresents find text parameters.
クラスRepresents a position in a document where a text was found.
クラスDefines highlighting in the block of text.
クラスAbstract base class for various gradient brushes.
クラスRepresents a hyperlink in a document. A hyperlink may be assigned to a RenderObject's RenderObject.Hyperlink, or a RenderParagraphObject's RenderParagraphObject.Hyperlink property. In that case clicking on that object in a viewer will jump to the hyperlink's LinkTarget.
クラス 
クラスDefines a linear gradient brush.
クラスDefines a link to another document or a location within the same document.
クラスAbstract base class for classes defining a link target.
クラス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.
クラスDefines a link to another document or a location within the same document via page index and area within the page.
クラスRepresents the page settings of a C1Document.
クラスRepresents a document source which loads and renders PDF documents.
クラスDescribes options controlling how a document's content is to be printed.
クラスDefines a radial gradient brush.
クラスRepresents an exception that occurred during RPL import.
クラスDefines a brush of a single color.
クラス 
クラスRepresents a document source to access an SSRS report.
クラスProvides functionality to search text in the document managed by the C1DocumentSource.
クラスDefines the compatibility options for C1PrintDocument. Contains properties specifying compatibility with previous versions of C1PrintDocument.
クラスRepresents general information about a C1Document, such as author, subject, creation date and time, and so on. Can be accessed via the C1Document.DocumentInfo property on a document.
クラスAbstract base class for ArcShape and PieShape classes.
クラスRepresents an ellipse shape in a C1FlexReport.
クラスProvides data for the C1DocumentSource.ExecuteActionCompleted event.
クラスProvides data for the C1DocumentSource.ExportCompleted event.
クラスDefines parameters for a C1TextSearchManager.FindActionCompleted event.
クラスProvides data for the C1DocumentSource.GetLinkTargetPositionCompleted event.
クラスProvides data for the C1DocumentSource.GetPageCompleted event.
クラスDefines the point within gradient.
クラスRepresents an isosceles triangle shape in a C1FlexReport.
クラスRepresents a value with a label. The label can be used in a UI.
クラスRepresents a collection of LabeledValue objects.
クラスRepresents a line in C1Document and C1FlexReport. This class is used to specifiy borders in the Border class, line style used by shapes, and so on.
クラスFor internal use.
クラスRepresents a line shape in a C1FlexReport.
クラスAbstract base class for LineShape and PolygonShape classes.
クラスFor internal use.
クラス 
クラス 
クラスProvides data for the INotifyCollection.CollectionChanged and INotifyCollection.CollectionChanging events.
クラスDescribes a part of the document (pages or objects) that is to be exported or printed. Note: all page numbers are 1-based.
クラスContains event data for events fired when some pages have been loaded and their content became available. Represents a contiguous range of pages defined by the first page's index, and the number of pages in the range.
クラスRepresents an error which occured while validating parameters of a C1DocumentSource.
クラスThe exception that is thrown when the value provided as the current password is incorrect.
クラスRepresetns a pie shape in a C1FlexReport.
クラスProvides data for the INotifyObject.PropertyChanged and INotifyObject.PropertyChanging events.
クラスRepresents a rectangle shape in a C1FlexReport.
クラスRepresents a rectangular triangle shape in a C1FlexReport.
クラスDefines parameters for a C1DocumentSource.SecurityError event.
クラスRepresents an exception caused by invalid credentials used in C1DocumentSource operation.
クラスAbstract base class for shapes rendered by report fields (see Field.ShapeType and Shape).
クラスRepresents the location of an SSRS report specified via execution ID of master report and ID of the drillthrough report.
クラスOpens SSRS report from location specified by the SSRSReportLocationBase.
クラスRepresents the location of an SSRS report specified by a full path to the report on a server.
クラスAbstract base class for types representing the location of an SSRS report.
クラスRepresents the location of an SSRS report specified by a report session ID.
クラスChanges sorting in the currently opened report, see ReportExecutionService.Sort(...) for more detais.
クラスToggles the show/hide item in the currently opened report, see ReportExecutionService.ToggleItem(string) for more details.
クラスAbstract base class for IsoscelesTriangleShape and RightTriangleShape types.
クラスContains common functions.
クラスProvides data for the C1DocumentSource.ValidateParametersCompleted event.
クラスAbstract base class for classes representing various complex visual properties like Line, Border etc.
インターフェース
 インターフェース解説
インターフェースRepresents an asynchronous action that includes progress updates.
インターフェースSupports asynchronous actions and operations.
インターフェースRepresents an asynchronous operation that includes progress updates.
インターフェース 
インターフェースNotifies listeners of dynamic changes, such as when items get added and removed.
インターフェースNotifies clients that a property value about to be changed or already has changed.
構造体
 構造体解説
構造体Defines attributes used to highlight content of document.
構造体Represents a continuous range of text.
構造体Defines the corners' radii of a rounded rectangle.
構造体A utility structure specifying some values related to units of measurement.
デリゲート
 デリゲート解説
デリゲートRepresents a method that handles progress update events of an asynchronous action that provides progress updates.
デリゲートRepresents a method that handles the completed event of an asynchronous action that provides progress updates.
デリゲートRepresents a method that handles progress update events of an asynchronous operation that provides progress updates.
デリゲートRepresents a method that handles the completed event of an asynchronous operation that provides progress updates.
デリゲートRepresents a method that handles the INotifyCollection.PropertyChanged or INotifyCollection.PropertyChanging events.
デリゲートDefines a handler for the event fired when some pages have been loaded and their content is available.
デリゲートRepresents the method that will handle the INotifyObject.PropertyChanged or INotifyObject.PropertyChanging events raised when a property is changed or chaning on an object.
デリゲートRepresents a method that will handle a C1DocumentSource.SecurityError event.
列挙型
 列挙体解説
列挙体Specifies the status of an asynchronous operation.
列挙体Determines the type of barcode.
列挙体Specifies the various barcode sizing modes.
列挙体Specifies how borders are drawn when the object is split between pages.
列挙体Describes the busy state of a C1DocumentSource object.
列挙体Specifies the base position and direction of a text search.
列挙体Represents the degree to which a font has been stretched compared to a font's normal aspect ratio.
列挙体Describes the action that caused a INotifyCollection.CollectionChanging or INotifyCollection.CollectionChanged events.
列挙体Defines the dash style of a line.
列挙体Enumerates the fields stored by the DocumentInfo class.
列挙体Defines how line is drawn within shape.
列挙体 
列挙体Defines the device (printer or screen) used to measure the objects of a C1Document or C1FlexReport.
列挙体Specifies the type of an OutputRange.
列挙体Specifies the way pages are scaled during printing.
列挙体Specifies the type of a value (e.g. in a Parameter.DataType).
列挙体Specifies text search scope.
列挙体Defines shapes supported by the Field.
列挙体Specifies how a text is adjusted to fit in specified bounds.
列挙体Enumerates units of measurement used in a C1Document, used by Unit and related types.
列挙体Specifies whether a text is written horizontally or vertically.
参照

C1.Win.Document.6 アセンブリ