PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderVerticalParagraphFragment Class
Properties Methods


In This Topic
    RenderVerticalParagraphFragment Class Members
    In This Topic

    The following tables list the members exposed by RenderVerticalParagraphFragment.

    Public Properties
     NameDescription
    Public PropertyGets or sets the current fragment's bounds within its parent. For top level fragments, bounds within Page are returned. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets the bounds of the current fragment on the page. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets a RenderFragmentCollection containing the child fragments of the current fragment. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets the value indicating whether the parent object is clipped. (Returns the value of C1PrintDocument.ClipPage for top-level fragments, Clip of the parent fragment's render object for nested ones.) (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets the 0-based index of the column on the page containing the current fragment. For the default single-column page layout, the value of this property is 0. If the current fragment belongs to a page header or footer, this value is -1 (see IsInPageHeader and IsInPageFooter). (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyFor internal use. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets the C1PrintDocument object containing the current fragment. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyFor internal use. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets a value indicating whether the Children collection of the current fragment has been initialized and contains one or more elements. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets the 0-based index of the current fragment in the Children collection of its Parent. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets the 0-based index of the current fragment in the Fragments collection of the RenderObject that produced it. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets the inner bounds of the current fragment (without spacing, borders and padding) within its parent. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets the inner bounds of the current fragment (without spacing, borders and padding) on the page. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets a value indicating whether the current fragment belongs to the page footer. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets a value indicating whether the current fragment belongs to the page header. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets the nesting level of the current fragment in the fragments' tree. The topmost fragment (that has no parent) has level 1. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets the page containing the current fragment. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets the 0-based index of C1Page containing the current fragment. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets RenderFragment that is the parent of the current fragment. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets the RenderVerticalParagraph that produced the current fragment.  
    Public PropertyGets the 0-based index of the column in the most nested RenderTableFragment containing the current render object (i.e. the column index on the current page), or -1 if the current object is not contained in a table. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets the most nested RenderTableFragment containing the current fragment, or null if the current object is not contained in a table. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets the 0-based index of the row in the most nested RenderTableFragment containing the current render object (i.e. the row index on the current page), or -1 if the current object is not contained in a table. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets the top level RenderFragment containing the current fragment. (Inherited from C1.C1Preview.RenderFragment)
    Public PropertyGets a value indicating whether the current fragment is visible. (Inherited from C1.C1Preview.RenderFragment)
    Top
    Protected Properties
     NameDescription
    Protected PropertyFor internal use. (Inherited from C1.C1Preview.RenderFragment)
    Protected PropertyFor internal use. (Inherited from C1.C1Preview.RenderFragment)
    Top
    Public Methods
     NameDescription
    Public MethodAssigns (copies) properties from another RenderFragment to the current object. (Inherited from C1.C1Preview.RenderTextFragmentBase)
    Public MethodCreates a copy of the current RenderFragment. (Inherited from C1.C1Preview.RenderFragment)
    Public MethodOverloaded. Draws the current fragment on a specified System.Drawing.Graphics. (Inherited from C1.C1Preview.RenderFragment)
    Public MethodSearches for a C1Hyperlink object in the current fragment at the specified position. (Inherited from C1.C1Preview.RenderParagraphFragment)
    Public MethodGets a rectangle corresponding to a C1Anchor in the current fragment. (Inherited from C1.C1Preview.RenderTextFragmentBase)
    Public MethodGets an array of four points defining the (possibly rotated) geometric area of the character with the specified index. (Inherited from C1.C1Preview.RenderTextFragmentBase)
    Public MethodGets an array of bounding rectangles for a range of characters (in the returned array, each line in the specified range is represented by a separate RectangleD structure). (Inherited from C1.C1Preview.RenderTextFragmentBase)
    Public MethodGets a bounding System.Drawing.Region for a range of characters. The region is relative to the top left corner of the fragment's inner area. (Inherited from C1.C1Preview.RenderTextFragmentBase)
    Public MethodGets the geometric area of the character with the specified index. (Inherited from C1.C1Preview.RenderTextFragmentBase)
    Public MethodAdds information about all hyperlinks that appear in the current fragment to a C1HyperlinkInfoCollection. (Inherited from C1.C1Preview.RenderParagraphFragment)
    Public MethodChecks whether any of the child fragments of the current fragment are clipped by its bounds. Depending on the recursive parameter, may also recursively test all child fragments. (Inherited from C1.C1Preview.RenderFragment)
    Public MethodReturns true if shadow visible for RenderFragment. (Inherited from C1.C1Preview.RenderFragment)
    Public MethodThis method is called by the rendering engine after the current RenderFragment has been completely resolved. Typically this method would be used to clear temporary data created and used during resolving. (Inherited from C1.C1Preview.RenderFragment)
    Top
    Protected Methods
     NameDescription
    Protected MethodCalculates a value of dimension specified by LengthAbs. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodCalculates a value of dimension specified by the LengthExp object. (dimension is an expression). (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodCalculates a value of dimension specified by the LengthRef object. (dimension references a dimension of another object). (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodCreates new empty RenderParagraphFragment object linked with same RenderObject as current object. (Inherited from C1.C1Preview.RenderParagraphFragment)
    Protected MethodDraws background of object. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodDraws borders of object. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodFor internal use. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodFor internal use. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodOverloaded. For internal use. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodFor internal use. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodFor internal use. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodOverride this method and return the horizontal splits in the object relative to the left edge of the content area. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodGets the object referenced by a LengthRef object. Called only from ResolveLengthRef. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodRetures GraphicsPath object representing the rounded object's border, if border is not rounded returns nil. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodOverride this method and return the vertical splits in the object relative to the top top edge of the content area. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodFor internal use. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodFor internal use only. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodOverride this method to perform additional initializations of resolved info of object on reresolving. Some dimensions of object do not change when it splits, so you can use this method to copy some information from old resolved info to new resolved info. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodResolves an absolute dimension of object. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodResolves an auto dimension of object. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodResolves a expression dimension of object. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodResolves a dimension of object specified as reference. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodFor internal use. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodIndicates whether the Borders property should be serialized. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodIndicates whether the DrawInner property should be serialized. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodIndicates whether the Padding property should be serialized. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodIndicates whether the Spacing property should be serialized. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodPerforms splitting of RenderFragment object. (Inherited from C1.C1Preview.RenderFragment)
    Protected MethodFor internal use. (Inherited from C1.C1Preview.RenderFragment)
    Top
    See Also