public interface IDrawingInput
| Modifier and Type | Method and Description | 
|---|---|
| IDrawingInputBuilder | createBuilder() | 
| byte[] | getData() | 
| Double | getDesiredHeightPt() | 
| Double | getDesiredWidthPt() | 
| IDrawingPoint | getFrom() | 
| boolean | getInSingleCell() | 
| IDrawingPoint | getTo() | 
IDrawingPoint getFrom()
IDrawingPoint of the start-point anchor of the drawingIDrawingPoint getTo()
IDrawingPoint of the end-point anchor of the drawing, if presentboolean getInSingleCell()
true if the drawing is placed inside a single cell and false if it is a float drawingDouble getDesiredWidthPt()
Double getDesiredHeightPt()
byte[] getData()
IDrawingInputBuilder createBuilder()
IDrawingInputBuilder containing the current image data to simplify the editing processCopyright © 2025. All rights reserved.