public class CdrMcfg extends CdrObject
The cdr configuration object
CdrObjectContainer| Constructor and Description |
|---|
CdrMcfg() |
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight()
Gets the height.
|
double |
getWidth()
Gets the width.
|
void |
setHeight(double value)
Sets the height.
|
void |
setWidth(double value)
Sets the width.
|
getDocument, getParent, setDocument, setParentclose, dispose, getDisposedpublic final double getWidth()
Gets the width.
public final void setWidth(double value)
Sets the width.
value - the width.public final double getHeight()
Gets the height.
public final void setHeight(double value)
Sets the height.
value - the height.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.