PrintDocument for WinForms
RenderIndex クラス プロパティ


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : RenderIndex クラス

このクラスのメンバの一覧は、RenderIndexメンバを参照してください。

パブリック プロパティ
 名前解説
Public プロパティGets the collection of anchors (elements of the type C1Anchor) associated with the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets a value indicating how borders are drawn if the object is too wide and is split between horizontal pages. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets a value indicating how borders are drawn if the object is too high and is split between pages. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the type of break (none, line, column, or page) to insert after the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the type of break (none, line, column, or page) to insert before the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティIndicates whether the object can be split horizontally if it falls on a page break. C1.C1Preview.RenderObjectから継承されます。
Public プロパティIndicates whether the object can be split vertically if it falls on a page break. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the collection of child render objects. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the value indicating whether the object should be clipped. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the RenderObjectCollection containing the current object, or null if the current object has no IOwnedCollectionItem.Owner or the owner is not a RenderObjectCollection. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the collection of RenderObject objects generated by data binding. The value of this property is null if the object is not data bound. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets an instance of C1.C1Preview.DataBinding.C1DataBinding class representing the data binding properties of the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets a value indicating whether the current object is data bound. Returns true if the object's DataBinding property has been initialized and its C1.C1Preview.DataBinding.C1DataBinding.Mode is not DataBindingModeEnum.None. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets a combination of DataBindingModeEnum flags specifying the data binding mode of the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the C1PrintDocument object containing the current RenderObject. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the collection of entries (elements of type IndexEntry) at the top level of the current index.  
Public プロパティGets or sets the hanging indent of the first line of an entry's paragraph relative to the following lines (used if the list of occurrences and cross-references for the entry is too long to fit on a single line).

The default is 1/8 of an inch.

 
Public プロパティGets or sets the indent of sub-entries relative to the main index entry.

The default is 1/4 of an inch.

 
Public プロパティDetermines how a single entry can split vertically. This property applies to entries at all levels.

The default is SplitBehaviorEnum.SplitIfLarge.

 
Public プロパティGets the style of index entries at the top level. This is a shortcut to the first (with index 0) element of the RenderIndex.EntryStyles collection.  
Public プロパティGets the IndexEntryStyles collection containing the styles used to render entries of the current RenderIndex at different levels.  
Public プロパティGets or sets a character used to fill the empty space between an index entry's Caption and the page number or numbers referencing the occurrences of that entry. This property is only used if RenderIndex.PageNumbersAtRight on the current RenderIndex has been set to true.

The default is a dot ('.').

 
Public プロパティTBD: Gets or sets a value indicating whether progress events should be generated during resolving of this render object. This property is false by default, you can set this property to true if object is large and its resolving take a long of time, to suppress hangup time during document rendering. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the first fragment of the current object, or null if RenderObject.Fragments has not been initialized yet. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets a script that is executed each time a new instance of the current RenderObject is created due to data binding resolving. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the script that is executed each time a RenderFragment of the current render object is created and added to the RenderObject.Fragments collection on the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets a RenderFragmentCollection containing the fragments produced by the current object in the generated document. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets a value indicating whether the current object has any anchors associated with it (i.e. whether the RenderObject.Anchors collection exists and is not empty). C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets a value indicating whether the current object has children (i.e. its RenderObject.Children collection contains at least one element). C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets a value indicating whether the RenderIndex.Entries collection has been created and contains one or more elements.  
Public プロパティGets a value indicating whether the current object's RenderObject.Fragments collection has been initialized and contains one or more fragments. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets a RenderObject that will be repeated on all "horizontal" pages if the current render area is split horizontally when it is too wide to fit on a single page. C1.C1Preview.RenderAreaから継承されます。
Public プロパティGets or sets a RenderObject that is repeated on all pages (or columns) if the current render area is split vertically when it is too high to fit on a single page. C1.C1Preview.RenderAreaから継承されます。
Public プロパティGets the Style used for letter headings generated by the current index. (A heading is a letter preceding the group of entries beginning with that letter.)  
Public プロパティGets or sets the height of the current object.

May be specified as auto (Unit.Auto), a percentage of the parent's height (e.g. "50%"), an absolute value (using C1PrintDocument.DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "150%prev.height+1in").

