ApsToFlowConverter

Inheritance: java.lang.Object, com.aspose.foundation.rendering.ApsDocumentVisitor

public class ApsToFlowConverter extends ApsDocumentVisitor

APS to Flow Conversion * !!! Don’t port from C# as could be ahead of .Net version !!!!

Constructors

ConstructorDescription
ApsToFlowConverter(DocumentInfo info, ExcelSaveOptions options)

Methods

MethodDescription
visitPageStart(ApsPage page)
visitPageEnd(ApsPage page)
render(ApsNode node)Renders a layout node and all its contents into a Excel document.
visitGlyphs(ApsGlyphs glyphs)Visits the glyphs.
visitPathStart(ApsPath path)
visitPathEnd(ApsPath path)
visitPathFigureEnd(ApsPathFigure pathFigure)
visitPathFigureStart(ApsPathFigure pathFigure)
visitPolyLineSegment(ApsPolyLineSegment segment)
visitBezierSegment(ApsBezierSegment segment)
visitImage(ApsImage image)Visits the image.
saveDocument(OfficeConverterOptions options, System.IO.Stream outputStream)

ApsToFlowConverter(DocumentInfo info, ExcelSaveOptions options)

public ApsToFlowConverter(DocumentInfo info, ExcelSaveOptions options)

Parameters:

ParameterTypeDescription
infocom.aspose.foundation.DocumentInfo
optionsExcelSaveOptions

visitPageStart(ApsPage page)

public void visitPageStart(ApsPage page)

Parameters:

ParameterTypeDescription
pagecom.aspose.foundation.rendering.ApsPage

visitPageEnd(ApsPage page)

public void visitPageEnd(ApsPage page)

Parameters:

ParameterTypeDescription
pagecom.aspose.foundation.rendering.ApsPage

render(ApsNode node)

public void render(ApsNode node)

Renders a layout node and all its contents into a Excel document.

Parameters:

ParameterTypeDescription
nodecom.aspose.foundation.rendering.ApsNodeThe aps node.

visitGlyphs(ApsGlyphs glyphs)

public void visitGlyphs(ApsGlyphs glyphs)

Visits the glyphs.

Parameters:

ParameterTypeDescription
glyphscom.aspose.foundation.rendering.ApsGlyphsInternal instance

visitPathStart(ApsPath path)

public void visitPathStart(ApsPath path)

Parameters:

ParameterTypeDescription
pathcom.aspose.foundation.rendering.ApsPath

visitPathEnd(ApsPath path)

public void visitPathEnd(ApsPath path)

Parameters:

ParameterTypeDescription
pathcom.aspose.foundation.rendering.ApsPath

visitPathFigureEnd(ApsPathFigure pathFigure)

public void visitPathFigureEnd(ApsPathFigure pathFigure)

Parameters:

ParameterTypeDescription
pathFigurecom.aspose.foundation.rendering.ApsPathFigure

visitPathFigureStart(ApsPathFigure pathFigure)

public void visitPathFigureStart(ApsPathFigure pathFigure)

Parameters:

ParameterTypeDescription
pathFigurecom.aspose.foundation.rendering.ApsPathFigure

visitPolyLineSegment(ApsPolyLineSegment segment)

public void visitPolyLineSegment(ApsPolyLineSegment segment)

Parameters:

ParameterTypeDescription
segmentcom.aspose.foundation.rendering.ApsPolyLineSegment

visitBezierSegment(ApsBezierSegment segment)

public void visitBezierSegment(ApsBezierSegment segment)

Parameters:

ParameterTypeDescription
segmentcom.aspose.foundation.rendering.ApsBezierSegment

visitImage(ApsImage image)

public void visitImage(ApsImage image)

Visits the image.

Parameters:

ParameterTypeDescription
imagecom.aspose.foundation.rendering.ApsImageThe image.

saveDocument(OfficeConverterOptions options, System.IO.Stream outputStream)

public void saveDocument(OfficeConverterOptions options, System.IO.Stream outputStream)

Parameters:

ParameterTypeDescription
optionscom.aspose.pdf.flow.OfficeConverterOptions
outputStreamcom.aspose.ms.System.IO.Stream