OfficeMathRenderer class
OfficeMathRenderer class
Provides methods to render an individual OfficeMath to a raster or vector image or to a Graphics object. To learn more, visit the Working with OfficeMath documentation article.
Inheritance: OfficeMathRenderer → NodeRendererBase
Constructors
Name | Description |
---|---|
OfficeMathRenderer(math) | Initializes a new instance of this class. |
Properties
Name | Description |
---|---|
boundsInPoints2 | Gets the actual bounds of the shape in points. (Inherited from NodeRendererBase) |
opaqueBoundsInPoints2 | Gets the opaque bounds of the shape in points. (Inherited from NodeRendererBase) |
sizeInPoints2 | Gets the actual size of the shape in points. (Inherited from NodeRendererBase) |
Methods
Name | Description |
---|---|
getBoundsInPixels2(scale, dpi) | Calculates the bounds of the shape in pixels for a specified zoom factor and resolution. (Inherited from NodeRendererBase) |
getBoundsInPixels2(scale, horizontalDpi, verticalDpi) | Calculates the bounds of the shape in pixels for a specified zoom factor and resolution. (Inherited from NodeRendererBase) |
getOpaqueBoundsInPixels2(scale, dpi) | Calculates the opaque bounds of the shape in pixels for a specified zoom factor and resolution. (Inherited from NodeRendererBase) |
getOpaqueBoundsInPixels2(scale, horizontalDpi, verticalDpi) | Calculates the opaque bounds of the shape in pixels for a specified zoom factor and resolution. (Inherited from NodeRendererBase) |
save(fileName, saveOptions) | Renders the shape into an image and saves into a file. (Inherited from NodeRendererBase) |
save(fileName, saveOptions) | Renders the shape into an SVG image and saves into a file. (Inherited from NodeRendererBase) |
save(stream, saveOptions) | Renders the shape into an image and saves into a stream. (Inherited from NodeRendererBase) |
save(stream, saveOptions) | Renders the shape into an SVG image and saves into a stream. (Inherited from NodeRendererBase) |
See Also
- module Aspose.Words.Rendering
- class NodeRendererBase