com.aspose.slides
Interface ISvgShapeFormattingController

All Known Subinterfaces:
IVideoPlayerHtmlController
All Known Implementing Classes:
VideoPlayerHtmlController

public interface ISvgShapeFormattingController

Controls SVG shape generation.


Method Summary
 void formatShape(ISvgShape svgShape, IShape shape)
           This function is called before rendering of shape to SVG to allow user to control resulting SVG.
 

Method Detail

formatShape

void formatShape(ISvgShape svgShape,
                 IShape shape)

This function is called before rendering of shape to SVG to allow user to control resulting SVG.

Parameters:
svgShape - Object to control svg shape generation.
shape - Source shape.


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.