| 名前 | 解説 | |
|---|---|---|
![]() | RenderValueFragment コンストラクタ | Initializes a new instance of the RenderValueFragment class. |
RenderValueFragmentデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | RenderValueFragment コンストラクタ | Initializes a new instance of the RenderValueFragment class. |
| 名前 | 解説 | |
|---|---|---|
![]() | BackgroundOffset | Gets or sets the C1.Interop.Thickness structure defining the drawing offset for background it is used if background is "complex" gradient, image etc. C1.Document.RenderFragmentから継承されます。 |
![]() | Bounds | Gets or sets bounds of the RenderFragment on page or parent. C1.Document.RenderFragmentから継承されます。 |
![]() | ChildFragments | Gets a collection of children RenderFragment objects. C1.Document.RenderFragmentから継承されます。 |
![]() | ContentOffset | Gets or sets the C1.Interop.Thickness structure defining the drawing offset for content. C1.Document.RenderFragmentから継承されます。 |
![]() | Document | Gets the C1Document referenced by the RenderObject of this RenderFragment. C1.Document.RenderFragmentから継承されます。 |
![]() | EdgeFlags | Gets or sets the edge flags. C1.Document.RenderFragmentから継承されます。 |
![]() | FirstCharIndex | Gets or sets the first character index. C1.Document.RenderTextFragmentから継承されます。 |
![]() | HasChildFragments | Gets a value indicating whether this RenderFragment object contains child RenderFragment objects. C1.Document.RenderFragmentから継承されます。 |
![]() | IsBottomEdge | Gets or sets the flags RenderObject of the bottom border edge. C1.Document.RenderFragmentから継承されます。 |
![]() | IsLeftEdge | Gets or sets the flags RenderObject of the left border edge. C1.Document.RenderFragmentから継承されます。 |
![]() | IsRightEdge | Gets or sets the flags RenderObject of the right border edge. C1.Document.RenderFragmentから継承されます。 |
![]() | IsTopEdge | Gets or sets the flags RenderObject of the top border edge. C1.Document.RenderFragmentから継承されます。 |
![]() | JustifyLastLine | Gets or sets a value indicating whether the last line of this RenderTextFragment should be justified if JustifyLastLine is Justify or JustifyChars. C1.Document.RenderTextFragmentから継承されます。 |
![]() | Length | Gets or sets the text length. C1.Document.RenderTextFragmentから継承されます。 |
![]() | NewParagraph | Gets or sets a value indicating whether the first line of this RenderTextFragment is a first line of paragraph and Style.TextIndent should be used. C1.Document.RenderTextFragmentから継承されます。 |
![]() | Page | Get the C1Page object containing this fragment. C1.Document.RenderFragmentから継承されます。 |
![]() | ParentFragment | Gets the parent RenderFragment object. C1.Document.RenderFragmentから継承されます。 |
![]() | RenderObject | Gets the RenderValue producing this fragment. |
![]() | VerticalLines | Gets or sets a value indicating whether the lines of text should go from left to right or from right to left. This property is used only if C1.Win.C1Document.Style.TextAngle" specifies not a right angle (not 0, 90, 180 or 270). Null indicates that direction will be autocalculated on the base of C1.Win.C1Document.Style.TextAngle" and fragment's size. C1.Document.RenderTextFragmentから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | AssignFrom | Assigns all from another RenderFragment object. C1.Document.RenderTextFragmentから継承されます。 |
![]() | BuildTextLayout | For internal use. Initializes the C1.Document.Util.C1TextLayout object representing content of this RenderTextFragment. C1.Document.RenderTextFragmentから継承されます。 |
![]() | CreateSame | オーバーライドされます。 Creates a new instance of the same class as this one. |
![]() | Draw | Draw fragments in specified position, visibilityRectPx defines the visible rectangle, only fragments which intersect with it should be drawn. All positions specified in pixels of graphics. C1.Document.RenderFragmentから継承されます。 |
![]() | FindText | Searches a text within fragment and enumerates all found text blocks. C1.Document.RenderTextFragmentから継承されます。 |
![]() | GetBorders | Gets the RenderObject thickness of a frame around a rectangle. C1.Document.RenderFragmentから継承されます。 |
![]() | GetBoundsWithoutSpacing | オーバーロードされます。 Gets the bounds without spacing. C1.Document.RenderFragmentから継承されます。 |
![]() | GetContentBounds | オーバーロードされます。 Gets the RenderObject content bounds. C1.Document.RenderFragmentから継承されます。 |
![]() | GetNearestTextPosition | Returns C1DocumentTextPosition defining text position within a fragment which is nearest to the specified point. C1.Document.RenderTextFragmentから継承されます。 |
![]() | GetPadding | Gets the RenderObject padding (white space added between the style owner's content and borders). C1.Document.RenderFragmentから継承されます。 |
![]() | GetPageBounds | Gets the page bounds. C1.Document.RenderFragmentから継承されます。 |
![]() | GetRenderObjectFragments | Adds RenderObject fragments to list. C1.Document.RenderFragmentから継承されます。 |
![]() | GetSpacing | Gets the RenderObject spacing between the the current style's owner and the surrounding objects. C1.Document.RenderFragmentから継承されます。 |
![]() | GetText | オーバーライドされます。 Gets the text of this RenderTextFragment fragment. |
![]() | GetTopLeftChildrenOffset | Gets the RenderObject top-left children offset. C1.Document.RenderFragmentから継承されます。 |
![]() | GetTopLeftChildrenOffsetRelativeToPage | Returns offset of the fragment's client area relative to the page's top-left corner. C1.Document.RenderFragmentから継承されます。 |
![]() | HasText | オーバーライドされます。 Gets a value indicating whether this fragment has text to display, using this method more effective than string.IsNullOrEmpty(GetText()). |
![]() | ToString | C1.Document.RenderTextFragmentから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | DrawBorders | Draws borders of the object. C1.Document.RenderFragmentから継承されます。 |
![]() | DrawContent | Draws content of the object. C1.Document.RenderTextFragmentから継承されます。 |
![]() | GetFlag | Determines if the flags match the mask. C1.Document.RenderFragmentから継承されます。 |
![]() | InternalBuildTextLayout | オーバーライドされます。 Initializes the properties of the C1.Document.Util.C1TextLayout object. |
![]() | SetFlag | Sets the flags by mask. C1.Document.RenderFragmentから継承されます。 |
![]() | ToPagePosition | Converts point specified relative to top-left corner of the parent fragment to page coordinates. C1.Document.RenderFragmentから継承されます。 |