public class FlowInput extends Object
Constructor and Description |
---|
FlowInput() |
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) |
void |
createPage(com.aspose.foundation.rendering.ApsPage page) |
com.aspose.flow.OfficeConverter |
getConverter() |
String |
getIntermediateText() |
void |
processDocument()
Save model for using in Table Absorber
|
void |
saveDocument(ExcelSaveOptions excelSaveOptions,
com.aspose.ms.System.IO.Stream outputStream) |
void |
saveToStream(com.aspose.flow.OfficeConverterOptions options,
com.aspose.ms.System.IO.Stream outputStream) |
void |
startPathFigure(com.aspose.foundation.rendering.ApsPathFigure pathFigure) |
public com.aspose.flow.OfficeConverter getConverter()
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 void saveToStream(com.aspose.flow.OfficeConverterOptions options, com.aspose.ms.System.IO.Stream outputStream)
public String getIntermediateText()
public void processDocument()
Copyright © 2025 Aspose. All Rights Reserved.