public class CellContentGeometry extends Object
The cell content geometry
| Constructor and Description |
|---|
CellContentGeometry()
Initializes a new instance of the
CellContentGeometry class. |
| Modifier and Type | Method and Description |
|---|---|
double |
getContentHeight()
The content height
|
double |
getContentWidth()
The content width
|
Cad3DPoint |
getDistanceToCenter()
The distance to center
|
Cad3DPoint |
getDistanceToTopLeft()
The distance to top left
|
double |
getHeight()
The height
|
int |
getUnknown()
The unknown flags
|
double |
getWidth()
The width
|
void |
setContentHeight(double value)
The content height
|
void |
setContentWidth(double value)
The content width
|
void |
setDistanceToCenter(Cad3DPoint value)
The distance to center
|
void |
setDistanceToTopLeft(Cad3DPoint value)
The distance to top left
|
void |
setHeight(double value)
The height
|
void |
setUnknown(int value)
The unknown flags
|
void |
setWidth(double value)
The width
|
public CellContentGeometry()
Initializes a new instance of the CellContentGeometry class.
public final Cad3DPoint getDistanceToTopLeft()
The distance to top left
public final void setDistanceToTopLeft(Cad3DPoint value)
The distance to top left
public final Cad3DPoint getDistanceToCenter()
The distance to center
public final void setDistanceToCenter(Cad3DPoint value)
The distance to center
public final double getContentWidth()
The content width
public final void setContentWidth(double value)
The content width
public final double getContentHeight()
The content height
public final void setContentHeight(double value)
The content height
public final double getWidth()
The width
public final void setWidth(double value)
The width
public final double getHeight()
The height
public final void setHeight(double value)
The height
public final int getUnknown()
The unknown flags
public final void setUnknown(int value)
The unknown flags
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.