API Reference
Class
TableArtifactRendering
Provides static preview rendering helpers for table artifacts.
Inheritance
- Object
- TableArtifactRendering
Methods
ToHtmlPage(ChartForgeX.VisualArtifacts.TableArtifact table) #Renders a table artifact static preview to a standalone HTML page.
Parameters
- table ChartForgeX.VisualArtifacts.TableArtifact
- The table artifact.
Returns
HTML markup.
ToPng(ChartForgeX.VisualArtifacts.TableArtifact table) #Renders a table artifact static preview to PNG.
Parameters
- table ChartForgeX.VisualArtifacts.TableArtifact
- The table artifact.
Returns
PNG bytes.
ToPreviewBlock(ChartForgeX.VisualArtifacts.TableArtifact table) #Converts a table artifact into the existing static ChartForgeX table visual block.
Parameters
- table ChartForgeX.VisualArtifacts.TableArtifact
- The table artifact.
Returns
A static table preview block.
ToSvg(ChartForgeX.VisualArtifacts.TableArtifact table) #Renders a table artifact static preview to SVG.
Parameters
- table ChartForgeX.VisualArtifacts.TableArtifact
- The table artifact.
Returns
SVG markup.
ToVisualArtifact(ChartForgeX.VisualArtifacts.TableArtifact table) #Wraps a table artifact in a product-neutral visual artifact envelope.
Parameters
- table ChartForgeX.VisualArtifacts.TableArtifact
- The table artifact.
Returns
A visual artifact envelope.