public class FlowInput extends Object
Constructor and Description |
---|
FlowInput(ExcelSaveOptions excelSaveOptions) |
Modifier and Type | Method and Description |
---|---|
void |
addBezierSegment(com.aspose.foundation.rendering.ApsBezierSegment segment) |
void |
addImage(com.aspose.foundation.rendering.ApsImage image,
String imageType) |
void |
addPage() |
void |
addPath(com.aspose.foundation.rendering.ApsPath path) |
void |
addPolyLineSegment(com.aspose.foundation.rendering.ApsPolyLineSegment segment) |
void |
addText(String text,
com.aspose.ms.System.Drawing.RectangleF rec,
com.aspose.foundation.rendering.ApsGlyphs glyphs,
boolean isUseSizePoints,
String url) |
com.aspose.ms.System.Collections.Generic.List<AbsorbedTable> |
convertFlowToListOfTables() |
void |
createPage(com.aspose.foundation.rendering.ApsPage page) |
String |
getIntermediateText() |
void |
saveDocument(ExcelSaveOptions excelSaveOptions,
com.aspose.ms.System.IO.Stream outputStream) |
void |
startPathFigure(com.aspose.foundation.rendering.ApsPathFigure pathFigure) |
public FlowInput(ExcelSaveOptions excelSaveOptions)
public void createPage(com.aspose.foundation.rendering.ApsPage page)
public void addPage()
public void addText(String text, com.aspose.ms.System.Drawing.RectangleF rec, com.aspose.foundation.rendering.ApsGlyphs glyphs, boolean isUseSizePoints, String url)
public void addPath(com.aspose.foundation.rendering.ApsPath path)
public void addImage(com.aspose.foundation.rendering.ApsImage image, String imageType)
public void startPathFigure(com.aspose.foundation.rendering.ApsPathFigure pathFigure)
public void addPolyLineSegment(com.aspose.foundation.rendering.ApsPolyLineSegment segment)
public void addBezierSegment(com.aspose.foundation.rendering.ApsBezierSegment segment)
public void saveDocument(ExcelSaveOptions excelSaveOptions, com.aspose.ms.System.IO.Stream outputStream)
public String getIntermediateText()
public com.aspose.ms.System.Collections.Generic.List<AbsorbedTable> convertFlowToListOfTables()
Copyright © 2024 Aspose. All Rights Reserved.