The RenderAreaFragment type exposes the following members.
Methods
Name | Description | ||
---|---|---|---|
AssignFrom |
Assigns (copies) properties from another RenderFragment to the current object.
Clones Children by cloning all its elements.
(Inherited from RenderFragment.) |
||
CalcLength(RefDim) |
This method can be called only by *another* RenderFragment object
during resolving LengthRef object.
(Inherited from RenderFragment.) |
||
CalcLength(RefDim, LengthBase, Boolean, PageAreaBase%, Double%) |
Calculates a value of dimension.
Only LengthRef, LengthAbs, LengthExp can be specified as length.
(Inherited from RenderFragment.) |
||
CalcLengthAbs |
Calculates a value of dimension specified by LengthAbs.
(Inherited from RenderFragment.) |
||
CalcLengthExp |
Calculates a value of dimension specified by the LengthExp object.
(dimension is an expression).
(Inherited from RenderFragment.) |
||
CalcLengthRef |
Calculates a value of dimension specified by the LengthRef object.
(dimension references a dimension of another object).
(Inherited from RenderFragment.) |
||
ChangeResolvedDimensions |
Called when the resolved sizes of the object should be changed,
for example when resolving of table is finished and
height of all objects in a row is set to the same value.
Object may ignore this changing and not change self size.
This method is called only for child objects, so x and y are
relative to the top left corner of the parent.
(Inherited from RenderFragment.) |
||
Clone |
Creates a copy of the current RenderFragment.
(Inherited from RenderFragment.) |
||
CreateSplitParams |
Creates a SplitParams object, used during splitting, child
classes may override this method to create the SplitParams object of custom type
(derived from SplitParams).
(Inherited from RenderFragment.) |
||
Draw(Graphics, Boolean) |
Draws the current fragment and its children on a specified Graphics.
(Inherited from RenderFragment.) |
||
Draw(Graphics, Rectangle, Boolean) |
Draws the current fragment and its children on a specified Graphics.
(Inherited from RenderFragment.) |
||
Draw(Graphics, Rectangle, Boolean, Boolean) |
Draws the current fragment and its children on a specified Graphics.
(Inherited from RenderFragment.) |
||
Draw(Graphics, Rectangle, Rectangle, Boolean, Boolean, Boolean) |
Draws the current fragment on a specified Graphics.
(Inherited from RenderFragment.) |
||
DrawBackground |
Draws background of object.
(Inherited from RenderFragment.) |
||
DrawBorders |
Draws borders of object.
(Inherited from RenderFragment.) |
||
DrawChildren |
For internal use.
(Inherited from RenderFragment.) |
||
DrawContent |
For internal use.
(Inherited from RenderFragment.) |
||
FillRect(Graphics, Rectangle, Style, IScriptContext) |
For internal use.
(Inherited from RenderFragment.) |
||
FillRect(Graphics, Int32, Int32, Int32, Int32, Style, IScriptContext) |
For internal use.
(Inherited from RenderFragment.) |
||
FindHorzSplitPosContent |
Checks can object's content be split on specified position by horizontally.
(Inherited from RenderFragment.) |
||
FindHyperlink |
Searches for a C1Hyperlink object in the current fragment at the specified position.
(Inherited from RenderFragment.) |
||
FindVertSplitPosContent |
Checks can object's content be split on specified position by vertically.
(Inherited from RenderFragment.) |
||
GetAnchorRect |
Calculates the location of a C1Anchor
contained in the Anchors collection of the
render object that produced the current fragment.
(Inherited from RenderFragment.) |
||
GetChildrenDrawBounds |
For internal use.
(Inherited from RenderFragment.) |
||
GetContentAutoHeight |
Override this method to calculate the height of object on basis of its content,
this method is called when height of object specified as auto, for example:
(Inherited from RenderFragment.) Copy CodeC#
|
||
GetContentAutoSize |
Override this method to calculate sizes of object on basis of its content,
this method is called when width and height of object specified as auto.
(Inherited from RenderFragment.) |
||
GetContentAutoWidth |
Override this method to calculate the width of object on basis of its content,
this method is called when width of object specified as auto, for example:
(Inherited from RenderFragment.) Copy CodeC#
|
||
GetDrawingFlags |
Override this method to define the drawing flags.
These flags manage the object's painting.
(Inherited from RenderFragment.) |
||
GetFlag |
For internal use.
(Inherited from RenderFragment.) |
||
GetHorzSplits |
Override this method and return the horizontal splits in the object relative to the left edge of
the content area.
(Inherited from RenderFragment.) |
||
GetHyperlinks |
Adds information about all hyperlinks that appear in the current fragment
to a C1HyperlinkInfoCollection.
(Inherited from RenderFragment.) |
||
GetReferencedObject |
Gets the object referenced by a LengthRef object.
Called only from ResolveLengthRef(RefDim, LengthRef).
(Inherited from RenderFragment.) |
||
GetRoundBorderClipping |
Retures GraphicsPath object representing the rounded object's border,
if border is not rounded returns nil.
(Inherited from RenderFragment.) |
||
GetVertSplits |
Override this method and return the vertical splits in the object relative to the top top edge of
the content area.
(Inherited from RenderFragment.) |
||
HasClippedChildren |
Checks 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 RenderFragment.) |
||
InitializeSplitParams |
For internal use.
(Inherited from RenderFragment.) |
||
InternalDraw(GdiDc, DrawParams) |
Override this procedure if GetDrawingFlags sets the DrawingFlagsEnum.UseGdiDrawing flag.
(Inherited from RenderFragment.) |
||
InternalDraw(Graphics, DrawParams) |
Override this procedure if GetDrawingFlags does not set the DrawingFlagsEnum.UseGdiDrawing flag.
(Inherited from RenderFragment.) |
||
InternalDrawShadow |
For internal use only.
(Inherited from RenderFragment.) |
||
InternalPrepareForReresolving |
Override 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 RenderFragment.) |
||
IsReresolvingNeeded |
Gets a value indicating whether a full re-resolving of the whole render object is needed.
(Inherited from RenderFragment.) |
||
IsShadowVisible |
Returns true if shadow visible for RenderFragment.
(Inherited from RenderFragment.) |
||
ResolveChildrenLayout |
For internal use.
(Inherited from RenderFragment.) |
||
ResolveLength |
For internal use.
(Inherited from RenderFragment.) |
||
ResolveLengthAbs |
Resolves an absolute dimension of object.
(Inherited from RenderFragment.) |
||
ResolveLengthAuto |
Resolves an auto dimension of object.
(Inherited from RenderFragment.) |
||
ResolveLengthExp |
Resolves a expression dimension of object.
(Inherited from RenderFragment.) |
||
ResolveLengthRef |
Resolves a dimension of object specified as reference.
(Inherited from RenderFragment.) |
||
ResolvingFinished |
This 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 RenderFragment.) |
||
SetFlag |
For internal use.
(Inherited from RenderFragment.) |
||
ShouldSerializeBorders |
Indicates whether the Borders()()()() property should be serialized.
(Inherited from RenderFragment.) |
||
ShouldSerializeDrawInner |
Indicates whether the DrawInner()()()() property should be serialized.
(Inherited from RenderFragment.) |
||
ShouldSerializePadding |
Indicates whether the Padding()()()() property should be serialized.
(Inherited from RenderFragment.) |
||
ShouldSerializeSpacing |
Indicates whether the Spacing()()()() property should be serialized.
(Inherited from RenderFragment.) |
||
Split |
Performs splitting of RenderFragment object.
(Inherited from RenderFragment.) |
||
SplitChildren |
For internal use.
(Inherited from RenderFragment.) |
||
SplitHorzContent |
Splits content of object by horizontally, by default this procedure split object as image.
(Inherited from RenderFragment.) |
||
SplitVertContent |
Splits content of object by vertically, by default this procedure split object as image.
(Inherited from RenderFragment.) |