| クラス | 解説 | |
|---|---|---|
![]() | ArcShape | Represents an arc shape in a C1FlexReport. |
![]() | BarcodeExRenderer | Provides functionality to render and measure barcodes based on XBarcode. |
![]() | BarcodeOptions | Definies additional barcode options. |
![]() | BarcodeSizeOptions | Specifies the options affecting the size of a barcode, such as the width of narrow bars, narrow to wide bars' ratio etc. |
![]() | Border | Represents a border of object. |
![]() | C1BookmarkPosition | Represents a position of a bookmark within a document. |
![]() | C1Brush | Abstract base class for brushes used in C1Document and C1FlexReport. |
![]() | C1Document | Represents a ComponentOne Document. |
![]() | C1DocumentAction | Represents an action which can be executed by the C1DocumentSource and change its content, see C1DocumentSource.ExecuteAction. |
![]() | C1DocumentAction.PropsTable<T> | |
![]() | C1DocumentRange | Base class defines the range of document. |
![]() | C1DocumentSource | 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. |
![]() | C1DocumentSourceContext | 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(...). |
![]() | C1DocumentSourceException | Represents an exception that occurred in a C1DocumentSource. |
![]() | C1DocumentSourceFeatures | 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. |
![]() | C1DocumentTextPosition | Base class describes the text position within C1Document. |
![]() | C1FindTextParams | Represents find text parameters. |
![]() | C1FoundPosition | Represents a position in a document where a text was found. |
![]() | C1FragmentHighlight | Defines highlighting in the block of text. |
![]() | C1GradientBrush | Abstract base class for various gradient brushes. |
![]() | C1Hyperlink | 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. |
![]() | C1HyperlinkAttrs | Represents the visual attributes of a text hyperlink in a certain state. |
![]() | C1KeyedList<TKey,TItem> | Represents the pages of document. |
![]() | C1LinearBrush | Defines a linear gradient brush. |
![]() | C1LinkTarget | Defines a link to another document or a location within the same document. |
![]() | C1LinkTargetBase | Abstract base class for classes defining a link target. |
![]() | C1LinkTargetFile | 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. |
![]() | C1LinkTargetPage | Defines a link to another document or a location within the same document via page index and area within the page. |
![]() | C1Page | Represents a single page of the C1Document. |
![]() | C1PageSettings | Represents the page settings of a C1Document. |
![]() | C1PdfDocumentSource | Represents a document source which loads and renders PDF documents. |
![]() | C1Position | Defines position of the RenderObject in absolute units. |
![]() | C1PositionBase | Base class for all classes defining position of the RenderObject within RenderContainer. |
![]() | C1PrintOptions | Describes options controlling how a document's content is to be printed. |
![]() | C1RadialBrush | Defines a radial gradient brush. |
![]() | C1RplImportException | Represents an exception that occurred during RPL import. |
![]() | C1SolidBrush | Defines a brush of a single color. |
![]() | C1SortedList<TKey,TValue> | The sorted list class. |
![]() | C1SSRSDocumentSource | Represents a document source to access an SSRS report. |
![]() | C1TextBlockRange | Defines the range of text within text block, represented as list of C1TextRange structures. |
![]() | C1TextSearchManager | Provides functionality to search text in the document managed by the C1DocumentSource. |
![]() | CompatibilityOptions | Defines the compatibility options for C1PrintDocument. Contains properties specifying compatibility with previous versions of C1PrintDocument. |
![]() | Dictionary | Represents a dictionary within a C1Document. 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). |
![]() | DictionaryImage | Represents an image stored in a Dictionary. |
![]() | DictionaryImageLink | Specializes the DictionaryItemLink<T> class to represent a link to an image. |
![]() | DictionaryItem | The base class for types of objects that can be inserted in a C1Document's Dictionary. Derived classes include DictionaryImage. |
![]() | DictionaryItemLink<T> | The base class describing a link (reference) to a DictionaryItem. Provides the base functionality, derived classes such as DictionaryImageLink represent links to specific type of dictionary items. |
![]() | DocumentBody | Represents content of C1Document. |
![]() | DocumentInfo | 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. |
![]() | DocumentObject | Base class representing content in C1Document. |
![]() | DocumentObjectCollection<TItem> | Represents the collection of DocumentObject objects. |
![]() | EllipsePartShape | Abstract base class for ArcShape and PieShape classes. |
![]() | EllipseShape | Represents an ellipse shape in C1FlexReport. |
![]() | ExecuteActionCompletedEventArgs | Provides data for the C1DocumentSource.ExecuteActionCompleted event. |
![]() | ExportCompletedEventArgs | Provides data for the C1DocumentSource.ExportCompleted event. |
![]() | FC | For internal use. Implements the static methods for comparing the float and double numbers with specified precision. |
![]() | FindActionCompletedEventArgs | Defines parameters for a C1TextSearchManager.FindActionCompleted event. |
![]() | GetLinkTargetPositionCompletedEventArgs | Provides data for the C1DocumentSource.GetLinkTargetPositionCompleted event. |
![]() | GetPageCompletedEventArgs | Provides data for the C1DocumentSource.GetPageCompleted event. |
![]() | GradientStop | Defines the point within gradient. |
![]() | GradientStopCollection | Represents collection of the GradientStop objects. |
![]() | HitTestInfo | Contains information about a specific point within C1Page. |
![]() | IExecutionContextExt | |
![]() | ImageAlign | Represents the alignment of an image within its container. |
![]() | IsoscelesTriangleShape | Represents an isosceles triangle shape in C1FlexReport. |
![]() | LabeledValue | Represents a value with a label. The label can be used in a UI. |
![]() | LabeledValues | Represents a collection of LabeledValue objects. |
![]() | Line | 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. |
![]() | Line.PropsTable | For internal use. |
![]() | LineShape | Represents a line shape in a C1FlexReport. |
![]() | LineShapeBase | Abstract base class for LineShape class. |
![]() | LogEntry | The log entry description. |
![]() | LogEntryList | The list of the log entry elements. |
![]() | LongOperationEventArgs | Describes arguments for the event fired periodically by a potentially long operation. Allows to provide feedback to the user and may also allow to cancel the operation. |
![]() | NamedCollection<TItem> | Represents an OwnedCollection<TItem> of uniquely-named elements. |
![]() | NamedObject | Represents a named object. |
![]() | NonSortingPropertyDescriptorCollection | For internal use. Provides a non-sorting PropertyDescriptorCollection. This is useful for expandable types where you want the nested properties to follow in a certain non-alphabetical order. |
![]() | NotifyCollection<TItem> | Represents a collection with notifications. |
![]() | NotifyCollectionEventArgs | Provides data for the INotifyCollection.CollectionChanged and INotifyCollection.CollectionChanging events. |
![]() | OutlineNode | Represents an outline node within a C1Document. |
![]() | OutlineNodeCollection | Represents collection of the OutlineNode objects. |
![]() | OutputRange | Describes a part of the document (pages or objects) that is to be exported or printed. Note: all page numbers are 1-based. |
![]() | OutputRange.Enumerator | 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. |
![]() | OwnedCollection<TItem> | Base class for collection containing items supporting IOwnedObject interface. Collection updates Owner property of items. |
![]() | OwnedCollectionBase<TItem> | Base collection implementing IOwnedObject interface. |
![]() | OwnedObject | Abstract base class representing an object with an owner. |
![]() | PageColumn | Represents the properties of a page column. |
![]() | PageColumnCollection | Collection of PageColumn objects. |
![]() | PageLayout | Represents the page layout of a C1Document. |
![]() | PageLayouts | Represents the standard page layouts used in a RenderSection (such as the default page layout, page layout used for first and last pages, and so on). |
![]() | PageNumberingInfo | Represents the page numbering properties and methods. |
![]() | PagesLoadedEventArgs | 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. |
![]() | Parameter | Represents a user-defined parameter. |
![]() | ParameterCollection | Represents a collection of Parameter objects. |
![]() | ParameterValidationError | Represents an error which occurred while validating parameters of a C1DocumentSource. |
![]() | PdfPasswordException | The exception that is thrown when the value provided as the current password is incorrect. |
![]() | PieShape | Represents a pie shape in a C1FlexReport. |
![]() | PolygonShape | Represents a polygon shape in C1FlexReport. |
![]() | PropertyNotifyEventArgs | Provides data for the INotifyObject.PropertyChanged and INotifyObject.PropertyChanging events. |
![]() | PropsHashTable<T> | For internal use only. Represents a hashtable of properties and their values. |
![]() | RectangleShape | Represents a rectangle shape in C1FlexReport. |
![]() | RenderArea | Represents the base class for all simple containers like RenderArea. |
![]() | RenderAreaFragment | RenderAreaFragment container class. |
![]() | RenderBarCode | Represents an barcode in a C1Document. |
![]() | RenderBarCodeFragment | RenderBarCodeFragment container class. |
![]() | RenderContainer | The abstract base class for all render objects containing child render objects. |
![]() | RenderContainerFragment | Base class for all container fragments. |
![]() | RenderFlexChart | Represents a chart in C1Document based on FlexChart. |
![]() | RenderFlexChartFragment | The RenderFlexChartFragment fragment class. |
![]() | RenderFragment | Represents fragment of the RenderObject on the page. |
![]() | RenderFragmentCollection | Represents collection of the RenderFragment objects. |
![]() | RenderImage | Represents an image in a C1Document. |
![]() | RenderImageFragment | The RenderImageFragment fragment class. |
![]() | RenderObject | The abstract base class for all render objects representing content of a C1Document. |
![]() | RenderObjectCollection | Represents the collection of RenderObject objects. |
![]() | RenderParagraph | Represents a paragraph in a C1Document. |
![]() | RenderParagraphFragment | The RenderParagraphFragment class |
![]() | RenderParagraphInlineContainer | Represents an inline container for RenderObject. |
![]() | RenderParagraphObject | The abstract base class for inline text and images, rendered using a single style, in the RenderParagraph.Content of a RenderParagraph object. |
![]() | RenderParagraphObjectCollection | Represents a collection of RenderParagraphObject objects, RenderParagraphObjectCollection represents a content of the RenderParagraph. |
![]() | RenderParagraphText | Represents a run of text, rendered using a single style, in the RenderParagraph.Content of a RenderParagraph. |
![]() | RenderParagraphValue | Represents a run of formatted text, rendered using a single style, in the RenderParagraph.Content of a RenderParagraph. |
![]() | RenderPdf | Represents a PDF content in a C1Document. |
![]() | RenderPdfFragment | The RenderPdfFragment class. |
![]() | RenderRtf | Represents a RTF in a C1Document. |
![]() | RenderSection | Represents a part of a document with particular page layout. |
![]() | RenderSectionCollection | Represents a collection of RenderSection objects. |
![]() | RenderSectionFragment | The RenderSectionFragment class. |
![]() | RenderShape | Represents a shape in a C1Document. |
![]() | RenderShapeFragment | The RenderShapeFragment class. |
![]() | RenderTextBase | Represents a text in a C1Document. |
![]() | RenderTextFragment | The RenderTextFragment class. |
![]() | RenderValue | Represents a value in a C1Document, value converted to text with using Format property. |
![]() | RenderValueFragment | The RenderValueFragment class. |
![]() | RightTriangleShape | Represents a rectangular triangle shape in C1FlexReport. |
![]() | SecurityErrorEventArgs | Defines parameters for a C1DocumentSource.SecurityError event. |
![]() | SecurityException | Represents an exception caused by invalid credentials used in C1DocumentSource operation. |
![]() | Shadow | The Shadow class. |
![]() | ShapeBase | Abstract base class for shapes rendered by report fields. See ShapeType. |
![]() | SpecialInfo | The class used in exporters. |
![]() | SSRSDrillthroughReportLocation | Represents the location of an SSRS report specified via execution ID of master report and ID of the drillthrough report. |
![]() | SSRSOpenReportAction | Opens SSRS report from location specified by the SSRSReportLocationBase. |
![]() | SSRSReportLocation | Represents the location of an SSRS report specified by a full path to the report on a server. |
![]() | SSRSReportLocationBase | Abstract base class for types representing the location of an SSRS report. |
![]() | SSRSSessionReportLocation | Represents the location of an SSRS report specified by a report session ID. |
![]() | SSRSSortAction | Changes sorting in the currently opened report, see ReportExecutionService.Sort(...) for more detais. |
![]() | SSRSToggleItemAction | Toggles the show/hide item in the currently opened report, see ReportExecutionService.ToggleItem(string) for more details. |
![]() | Strings | The Strings class contains static properties used for run-time UI localization. |
![]() | Style | Represents the style of an object. |
![]() | StyleCollection | Represents a collection of Style objects. This is the type of the Style.Children collection on a Style. |
![]() | TriangleShapeBase | Abstract base class for IsoscelesTriangleShape and RightTriangleShape types. |
![]() | Utils | Contains common functions. |
![]() | Utils.Conversions | |
![]() | ValidateParametersCompletedEventArgs | Provides data for the C1DocumentSource.ValidateParametersCompleted event. |
![]() | VisualPrimitive | Abstract base class for classes representing various complex visual properties like Line, Border etc. |
![]() | VisualPrimitive.PropsTable<T> | For internal use. |




