StiTableCellRichText Methods |
The StiTableCellRichText type exposes the following members.
Name | Description | |
---|---|---|
AddSize |
Increases the amount of pages on width and on height.
Herewith on width or height of the page change all sizes a parent component.
(Inherited from StiComponent.) | |
AllowPrintOn | (Inherited from StiComponent.) | |
Break |
Divides content of components in two parts. Returns result of dividing. If true, then component is successful divided.
(Inherited from StiRichText.) | |
CanContainIn |
Specifies that this component may be located in the specified component.
(Inherited from StiComponent.) | |
CheckDuplicates | (Inherited from StiSimpleText.) | |
ClearAllStates |
Clears all earlier saved object states.
(Inherited from StiComponent.) | |
ClearContents |
Clears a text of all selected components.
(Inherited from StiComponent.) | |
Clone |
Creates a new object that is a copy of the current instance.
(Inherited from StiComponent.) | |
Clone(Boolean) | (Overrides StiRichTextClone(Boolean).) | |
ComponentToPage(Double) |
Converts a value from the parent-container coordinates into coordinates of a page.
The method calls the ContainerToPage method of the parent component.
(Inherited from StiComponent.) | |
ComponentToPage(PointD) |
Converts a point from the parent-container coordinates into coordinates of a page.
The method calls the ContainerToPage method of the parent component.
(Inherited from StiComponent.) | |
ComponentToPage(RectangleD) |
Converts a rectangle from the parent-container coordinates into coordinates of a page.
The method calls the ContainerToPage method of the parent component.
(Inherited from StiComponent.) | |
ContainsGuid | ||
Convert |
Converts a component out of one unit into another.
(Inherited from StiComponent.) | |
ConvertTextMargins | (Inherited from StiRichText.) | |
CreateNew | (Overrides StiRichTextCreateNew.) | |
DoBookmark |
Invokes the GetBookmark event.
(Inherited from StiComponent.) | |
DockToContainer |
Docks the component and all of its subordinate components.
(Inherited from StiComponent.) | |
DockToContainer(RectangleD) |
Docks a rectangle, relatively to the component, into the rectangle.
(Inherited from StiComponent.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetActualSize | (Inherited from StiRichText.) | |
GetContainer |
Returns the topmost Container(StiPanel or StiPage) in which the component is located.
Returns null, if nothing is located.
(Inherited from StiComponent.) | |
GetDataBand |
Returns the DataBand in which the component is located.
Returns null, if nothing is located.
(Inherited from StiComponent.) | |
GetDisplayRectangle |
Returns a rectangle of the component showing.
(Inherited from StiComponent.) | |
GetDockRegion(StiComponent) |
Retuns an empty rectangle to which docking is possible.
(Inherited from StiComponent.) | |
GetDockRegion(StiComponent, Boolean) |
Retuns an empty rectangle to which docking is possible.
(Inherited from StiComponent.) | |
GetEvents |
Return events collection of this component.
(Inherited from StiSimpleText.) | |
GetEvents(IStiPropertyGrid) | (Overrides StiRichTextGetEvents(IStiPropertyGrid).) | |
GetGroupHeaderBand |
Returns the GroupHeaderBand in which the component is located.
Returns null, if nothing is located.
(Inherited from StiComponent.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetImage(Single) | (Inherited from StiRichText.) | |
GetImage(Single, StiExportFormat) | (Inherited from StiRichText.) | |
GetJoinComponentByGuid | ||
GetJoinComponentByIndex | ||
GetLevel |
Returns the level of the object nesting.
Level 1 - page, 2 - page and etc.
(Inherited from StiComponent.) | |
GetMeasureGraphics | (Inherited from StiComponent.) | |
GetPaintRectangle |
Makes all necessary coversions for showing an object and returns its coordinates.
(Inherited from StiComponent.) | |
GetPaintRectangle(Boolean, Boolean) |
Makes all necessary conversions for the object output and returns its coordinates.
(Inherited from StiComponent.) | |
GetPaintRectangle(Boolean, Boolean, Boolean) |
Makes all necessary conversions for the object output and returns its coordinates.
(Inherited from StiComponent.) | |
GetProperties | (Overrides StiRichTextGetProperties(IStiPropertyGrid, StiLevel).) | |
GetQuickInfo | (Inherited from StiSimpleText.) | |
GetRealHeight | ||
GetRealHeightAfterInsertRows | ||
GetRealLeft | ||
GetRealTop | ||
GetRealWidth | ||
GetReport | (Inherited from StiComponent.) | |
GetRtfFromDataColumn |
Returns the rtf from specified data column.
(Inherited from StiRichText.) | |
GetRtfFromFile |
Returns the rtf from specified path.
(Inherited from StiRichText.) | |
GetRtfFromSource |
Returns the rtf being get as a result of rendering.
(Inherited from StiRichText.) | |
GetRtfFromUrl |
Returns the rtf from specified url.
(Inherited from StiRichText.) | |
GetTextInternal |
Internal use only.
(Inherited from StiRichText.) | |
GetTextWithoutZero | (Inherited from StiSimpleText.) | |
GetThumbnail(Int32, Boolean) |
Gets a thumbnail image of the component.
(Inherited from StiComponent.) | |
GetThumbnail(Int32, Int32) |
Gets a thumbnail image of the component.
(Inherited from StiComponent.) | |
GetThumbnail(Int32, Int32, Boolean) |
Gets a thumbnail image of the component.
(Inherited from StiComponent.) | |
GetThumbnailAsBytes |
Gets a thumbnail image in the byte aray of the component.
(Inherited from StiComponent.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InternalRender | (Inherited from StiComponent.) | |
InternalRender(StiComponent, StiContainer) |
Renders a component in the specified container without generation of the 'BeforePrintEvent' event and the 'AfterPrintEvent' event and
without checking Conditions. The rendered component will return in 'renderedComponent' argument.
(Inherited from StiComponent.) | |
Invert |
Invert selection of component.
(Inherited from StiComponent.) | |
InvokeAfterPrint |
Raises the AfterPrint event.
(Inherited from StiComponent.) | |
InvokeBeforePrint |
Raises the BeforePrint event.
(Inherited from StiComponent.) | |
InvokeClick |
Raises the Click event for this report.
(Inherited from StiComponent.) | |
InvokeDoubleClick |
Raises the DoubleClick event for this report.
(Inherited from StiComponent.) | |
InvokeEvents |
Invokes all events for this components.
(Inherited from StiComponent.) | |
InvokeGetBookmark |
Raises the GetBookmark event.
(Inherited from StiComponent.) | |
InvokeGetDataUrl |
Raises the GetDataUrl event.
(Inherited from StiRichText.) | |
InvokeGetDrillDownReport |
Raises the GetDrillDownReport event for this report.
(Inherited from StiComponent.) | |
InvokeGetHyperlink |
Raises the GetHyperlink event.
(Inherited from StiComponent.) | |
InvokeGetTag |
Raises the GetTag event.
(Inherited from StiComponent.) | |
InvokeGetToolTip |
Raises the GetToolTip event.
(Inherited from StiComponent.) | |
InvokeGetValue | (Inherited from StiRichText.) | |
InvokeMouseEnter |
Raises the MouseEnter event for this report.
(Inherited from StiComponent.) | |
InvokeMouseLeave |
Raises the MouseLeave event for this report.
(Inherited from StiComponent.) | |
InvokePainted |
Raises the Painted event for this component.
(Inherited from StiComponent.) | |
InvokePainting |
Raises the Painting event for this component.
(Inherited from StiComponent.) | |
InvokeRenderTo | (Inherited from StiSimpleText.) | |
InvokeTextProcess |
Raises the TextProcess event.
(Inherited from StiSimpleText.) | |
IsExportAsImage | (Inherited from StiRichText.) | |
IsPropertiesInitializedProtected | (Inherited from StiService.) | |
IsPropertyPresent | (Inherited from StiService.) | |
LoadFromJsonObject | (Overrides StiRichTextLoadFromJsonObject(JObject).) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NewGuid | (Inherited from StiComponent.) | |
OnAfterPrint |
Raises the AfterPrint event.
(Inherited from StiComponent.) | |
OnBeforePrint |
Raises the BeforePrint event.
(Inherited from StiComponent.) | |
OnClick |
Raises the Click event for this report.
(Inherited from StiComponent.) | |
OnDoubleClick |
Raises the DoubleClick event for this report.
(Inherited from StiComponent.) | |
OnGetBookmark |
Raises the GetBookmark event.
(Inherited from StiComponent.) | |
OnGetDataUrl |
Raises the GetDataUrl event.
(Inherited from StiRichText.) | |
OnGetDrillDownReport |
Raises the GetDrillDownReport event for this report.
(Inherited from StiComponent.) | |
OnGetHyperlink |
Raises the GetHyperlink event.
(Inherited from StiComponent.) | |
OnGetTag |
Raises the GetTag event.
(Inherited from StiComponent.) | |
OnGetToolTip |
Raises the GetToolTip event.
(Inherited from StiComponent.) | |
OnGetValue |
Raises the GetValue event.
(Inherited from StiSimpleText.) | |
OnMouseEnter |
Raises the MouseEnter event for this report.
(Inherited from StiComponent.) | |
OnMouseLeave |
Raises the MouseLeave event for this report.
(Inherited from StiComponent.) | |
OnPainted |
Raises the Painted event for this component.
(Inherited from StiComponent.) | |
OnPainting |
Raises the Painting event for this component.
(Inherited from StiComponent.) | |
OnRemoveComponent | (Inherited from StiComponent.) | |
OnResizeComponent | (Inherited from StiRichText.) | |
OnTextProcess |
Raises the TextProcess event.
(Inherited from StiSimpleText.) | |
PackService |
Packs a service.
(Inherited from StiComponent.) | |
PageToComponent(PointD) |
Converts a point from coordinates of a page into the parent-container coordinates.
The method calls the PageToContainer method of the parent component.
(Inherited from StiComponent.) | |
PageToComponent(RectangleD) |
Converts a rectangle from coordinates of a page into the parent-container coordinates.
The method calls the PageToContainer method of the parent component.
(Inherited from StiComponent.) | |
Paint |
Paints a component.
(Inherited from StiComponent.) | |
PaintEvents |
Paints events of a component.
(Inherited from StiComponent.) | |
PaintHighlight |
Paints the highlight of the component.
(Inherited from StiComponent.) | |
PaintMarkers |
Paints a markers specified by a Rectangle structure. This method can be used only in win version.
(Inherited from StiComponent.) | |
PaintSelection |
Paints the selection of the component.
(Inherited from StiComponent.) | |
PlacedOnColumnBand |
Specifies whether it is possible to place the component on the ColumnBand.
(Inherited from StiComponent.) | |
Prepare |
Prepare content for rendering.
(Inherited from StiComponent.) | |
ProcessText | (Inherited from StiSimpleText.) | |
Render | (Inherited from StiComponent.) | |
Render(StiContainer) |
Renders a component in the specified container with events generation.
(Inherited from StiComponent.) | |
Render(StiComponent, StiContainer) |
Renders a component in the specified container with events generation.
The rendered component will return in 'renderedComponent' argument.
(Inherited from StiComponent.) | |
RenderComponent |
Renders a component in the specified container without generation of the 'BeforePrintEvent' event and the 'AfterPrintEvent' event and
without checking Conditions. The rendered component will return in 'renderedComponent' argument.
This is backward compatibility method. Please use InternalRender method for new developed components.
(Inherited from StiComponent.) | |
RenderMetafile | (Inherited from StiRichText.) | |
RenderMetafile(Boolean) | (Inherited from StiRichText.) | |
Reset |
Reset selection of component.
(Inherited from StiComponent.) | |
ResetImage | (Inherited from StiRichText.) | |
RestoreState |
Restores the earlier saved object state.
(Inherited from StiSimpleText.) | |
SaveState |
Saves the current state of an object.
(Inherited from StiSimpleText.) | |
SaveToJsonObject | (Overrides StiRichTextSaveToJsonObject(StiJsonSaveMode).) | |
Select |
Select component.
(Inherited from StiComponent.) | |
SetColor | (Inherited from StiRichText.) | |
SetDirectDisplayRectangle | (Inherited from StiComponent.) | |
SetExcelText(StiGetExcelValue) | (Inherited from StiSimpleText.) | |
SetExcelText(StiGetExcelValue, Boolean) | (Inherited from StiSimpleText.) | |
SetFont | (Inherited from StiRichText.) | |
SetJoinSize | ||
SetPaintRectangle |
Internal use only.
(Inherited from StiComponent.) | |
SetReportVariables | (Inherited from StiComponent.) | |
SetText(String) | (Inherited from StiSimpleText.) | |
SetText(StiGetValue) | (Inherited from StiSimpleText.) | |
SetText(StiGetValue, Boolean) | (Inherited from StiSimpleText.) | |
SetText(Object, String, Boolean) |
Sets the text value in all printed objects.
(Inherited from StiSimpleText.) | |
SetTextInternal |
Internal use only.
(Inherited from StiRichText.) | |
ToString |
Returns an Name of the component and/or the Alias of the component.
(Inherited from StiComponent.) | |
ToString(Boolean) | (Inherited from StiComponent.) | |
UnPrepare |
Clear component afrer render.
(Inherited from StiComponent.) |