public class ApsToExcelConverter
extends com.aspose.foundation.rendering.ApsDocumentVisitor
Modifier and Type | Field and Description |
---|---|
static String |
debugResult |
Constructor and Description |
---|
ApsToExcelConverter(com.aspose.foundation.DocumentInfo info,
ExcelSaveOptions options) |
Modifier and Type | Method and Description |
---|---|
ArrayList<String> |
getLines() |
ArrayList<String> |
getTextFragments() |
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.excel.ExcelConverterOptions options,
com.aspose.ms.System.IO.Stream outputStream) |
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 |
visitPolyLineSegment(com.aspose.foundation.rendering.ApsPolyLineSegment segment) |
dispose, endVisitGroup, visitBezierSegment, visitBookmark, visitCanvasEnd, visitCanvasStart, visitFormComboBox, visitFormFieldButton, visitFormFieldCheckbox, visitFormFieldRadioButton, visitFormFieldText, visitGroup, visitOutlineItem, visitPathEnd, visitPathFigureEnd, visitPathFigureStart, visitPathStart
public static String debugResult
public ApsToExcelConverter(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 visitPolyLineSegment(com.aspose.foundation.rendering.ApsPolyLineSegment segment)
visitPolyLineSegment
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.excel.ExcelConverterOptions options, com.aspose.ms.System.IO.Stream outputStream)