public class ApsToFlowConverter
extends com.aspose.foundation.rendering.ApsDocumentVisitor
Constructor and Description |
---|
ApsToFlowConverter(com.aspose.foundation.DocumentInfo info,
ExcelSaveOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
render(com.aspose.foundation.rendering.ApsNode node)
Renders a layout node and all its contents into a Excel document.
|
void |
saveDocument(com.aspose.pdf.flow.OfficeConverterOptions options,
com.aspose.ms.System.IO.Stream outputStream) |
void |
visitBezierSegment(com.aspose.foundation.rendering.ApsBezierSegment segment) |
void |
visitGlyphs(com.aspose.foundation.rendering.ApsGlyphs glyphs)
Visits the glyphs.
|
void |
visitImage(com.aspose.foundation.rendering.ApsImage image)
Visits the image.
|
void |
visitPageEnd(com.aspose.foundation.rendering.ApsPage page) |
void |
visitPageStart(com.aspose.foundation.rendering.ApsPage page) |
void |
visitPathEnd(com.aspose.foundation.rendering.ApsPath path) |
void |
visitPathFigureEnd(com.aspose.foundation.rendering.ApsPathFigure pathFigure) |
void |
visitPathFigureStart(com.aspose.foundation.rendering.ApsPathFigure pathFigure) |
void |
visitPathStart(com.aspose.foundation.rendering.ApsPath path) |
void |
visitPolyLineSegment(com.aspose.foundation.rendering.ApsPolyLineSegment segment) |
public ApsToFlowConverter(com.aspose.foundation.DocumentInfo info, ExcelSaveOptions options)
public void visitPageStart(com.aspose.foundation.rendering.ApsPage page)
visitPageStart
in class com.aspose.foundation.rendering.ApsDocumentVisitor
public void visitPageEnd(com.aspose.foundation.rendering.ApsPage page)
visitPageEnd
in class com.aspose.foundation.rendering.ApsDocumentVisitor
public void render(com.aspose.foundation.rendering.ApsNode node)
Renders a layout node and all its contents into a Excel document.
node
- The aps node.public void visitGlyphs(com.aspose.foundation.rendering.ApsGlyphs glyphs)
Visits the glyphs.
visitGlyphs
in class com.aspose.foundation.rendering.ApsDocumentVisitor
glyphs
- Internal instancepublic void visitPathStart(com.aspose.foundation.rendering.ApsPath path)
visitPathStart
in class com.aspose.foundation.rendering.ApsDocumentVisitor
public void visitPathEnd(com.aspose.foundation.rendering.ApsPath path)
visitPathEnd
in class com.aspose.foundation.rendering.ApsDocumentVisitor
public void visitPathFigureEnd(com.aspose.foundation.rendering.ApsPathFigure pathFigure)
visitPathFigureEnd
in class com.aspose.foundation.rendering.ApsDocumentVisitor
public void visitPathFigureStart(com.aspose.foundation.rendering.ApsPathFigure pathFigure)
visitPathFigureStart
in class com.aspose.foundation.rendering.ApsDocumentVisitor
public void visitPolyLineSegment(com.aspose.foundation.rendering.ApsPolyLineSegment segment)
visitPolyLineSegment
in class com.aspose.foundation.rendering.ApsDocumentVisitor
public void visitBezierSegment(com.aspose.foundation.rendering.ApsBezierSegment segment)
visitBezierSegment
in class com.aspose.foundation.rendering.ApsDocumentVisitor
public void visitImage(com.aspose.foundation.rendering.ApsImage image)
Visits the image.
visitImage
in class com.aspose.foundation.rendering.ApsDocumentVisitor
image
- The image.public void saveDocument(com.aspose.pdf.flow.OfficeConverterOptions options, com.aspose.ms.System.IO.Stream outputStream)