public class FlowInput extends Object
Constructor and Description |
---|
FlowInput() |
Modifier and Type | Method and Description |
---|---|
void |
addImage(com.aspose.foundation.rendering.ApsImage image,
String imageType) |
void |
addPage() |
void |
addPath(com.aspose.foundation.rendering.ApsPath path) |
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.inputdata.BezierCurve |
getBezierSegment(com.aspose.foundation.rendering.ApsBezierSegment segment) |
com.aspose.flow.OfficeConverter |
getConverter() |
String |
getIntermediateText() |
com.aspose.flow.inputdata.DrawPath |
getPath(com.aspose.foundation.rendering.ApsPath path) |
com.aspose.flow.inputdata.PathFigure |
getPathFigure(com.aspose.foundation.rendering.ApsPathFigure apsPathFigure) |
com.aspose.flow.inputdata.PolyLineSegment |
getPolyLineSegment(com.aspose.foundation.rendering.ApsPolyLineSegment segment) |
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 |
visitCanvas(com.aspose.foundation.rendering.ApsPath clip) |
void |
visitCanvasEnd() |
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 visitCanvas(com.aspose.foundation.rendering.ApsPath clip)
public void visitCanvasEnd()
public com.aspose.flow.inputdata.DrawPath getPath(com.aspose.foundation.rendering.ApsPath path)
public void addPath(com.aspose.foundation.rendering.ApsPath path)
public void addImage(com.aspose.foundation.rendering.ApsImage image, String imageType)
public com.aspose.flow.inputdata.PathFigure getPathFigure(com.aspose.foundation.rendering.ApsPathFigure apsPathFigure)
public com.aspose.flow.inputdata.PolyLineSegment getPolyLineSegment(com.aspose.foundation.rendering.ApsPolyLineSegment segment)
public com.aspose.flow.inputdata.BezierCurve getBezierSegment(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.