C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the hyperlink (see C1Hyperlink) associated with the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the index of the current object within the IOwnedCollectionItem.Owner, or -1 if there is no owner. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets a render object which should be printed on the same page as the current object. The specified object must have the same RenderObject.Parent as the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the last fragment of the current object, or null if RenderObject.Fragments has not been initialized yet. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the LayoutChangeBase object defining the change of page layout that will occur after the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the LayoutChangeBase object defining the change of page layout that will occur before the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets a string used to format the letter group headings.

The default is "{0}".

 
Public プロパティGets or sets a SplitBehaviorEnum that determines how a letter group (entries starting with the same letter) can split vertically. The default is SplitBehaviorEnum.SplitIfNeeded. Note that headings (represented by their letters by default) are always printed together with their first entry  
Public プロパティGets or sets the name of the current object. The name can be an empty string. If it is not empty, the name must be unique among the current object's siblings (i.e. objects with the same IOwnedCollectionItem.Owner). C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the script that is executed when the current object has been completely resolved, all its fragments created and added to the RenderObject.Fragments collection of the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティ C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets a string used to delimit the occurrences (page numbers) of an index entry in the generated index.

The default is ", " (comma followed by space).

 
Public プロパティGets the original RenderObject object that produced the current object during data binding, or null if there is no such object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the PageNumberingChange object defining the page numbering change that will occur when the current object is rendered. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets a value indicating whether page numbers in the generated index should be right-aligned.

The default is false.

 
Public プロパティGets or sets a format string used to format the page ranges of occurrences of index entries in the generated index.

The default is "{0}-{1}".

 
Public プロパティGets the parent RenderObject containing the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets a value indicating whether that sub-entries should appear inline with the main heading rather than on separate indented lines.

The default is false.

 
Public プロパティGets or sets a string used to delimit entries when a run-in (see RenderIndex.RunIn) index is generated by the current RenderIndex.

The default is ";" (semicolon).

 
Public プロパティGets or sets a format string used to format the "See also" cross-references in the generated index.

The default is "(see {0})".

 
Public プロパティGets the Style of the "See (...)" text used to list cross-references between entries of the current RenderIndex.

Note that this style is only applied to the static text of the RenderIndex.SeeAlsoFormat format string, but not to the entries' list output by that format.

 
Public プロパティGets or sets the value determining how the object is treated when it is too wide to fit in the horizontal space available on the current page. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the value determining how the object is treated when it is too high to fit in the vertical space available on the current page. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the stacking rules used to arrange the children of the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the RenderObject.Style of the current object. This property cannot be assigned to. To use another style as the base for the current object's style, set the Style.Parent to that other style. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the most nested RenderTable containing the current render object, or null if the current object is not contained in a table. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the RenderObject.TableCell object containing the current object, or null if the current object is not contained in a cell of a RenderTable. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the 0-based index of the column in the most nested RenderTable containing the current render object, or -1 if the current object is not contained in a table. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets the 0-based index of the row in the most nested RenderTable containing the current render object, or -1 if the current object is not contained in a table. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets a string used to delimit an index entry and the list of that entry's occurrences (page numbers) in the generated index.

The default is ", " (comma followed by space).

 
Public プロパティGets or sets arbitrary data associated with the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets a value indicating the visibility of the current object. C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the width of the current object.

May be specified as auto (Unit.Auto), a percentage of the parent's width (e.g. "50%"), an absolute value (using C1PrintDocument.DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "Max(prev.width,6cm)").

C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the X coordinate of the current object.

May be specified as auto (Unit.Auto), an absolute value (using C1PrintDocument.DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "prev.right+2mm").

C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the Y coordinate of the current object.

May be specified as auto (Unit.Auto), an absolute value (using C1PrintDocument.DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "prev.height/2-self.height/2").

C1.C1Preview.RenderObjectから継承されます。
Public プロパティGets or sets the Z-order of the current object. Objects with smaller Z-order values are drawn under objects with larger Z-order values. By default, this property is zero. C1.C1Preview.RenderObjectから継承されます。
トップ
プロテクト プロパティ
 名前解説
Protected プロパティGets the hashtable containing the calculated values. C1.C1Preview.RenderObjectから継承されます。
Protected プロパティGets a value indicating whether the RenderObject.CalculatedValues hashtable exists and is not empty. C1.C1Preview.RenderObjectから継承されます。
Protected プロパティFor internal use. C1.C1Preview.RenderObjectから継承されます。
トップ
参照

RenderIndex クラス
C1.C1Preview 名前空間
IndexEntry クラス
IndexEntryOccurrence クラス
IndexEntryCollection クラス
IndexEntryStyles クラス
C1LinkTarget クラス