com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class ApsToExcelConverter

  • java.lang.Object
    • com.aspose.foundation.rendering.ApsDocumentVisitor
      • com.aspose.pdf.ApsToExcelConverter
  • All Implemented Interfaces:
    com.aspose.ms.System.IDisposable


    public class ApsToExcelConverter
    extends com.aspose.foundation.rendering.ApsDocumentVisitor
    APS to Excel Conversion
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static String debugResult 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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) 
      • Methods inherited from class com.aspose.foundation.rendering.ApsDocumentVisitor

        dispose, endVisitGroup, visitBezierSegment, visitBookmark, visitCanvasEnd, visitCanvasStart, visitFormComboBox, visitFormFieldButton, visitFormFieldCheckbox, visitFormFieldRadioButton, visitFormFieldText, visitGroup, visitOutlineItem, visitPathEnd, visitPathFigureEnd, visitPathFigureStart, visitPathStart
    • Field Detail

      • debugResult

        public static String debugResult
    • Constructor Detail

      • ApsToExcelConverter

        public ApsToExcelConverter(com.aspose.foundation.DocumentInfo info,
                                   ExcelSaveOptions options)
    • Method Detail

      • visitPageStart

        public void visitPageStart(com.aspose.foundation.rendering.ApsPage page)
        Overrides:
        visitPageStart in class com.aspose.foundation.rendering.ApsDocumentVisitor
      • visitPageEnd

        public void visitPageEnd(com.aspose.foundation.rendering.ApsPage page)
        Overrides:
        visitPageEnd in class com.aspose.foundation.rendering.ApsDocumentVisitor
      • render

        public void render(com.aspose.foundation.rendering.ApsNode node)

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

        Parameters:
        node - The aps node.
      • visitGlyphs

        public void visitGlyphs(com.aspose.foundation.rendering.ApsGlyphs glyphs)

        Visits the glyphs.

        Overrides:
        visitGlyphs in class com.aspose.foundation.rendering.ApsDocumentVisitor
        Parameters:
        glyphs - Internal instance
      • visitPolyLineSegment

        public void visitPolyLineSegment(com.aspose.foundation.rendering.ApsPolyLineSegment segment)
        Overrides:
        visitPolyLineSegment in class com.aspose.foundation.rendering.ApsDocumentVisitor
      • visitImage

        public void visitImage(com.aspose.foundation.rendering.ApsImage image)

        Visits the image.

        Overrides:
        visitImage in class com.aspose.foundation.rendering.ApsDocumentVisitor
        Parameters:
        image - The image.
      • saveDocument

        public void saveDocument(com.aspose.pdf.excel.ExcelConverterOptions options,
                                 com.aspose.ms.System.IO.Stream outputStream)